diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-02-10 20:02:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-02-10 20:02:27 +0800 |
commit | ef051074dd7addf5347cd64bf5686de4edf68549 (patch) | |
tree | 175db9c5b233c9dce1da239060b0cd13e3cd81d0 | |
parent | 49abfde7755b6cf8cbc044a837a942aa2030c635 (diff) | |
download | freebsd-ports-gnome-ef051074dd7addf5347cd64bf5686de4edf68549.tar.gz freebsd-ports-gnome-ef051074dd7addf5347cd64bf5686de4edf68549.tar.zst freebsd-ports-gnome-ef051074dd7addf5347cd64bf5686de4edf68549.zip |
- Update to 1.003000
- Move test dependencies to TEST_DEPENDS
Changes: http://search.cpan.org/dist/TryCatch/Changes
PR: ports/154637
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
-rw-r--r-- | lang/p5-TryCatch/Makefile | 8 | ||||
-rw-r--r-- | lang/p5-TryCatch/distinfo | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/lang/p5-TryCatch/Makefile b/lang/p5-TryCatch/Makefile index be99181244fd..57a18f2d8e44 100644 --- a/lang/p5-TryCatch/Makefile +++ b/lang/p5-TryCatch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= TryCatch -PORTVERSION= 1.002000 +PORTVERSION= 1.003000 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/A/AS/ASH @@ -15,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= milki@rescomp.berkeley.edu COMMENT= First class try catch semantics for Perl, without source filters -BUILD_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends \ +BUILD_DEPENDS= p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-B-Hooks-OP-Check>=0.18:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \ p5-B-Hooks-OP-PPAddr>=0.03:${PORTSDIR}/devel/p5-B-Hooks-OP-PPAddr RUN_DEPENDS= p5-Parse-Method-Signatures>=1.003012:${PORTSDIR}/devel/p5-Parse-Method-Signatures \ @@ -29,6 +27,8 @@ RUN_DEPENDS= p5-Parse-Method-Signatures>=1.003012:${PORTSDIR}/devel/p5-Parse-Met p5-Variable-Magic>=0.28:${PORTSDIR}/devel/p5-Variable-Magic \ p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-XSLoader>=0:${PORTSDIR}/devel/p5-XSLoader +TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= 5.8.1+ diff --git a/lang/p5-TryCatch/distinfo b/lang/p5-TryCatch/distinfo index 97d4bf2d7d31..b77dc68de4c0 100644 --- a/lang/p5-TryCatch/distinfo +++ b/lang/p5-TryCatch/distinfo @@ -1,3 +1,2 @@ -MD5 (TryCatch-1.002000.tar.gz) = c0069370f5cbd982872702ed4495daf4 -SHA256 (TryCatch-1.002000.tar.gz) = 1ac163e3ccaf4b445f832a80f57a89f7a5de714470732fe4613d76a5382d7960 -SIZE (TryCatch-1.002000.tar.gz) = 83199 +SHA256 (TryCatch-1.003000.tar.gz) = ae035067ff2b93bad779e28c838618ac7f388ec2167c9c2745026b54dee4924f +SIZE (TryCatch-1.003000.tar.gz) = 87037 |