diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-04 05:05:20 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-04 05:05:20 +0000 |
commit | 2963212f8a23e3d7ce7d12d46643677dda3e7f19 (patch) | |
tree | 1937fd8dc5f21dc7c491238e680518798ccff5db /converters | |
parent | a93a88896c280b28645ba65c2280467e9e70b677 (diff) |
Notes
Diffstat (limited to 'converters')
-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 |