- Update to 0.12

- Restrict to Perl 5.8+ due to dependency upon updated p5-Module-Compile

PR:		ports/99522
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-06-27 14:37:38 +00:00
parent 77ca3c8809
commit 8b37787361
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166453
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= orz
PORTVERSION= 0.11
PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CPAN/INGY
@ -24,8 +24,8 @@ MAN3= orz.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.1 or above
.if ${PERL_LEVEL} < 500800 # inherited from p5-Module-Compile
IGNORE= requires perl 5.8 or above
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (orz-0.11.tar.gz) = 355b09cc0ff0ca3cab95d57372e913fe
SHA256 (orz-0.11.tar.gz) = dbf034c0c992ee480e1cbeb01ecfae539d794c3656c1067207c2a893923a8646
SIZE (orz-0.11.tar.gz) = 30393
MD5 (orz-0.12.tar.gz) = 27b08d416bd2566a8ece8131e64af75c
SHA256 (orz-0.12.tar.gz) = 1e14c993bf27792e7ed5f6964b03e1171b1862ff3aa4a346a099274f590b5232
SIZE (orz-0.12.tar.gz) = 32034