diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-04-12 08:35:59 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-04-12 08:35:59 +0000 |
commit | 940e5ed274a19e73af950ce153b4721fae48fd96 (patch) | |
tree | f193c3c97a0cebff92623769f4d5d84e0ea61c95 /devel/p5-Sort-Key | |
parent | 0f1126912b702e74cf530f50dad4e7cc60e6c618 (diff) | |
download | ports-940e5ed274a19e73af950ce153b4721fae48fd96.tar.gz ports-940e5ed274a19e73af950ce153b4721fae48fd96.zip |
Notes
Diffstat (limited to 'devel/p5-Sort-Key')
-rw-r--r-- | devel/p5-Sort-Key/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Sort-Key/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Sort-Key/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-Sort-Key/Makefile b/devel/p5-Sort-Key/Makefile index f8e67a5fdcb9..2f4da6668259 100644 --- a/devel/p5-Sort-Key/Makefile +++ b/devel/p5-Sort-Key/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Sort-Key -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Sort @@ -20,6 +20,7 @@ PERL_CONFIGURE= yes MAN3= Sort::Key.3 \ Sort::Key::Maker.3 \ Sort::Key::Multi.3 \ + Sort::Key::Natural.3 \ Sort::Key::Register.3 .include <bsd.port.pre.mk> diff --git a/devel/p5-Sort-Key/distinfo b/devel/p5-Sort-Key/distinfo index 7d1fbea21268..5dd0f24f3942 100644 --- a/devel/p5-Sort-Key/distinfo +++ b/devel/p5-Sort-Key/distinfo @@ -1,3 +1,3 @@ -MD5 (Sort-Key-1.15.tar.gz) = de71903a7fa6ab10266b76203b90071f -SHA256 (Sort-Key-1.15.tar.gz) = 2209b0f70d646437866092c9d663775bbbc55b835c59ae40549f6ca6f44650fc -SIZE (Sort-Key-1.15.tar.gz) = 20315 +MD5 (Sort-Key-1.17.tar.gz) = 4e119c70b5442c65325ffa51278fb29a +SHA256 (Sort-Key-1.17.tar.gz) = b58bf92368f49f4d5f71d973767e141151d9e4acbc302e14295258d926441f31 +SIZE (Sort-Key-1.17.tar.gz) = 21729 diff --git a/devel/p5-Sort-Key/pkg-plist b/devel/p5-Sort-Key/pkg-plist index ba17ef94dab2..f684257a9f0d 100644 --- a/devel/p5-Sort-Key/pkg-plist +++ b/devel/p5-Sort-Key/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key.pm %%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key/Maker.pm %%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key/Multi.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key/Natural.pm %%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key/Register.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/Key.bs |