Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 20:05:56 -0700 (PDT)
From:      milki <milki@rescomp.berkeley.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177297: [MAINTAINER] lang/p5-TryCatch: update to 1.003002
Message-ID:  <201303230305.r2N35uO4094321@cibo.ircmylife.com>
Resent-Message-ID: <201303230310.r2N3A1Fi030897@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177297
>Category:       ports
>Synopsis:       [MAINTAINER] lang/p5-TryCatch: update to 1.003002
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 23 03:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
cibo
>Environment:
System: FreeBSD cibo.ircmylife.com 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012
>Description:
- Update to 1.003002

Convert to OptionsNG
https://metacpan.org/source/ASH/TryCatch-1.003002/Changes

Obsoletes PR ports/177158

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-TryCatch-1.003002.patch begins here ---
diff -ruN /usr/ports/lang/p5-TryCatch/Makefile ./Makefile
--- /usr/ports/lang/p5-TryCatch/Makefile	2012-11-16 21:58:54.000000000 -0800
+++ ./Makefile	2013-03-22 20:05:19.000000000 -0700
@@ -1,13 +1,7 @@
-# New ports collection makefile for:	p5-TryCatch
-# Date created:		22 April 2010
-# Whom:		milki
-#
 # $FreeBSD: ports/lang/p5-TryCatch/Makefile,v 1.8 2012/11/17 05:58:54 svnexp Exp $
-#
 
 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 @@
 		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 @@
 
 .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
diff -ruN /usr/ports/lang/p5-TryCatch/distinfo ./distinfo
--- /usr/ports/lang/p5-TryCatch/distinfo	2011-02-10 04:02:27.000000000 -0800
+++ ./distinfo	2013-03-22 19:59:38.000000000 -0700
@@ -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
diff -ruN /usr/ports/lang/p5-TryCatch/pkg-descr ./pkg-descr
--- /usr/ports/lang/p5-TryCatch/pkg-descr	2011-07-23 20:33:36.000000000 -0700
+++ ./pkg-descr	2013-03-20 11:58:55.000000000 -0700
@@ -4,4 +4,4 @@
 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
diff -ruN /usr/ports/lang/p5-TryCatch/pkg-plist ./pkg-plist
--- /usr/ports/lang/p5-TryCatch/pkg-plist	2010-04-24 17:00:11.000000000 -0700
+++ ./pkg-plist	2013-03-20 12:13:58.000000000 -0700
@@ -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
--- p5-TryCatch-1.003002.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303230305.r2N35uO4094321>