diff options
author | leeym <leeym@FreeBSD.org> | 2006-04-25 12:53:17 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-04-25 12:53:17 +0800 |
commit | 3dd78af4e670357c80a4af89fb1a276abf82f781 (patch) | |
tree | ac3f39c2bb2e0082a6da515f0db49bbca5005975 /devel | |
parent | 8ab49d10022f1a72207fd18216dc3f02b4128b1c (diff) | |
download | freebsd-ports-gnome-3dd78af4e670357c80a4af89fb1a276abf82f781.tar.gz freebsd-ports-gnome-3dd78af4e670357c80a4af89fb1a276abf82f781.tar.zst freebsd-ports-gnome-3dd78af4e670357c80a4af89fb1a276abf82f781.zip |
- update to 1.20
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Sort-Key/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Sort-Key/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Sort-Key/Makefile b/devel/p5-Sort-Key/Makefile index 2f4da6668259..17a5ffdfc870 100644 --- a/devel/p5-Sort-Key/Makefile +++ b/devel/p5-Sort-Key/Makefile @@ -6,14 +6,16 @@ # PORTNAME= Sort-Key -PORTVERSION= 1.17 +PORTVERSION= 1.20 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Sort PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Sort::Key - sorts objects by one or several keys really fast +COMMENT= Sorts objects by one or several keys really fast + +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes @@ -25,8 +27,8 @@ MAN3= Sort::Key.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> diff --git a/devel/p5-Sort-Key/distinfo b/devel/p5-Sort-Key/distinfo index 5dd0f24f3942..a065aa957d36 100644 --- a/devel/p5-Sort-Key/distinfo +++ b/devel/p5-Sort-Key/distinfo @@ -1,3 +1,3 @@ -MD5 (Sort-Key-1.17.tar.gz) = 4e119c70b5442c65325ffa51278fb29a -SHA256 (Sort-Key-1.17.tar.gz) = b58bf92368f49f4d5f71d973767e141151d9e4acbc302e14295258d926441f31 -SIZE (Sort-Key-1.17.tar.gz) = 21729 +MD5 (Sort-Key-1.20.tar.gz) = 514898c113257f00b01a40558181f48c +SHA256 (Sort-Key-1.20.tar.gz) = c27f412abb3ce575c67906f7ba08c41e39dc50d7036519d56495a6dcc53abf3d +SIZE (Sort-Key-1.20.tar.gz) = 50607 |