diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-30 09:16:04 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-30 09:16:04 +0800 |
commit | 3b8d90bb314e2f6c21f369168afe86fdd5067f06 (patch) | |
tree | d74b531804e1212c2a087023f7ae2d96a1c2e361 /lang | |
parent | 2bcb23b9735085c5373c8eebf218e735db36c74c (diff) | |
download | freebsd-ports-gnome-3b8d90bb314e2f6c21f369168afe86fdd5067f06.tar.gz freebsd-ports-gnome-3b8d90bb314e2f6c21f369168afe86fdd5067f06.tar.zst freebsd-ports-gnome-3b8d90bb314e2f6c21f369168afe86fdd5067f06.zip |
- Update to 0.17
- Perl 5.7.2 and later versions have already installed Scalar::Util.
PR: ports/100251
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (timeout)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Error/Makefile | 18 | ||||
-rw-r--r-- | lang/p5-Error/distinfo | 6 | ||||
-rw-r--r-- | lang/p5-Error/pkg-plist | 6 |
3 files changed, 15 insertions, 15 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile index 68674eb2886f..f2953057ac9a 100644 --- a/lang/p5-Error/Makefile +++ b/lang/p5-Error/Makefile @@ -6,28 +6,28 @@ # PORTNAME= Error -PORTVERSION= 0.15.009 +PORTVERSION= 0.17 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR=Error +MASTER_SITE_SUBDIR= Error PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-0.15009 MAINTAINER= pvh@wfeet.za.net COMMENT= Perl module to provide Error/exception support for perl: Error -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= YES -MAN3= Error.3 \ - Error::Simple.3 +MAN3= Error.3 Error::Simple.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.endif + +.if ${PERL_LEVEL} < 500702 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS= ${BUILD_DEPENDS} .endif .include <bsd.port.post.mk> diff --git a/lang/p5-Error/distinfo b/lang/p5-Error/distinfo index 878184e46405..6672d0d82376 100644 --- a/lang/p5-Error/distinfo +++ b/lang/p5-Error/distinfo @@ -1,3 +1,3 @@ -MD5 (Error-0.15009.tar.gz) = 758e3e2024d883095d500d91e3a65b8d -SHA256 (Error-0.15009.tar.gz) = 884d61e1d4bc8042176b6113a0e05fbc1d1bc71945e026fdeaff57688a2a814a -SIZE (Error-0.15009.tar.gz) = 10802 +MD5 (Error-0.17.tar.gz) = fb55729bc7bc767ac70ba69c0c19b280 +SHA256 (Error-0.17.tar.gz) = f9d25b0ed1be87652a9aec4122defada9969d0e6faad43325b24d2a27d5b5e90 +SIZE (Error-0.17.tar.gz) = 14024 diff --git a/lang/p5-Error/pkg-plist b/lang/p5-Error/pkg-plist index f0a4b561e6f3..981c6affc580 100644 --- a/lang/p5-Error/pkg-plist +++ b/lang/p5-Error/pkg-plist @@ -1,5 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Error/.packlist %%SITE_PERL%%/Error.pm %%SITE_PERL%%/Error/Simple.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Error/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Error -@dirrm %%SITE_PERL%%/Error +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Error +@dirrmtry %%SITE_PERL%%/Error |