svn commit: r315085 - head/lang/p5-TryCatch
Steve Wills
swills at FreeBSD.org
Sun Mar 24 00:43:26 UTC 2013
Author: swills
Date: Sun Mar 24 00:43:24 2013
New Revision: 315085
URL: http://svnweb.freebsd.org/changeset/ports/315085
Log:
- Update to 1.003002
PR: ports/177297
Submitted by: milki <milki at rescomp.berkeley.edu> (maintainer)
Modified:
head/lang/p5-TryCatch/Makefile (contents, props changed)
head/lang/p5-TryCatch/distinfo (contents, props changed)
head/lang/p5-TryCatch/pkg-descr (contents, props changed)
head/lang/p5-TryCatch/pkg-plist (contents, props changed)
Modified: head/lang/p5-TryCatch/Makefile
==============================================================================
--- head/lang/p5-TryCatch/Makefile Sat Mar 23 23:14:35 2013 (r315084)
+++ head/lang/p5-TryCatch/Makefile Sun Mar 24 00:43:24 2013 (r315085)
@@ -1,13 +1,7 @@
-# New ports collection makefile for: p5-TryCatch
-# Date created: 22 April 2010
-# Whom: milki
-#
# $FreeBSD$
-#
PORTNAME= TryCatch
-PORTVERSION= 1.003000
-PORTREVISION= 1
+PORTVERSION= 1.003002
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ASH
@@ -30,10 +24,11 @@ RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.08
p5-Scope-Upper>=0.06:${PORTSDIR}/devel/p5-Scope-Upper \
p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Variable-Magic>=0.28:${PORTSDIR}/devel/p5-Variable-Magic
-
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
-OPTIONS= AUTHOR "Include dependencies for AUTHORING" off
+OPTIONS_DEFINE= AUTHOR
+
+AUTHOR_DESC= Include dependencies for AUTHORING
PERL_CONFIGURE= yes
@@ -41,7 +36,7 @@ MAN3= TryCatch.3
.include <bsd.port.options.mk>
-.if defined(WITH_AUTHOR)
+.if ${PORT_OPTIONS:MAUTHOR}
BUILD_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
.endif
Modified: head/lang/p5-TryCatch/distinfo
==============================================================================
--- head/lang/p5-TryCatch/distinfo Sat Mar 23 23:14:35 2013 (r315084)
+++ head/lang/p5-TryCatch/distinfo Sun Mar 24 00:43:24 2013 (r315085)
@@ -1,2 +1,2 @@
-SHA256 (TryCatch-1.003000.tar.gz) = ae035067ff2b93bad779e28c838618ac7f388ec2167c9c2745026b54dee4924f
-SIZE (TryCatch-1.003000.tar.gz) = 87037
+SHA256 (TryCatch-1.003002.tar.gz) = ba88e73ded35d83caf0589d776cf8f91fad908df7fe7a4bd1274c6611336da9b
+SIZE (TryCatch-1.003002.tar.gz) = 89808
Modified: head/lang/p5-TryCatch/pkg-descr
==============================================================================
--- head/lang/p5-TryCatch/pkg-descr Sat Mar 23 23:14:35 2013 (r315084)
+++ head/lang/p5-TryCatch/pkg-descr Sun Mar 24 00:43:24 2013 (r315085)
@@ -4,4 +4,4 @@ or C++). The standard method of using ev
to subtle bugs, primarily that its far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.
-WWW: http://search.cpan.org/dist/TryCatch/
+WWW: https://metacpan.org/module/TryCatch
Modified: head/lang/p5-TryCatch/pkg-plist
==============================================================================
--- head/lang/p5-TryCatch/pkg-plist Sat Mar 23 23:14:35 2013 (r315084)
+++ head/lang/p5-TryCatch/pkg-plist Sun Mar 24 00:43:24 2013 (r315085)
@@ -2,6 +2,4 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TryCatch/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TryCatch/TryCatch.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TryCatch/TryCatch.so
-%%SITE_PERL%%/%%PERL_ARCH%%/bench.pl
-%%SITE_PERL%%/%%PERL_ARCH%%/bench_ok.pl
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TryCatch
More information about the svn-ports-all
mailing list