diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-11 15:12:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-11 15:12:15 +0000 |
commit | 615636e8d1692eaa755d6086243b975b1447ec4a (patch) | |
tree | 063f3384ea689b373b1854f4264a911e5fa76825 /textproc/p5-Text-Aspell | |
parent | cc79b6fa3bedb2a9054efa2ec5365916bdaf038e (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Aspell')
-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 de3da872f6c9..5a1e547cd6b6 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 e5d41c746162..789686f743fa 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 ff78abca5876..000000000000 --- 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\" ); |