diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-04 13:05:20 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-04 13:05:20 +0800 |
commit | ca00d374dc2ebbcf8264e35ce379880cda99cb93 (patch) | |
tree | 362165d52d1e5617b73013c0e57c6ad488d4a325 /converters/p5-Convert-Morse | |
parent | f528a9a245b00779f4a8c9a24eb3d6f025f5b3cf (diff) | |
download | freebsd-ports-gnome-ca00d374dc2ebbcf8264e35ce379880cda99cb93.tar.gz freebsd-ports-gnome-ca00d374dc2ebbcf8264e35ce379880cda99cb93.tar.zst freebsd-ports-gnome-ca00d374dc2ebbcf8264e35ce379880cda99cb93.zip |
- Update to 0.05
- Now it requires Perl 5.8.1 and above
Diffstat (limited to 'converters/p5-Convert-Morse')
-rw-r--r-- | converters/p5-Convert-Morse/Makefile | 9 | ||||
-rw-r--r-- | converters/p5-Convert-Morse/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile index 5a1e5adfb225..f6cf1357e952 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Convert-Morse -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Convert PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to convert between ASCII and Morse codes PERL_CONFIGURE= yes @@ -21,9 +21,8 @@ MAN3= Convert::Morse.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e '$$_ = "" if /require 5.6.0;/' ${WRKSRC}/lib/Convert/Morse.pm +.if ${PERL_LEVEL} < 500801 +IGNORE= this program only support perl 5.8.1 or above .endif .include <bsd.port.post.mk> diff --git a/converters/p5-Convert-Morse/distinfo b/converters/p5-Convert-Morse/distinfo index 130d3ddc3015..7089c4e6444f 100644 --- a/converters/p5-Convert-Morse/distinfo +++ b/converters/p5-Convert-Morse/distinfo @@ -1,3 +1,3 @@ -MD5 (Convert-Morse-0.04.tar.gz) = f92cf8faa43c073f88caccfc1aa900a8 -SHA256 (Convert-Morse-0.04.tar.gz) = 1ab419f118da5fe5a5f046e5606035cadbb8303980aacc3f5ee55cabbd8e3005 -SIZE (Convert-Morse-0.04.tar.gz) = 5601 +MD5 (Convert-Morse-0.05.tar.gz) = 785cf77e1057e19f8a6e735a4736a4b1 +SHA256 (Convert-Morse-0.05.tar.gz) = a8bdd3e85077f92145f241c080175ae46fbababc64ecca5f9d00e956f71abee5 +SIZE (Convert-Morse-0.05.tar.gz) = 22317 |