diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-03-27 08:24:19 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-03-27 08:24:19 +0000 |
commit | 9d70fa99f4fb37a9c20de3738b4cd1645a19e260 (patch) | |
tree | 6b7a9eb6b51e90c83cda7565e126b2fb0be7bab8 /devel/p5-Sort-Key | |
parent | e4c6263ada854abf64a1c9a6d352009dc997a5ee (diff) | |
download | ports-9d70fa99f4fb37a9c20de3738b4cd1645a19e260.tar.gz ports-9d70fa99f4fb37a9c20de3738b4cd1645a19e260.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 f409466377a9..f8e67a5fdcb9 100644 --- a/devel/p5-Sort-Key/Makefile +++ b/devel/p5-Sort-Key/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Sort-Key -PORTVERSION= 0.14 +PORTVERSION= 1.15 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Sort @@ -19,6 +19,7 @@ PERL_CONFIGURE= yes MAN3= Sort::Key.3 \ Sort::Key::Maker.3 \ + Sort::Key::Multi.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 f33b7372cba1..7d1fbea21268 100644 --- a/devel/p5-Sort-Key/distinfo +++ b/devel/p5-Sort-Key/distinfo @@ -1,3 +1,3 @@ -MD5 (Sort-Key-0.14.tar.gz) = 0d5e85052b35b7ba7f66f0b9db2a8bcb -SHA256 (Sort-Key-0.14.tar.gz) = d730484ff54ef0b43adde92d3040faf4122fa88aceaf8f50aaf17215a4d27eb8 -SIZE (Sort-Key-0.14.tar.gz) = 19428 +MD5 (Sort-Key-1.15.tar.gz) = de71903a7fa6ab10266b76203b90071f +SHA256 (Sort-Key-1.15.tar.gz) = 2209b0f70d646437866092c9d663775bbbc55b835c59ae40549f6ca6f44650fc +SIZE (Sort-Key-1.15.tar.gz) = 20315 diff --git a/devel/p5-Sort-Key/pkg-plist b/devel/p5-Sort-Key/pkg-plist index 39dc9602438a..ba17ef94dab2 100644 --- a/devel/p5-Sort-Key/pkg-plist +++ b/devel/p5-Sort-Key/pkg-plist @@ -1,5 +1,6 @@ %%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/Register.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/Key.bs |