diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2011-02-13 11:53:27 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2011-02-13 11:53:27 +0000 |
commit | 55e459a3dcb354b497a18f353c63c48868c9d4cd (patch) | |
tree | 76a23acc77e937cd431a6df4aac2d52628f3269a | |
parent | 8634e927e86cf3ee65e1d1bb559b337b7b4ccc06 (diff) | |
download | ports-55e459a3dcb354b497a18f353c63c48868c9d4cd.tar.gz ports-55e459a3dcb354b497a18f353c63c48868c9d4cd.zip |
Notes
-rw-r--r-- | textproc/p5-Getopt-Lucid/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Getopt-Lucid/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-Getopt-Lucid/pkg-plist | 1 |
3 files changed, 4 insertions, 7 deletions
diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile index 26f3f8e22a55..90489181301c 100644 --- a/textproc/p5-Getopt-Lucid/Makefile +++ b/textproc/p5-Getopt-Lucid/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Getopt-Lucid -PORTVERSION= 0.18 -PORTREVISION= 2 +PORTVERSION= 0.19 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +20,6 @@ RUN_DEPENDS+= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.6.0+ -MAN3= Getopt::Lucid.3 +MAN3= Getopt::Lucid.3 Getopt::Lucid::Exception.3 .include <bsd.port.mk> diff --git a/textproc/p5-Getopt-Lucid/distinfo b/textproc/p5-Getopt-Lucid/distinfo index a4e032859e83..3c4ed9628eee 100644 --- a/textproc/p5-Getopt-Lucid/distinfo +++ b/textproc/p5-Getopt-Lucid/distinfo @@ -1,3 +1,2 @@ -MD5 (Getopt-Lucid-0.18.tar.gz) = 0105bb11830aac4cfb72a2fa1013f2a1 -SHA256 (Getopt-Lucid-0.18.tar.gz) = 1c103b4b26e89aa87b3f3dca84130709e59d390b326ac5f961f8e6d72eeee872 -SIZE (Getopt-Lucid-0.18.tar.gz) = 48053 +SHA256 (Getopt-Lucid-0.19.tar.gz) = 4c68551cf0c53cf61cb6d5b4d54f6b4bc7a05819f59e76ebbd2ed82429bf5cbc +SIZE (Getopt-Lucid-0.19.tar.gz) = 39572 diff --git a/textproc/p5-Getopt-Lucid/pkg-plist b/textproc/p5-Getopt-Lucid/pkg-plist index 14048e8d427b..f9f77ead110d 100644 --- a/textproc/p5-Getopt-Lucid/pkg-plist +++ b/textproc/p5-Getopt-Lucid/pkg-plist @@ -1,6 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Lucid/.packlist %%SITE_PERL%%/Getopt/Lucid.pm -%%SITE_PERL%%/Getopt/Lucid.pod %%SITE_PERL%%/Getopt/Lucid/Exception.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Lucid @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt |