diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-11 15:12:15 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-11 15:12:15 +0000 |
commit | eda13dab87f72746069616dd694984dbc61c21fd (patch) | |
tree | 710bf7bc066dc1e6d4d5db912144eea860e1adde /textproc | |
parent | 13d62627c2474c0c516d972c14a7f27b95464040 (diff) | |
download | FreeBSD-ports-eda13dab87f72746069616dd694984dbc61c21fd.zip FreeBSD-ports-eda13dab87f72746069616dd694984dbc61c21fd.tar.gz |
- update to 0.06
- take over maintainership
PR: ports/100051
Submitted by: clsung
Approved by: maintainer (Lars Eggert)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Aspell/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Aspell/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Aspell/files/patch-typemap | 10 |
3 files changed, 5 insertions, 16 deletions
diff --git a/textproc/p5-Text-Aspell/Makefile b/textproc/p5-Text-Aspell/Makefile index de3da872..5a1e547 100644 --- a/textproc/p5-Text-Aspell/Makefile +++ b/textproc/p5-Text-Aspell/Makefile @@ -6,14 +6,13 @@ # PORTNAME= Text-Aspell -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- -MAINTAINER= lars.eggert@gmx.net +MAINTAINER= clsung@FreeBSD.org COMMENT= Perl interface to the GNU Aspell library BUILD_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell diff --git a/textproc/p5-Text-Aspell/distinfo b/textproc/p5-Text-Aspell/distinfo index e5d41c7..789686f 100644 --- a/textproc/p5-Text-Aspell/distinfo +++ b/textproc/p5-Text-Aspell/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Aspell-0.05.tar.gz) = f780d841f0a4b849326651be94a7e89f -SHA256 (Text-Aspell-0.05.tar.gz) = f845935aa04601403c07bf748741ecc363843c5e31381bfec4fdc2d33925894d -SIZE (Text-Aspell-0.05.tar.gz) = 12861 +MD5 (Text-Aspell-0.06.tar.gz) = 5db5e671d9a426da90b83e9b752e8552 +SHA256 (Text-Aspell-0.06.tar.gz) = 12bdbca30831d8e01271b4cdf35b1f2abb1c9c7d8530f138711f44aa0dd671f7 +SIZE (Text-Aspell-0.06.tar.gz) = 13343 diff --git a/textproc/p5-Text-Aspell/files/patch-typemap b/textproc/p5-Text-Aspell/files/patch-typemap deleted file mode 100644 index ff78abc..0000000 --- a/textproc/p5-Text-Aspell/files/patch-typemap +++ /dev/null @@ -1,10 +0,0 @@ ---- typemap.orig Thu Feb 2 21:07:25 2006 -+++ typemap Thu Feb 2 21:07:31 2006 -@@ -17,7 +17,6 @@ - - O_OBJECT - if( sv_isobject($arg) && (SvTYPE(SvRV($arg)) == SVt_PVMG) ) --# $var = ($type)SvIV((SV*)SvRV( $arg )); - $var = INT2PTR ($type, SvIV (SvRV ($arg))); - else{ - warn( \"${Package}::$func_name() -- $var is not a blessed SV reference\" ); |