diff options
author | tobez <tobez@FreeBSD.org> | 2006-04-12 16:35:59 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-04-12 16:35:59 +0800 |
commit | fcd649b4837d06eca6ffe9e71dcebcafa39c7f52 (patch) | |
tree | 4459908e78aef4c0eadd7bc056759eb44576a03e /devel | |
parent | 67f040bdbb75e1c2d17395ecf0503dfeb5892e11 (diff) | |
download | freebsd-ports-gnome-fcd649b4837d06eca6ffe9e71dcebcafa39c7f52.tar.gz freebsd-ports-gnome-fcd649b4837d06eca6ffe9e71dcebcafa39c7f52.tar.zst freebsd-ports-gnome-fcd649b4837d06eca6ffe9e71dcebcafa39c7f52.zip |
Update to 1.17.
Diffstat (limited to 'devel')
-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 |