diff options
author | skv <skv@FreeBSD.org> | 2006-05-05 17:13:29 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2006-05-05 17:13:29 +0800 |
commit | fa8aced3fcfbe3deba1910d3282b9f1653f85b15 (patch) | |
tree | 74f38a345ee33a75198b6699e11e3dee0a9c12bf /news | |
parent | 83fa37b5b6044ea96e1197583b90514d3e3e5392 (diff) | |
download | freebsd-ports-gnome-fa8aced3fcfbe3deba1910d3282b9f1653f85b15.tar.gz freebsd-ports-gnome-fa8aced3fcfbe3deba1910d3282b9f1653f85b15.tar.zst freebsd-ports-gnome-fa8aced3fcfbe3deba1910d3282b9f1653f85b15.zip |
Update to 1.01
PR: ports/96497
Submitted by: leeym
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-POE-Component-Client-NNTP/Makefile | 10 | ||||
-rw-r--r-- | news/p5-POE-Component-Client-NNTP/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/news/p5-POE-Component-Client-NNTP/Makefile b/news/p5-POE-Component-Client-NNTP/Makefile index 2e791946fbb7..0309dc9828d2 100644 --- a/news/p5-POE-Component-Client-NNTP/Makefile +++ b/news/p5-POE-Component-Client-NNTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-NNTP -PORTVERSION= 0.91 +PORTVERSION= 1.01 CATEGORIES= news perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes MAN3= POE::Component::Client::NNTP.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/news/p5-POE-Component-Client-NNTP/distinfo b/news/p5-POE-Component-Client-NNTP/distinfo index 65978354efdc..8c311ad7706e 100644 --- a/news/p5-POE-Component-Client-NNTP/distinfo +++ b/news/p5-POE-Component-Client-NNTP/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-Client-NNTP-0.91.tar.gz) = 948ff3cc126d526d1c758fd1a9894d0c -SHA256 (POE-Component-Client-NNTP-0.91.tar.gz) = 48e1d8eb4cc55a965ad7c4d0b1c4f411e8f545828be58a53442ad63486aa09d3 -SIZE (POE-Component-Client-NNTP-0.91.tar.gz) = 8053 +MD5 (POE-Component-Client-NNTP-1.01.tar.gz) = 2c4c334ad2c1aa451b70a164e0294871 +SHA256 (POE-Component-Client-NNTP-1.01.tar.gz) = f4f189a42b333505f4e19c0ac84c1a868ca04e35fdc277eb837e76b53c9c74ff +SIZE (POE-Component-Client-NNTP-1.01.tar.gz) = 7866 |