diff options
author | gabor <gabor@FreeBSD.org> | 2008-03-04 05:37:35 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-03-04 05:37:35 +0800 |
commit | 7289eb05d17f04f1957d73173454fe1a74a1c44a (patch) | |
tree | 345aaccf9c25276f3700da4ad7f15d4ef3a48e8e | |
parent | 75c22b5c682f5a56ab25d9b20ca8b463ffc9f50d (diff) | |
download | freebsd-ports-gnome-7289eb05d17f04f1957d73173454fe1a74a1c44a.tar.gz freebsd-ports-gnome-7289eb05d17f04f1957d73173454fe1a74a1c44a.tar.zst freebsd-ports-gnome-7289eb05d17f04f1957d73173454fe1a74a1c44a.zip |
- Update to 0.17
- Better adjustement of dependencies
PR: ports/121036
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> (maintainer)
-rw-r--r-- | textproc/p5-Getopt-Lucid/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-Getopt-Lucid/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Getopt-Lucid/pkg-plist | 1 |
3 files changed, 11 insertions, 10 deletions
diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile index ed5e3c2964af..77ef8a80c250 100644 --- a/textproc/p5-Getopt-Lucid/Makefile +++ b/textproc/p5-Getopt-Lucid/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Getopt-Lucid -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippemail@gmail.com COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Exception/Class/TryCatch.pm:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ + p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ + p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable \ + p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS+= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.6.0+ MAN3= Getopt::Lucid.3 diff --git a/textproc/p5-Getopt-Lucid/distinfo b/textproc/p5-Getopt-Lucid/distinfo index 0d99e4f77c56..cb7079667789 100644 --- a/textproc/p5-Getopt-Lucid/distinfo +++ b/textproc/p5-Getopt-Lucid/distinfo @@ -1,3 +1,3 @@ -MD5 (Getopt-Lucid-0.16.tar.gz) = e09eee84dc5dcaf25713dc7e5b574dcd -SHA256 (Getopt-Lucid-0.16.tar.gz) = 6da381bc18b471a4c7c155a95612f1433ddd636f088298f9db9b9c0bfea3c35c -SIZE (Getopt-Lucid-0.16.tar.gz) = 40362 +MD5 (Getopt-Lucid-0.17.tar.gz) = f2a806a179370eb1bf719197e8091776 +SHA256 (Getopt-Lucid-0.17.tar.gz) = d5c2124f6d70ea2fbbf6c299ea4dc6b932daa6d07762ae7351a3d669ed374926 +SIZE (Getopt-Lucid-0.17.tar.gz) = 39190 diff --git a/textproc/p5-Getopt-Lucid/pkg-plist b/textproc/p5-Getopt-Lucid/pkg-plist index ad8d347e098a..125285ade99e 100644 --- a/textproc/p5-Getopt-Lucid/pkg-plist +++ b/textproc/p5-Getopt-Lucid/pkg-plist @@ -1,5 +1,6 @@ %%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 |