ports/124928: [PATCH] devel/p5-Test-NoWarnings: update to 0.084
Yen-Ming Lee
leeym at FreeBSD.org
Tue Jun 24 11:00:12 UTC 2008
>Number: 124928
>Category: ports
>Synopsis: [PATCH] devel/p5-Test-NoWarnings: update to 0.084
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Jun 24 11:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Yen-Ming Lee
>Release: FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 0.084
Port maintainer (alex at kapranoff.ru) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-Test-NoWarnings-0.084.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-NoWarnings/Makefile,v
retrieving revision 1.6
diff -u -d -b -w -u -r1.6 Makefile
--- Makefile 17 Apr 2008 14:26:14 -0000 1.6
+++ Makefile 24 Jun 2008 10:56:31 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= Test-NoWarnings
-PORTVERSION= 0.083
+PORTVERSION= 0.084
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,15 +15,17 @@
COMMENT= Hide and store warnings while running test scripts
BUILD_DEPENDS= ${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester
-RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-INSTALL_TARGET= pure_install
MAN3= Test::NoWarnings.3
-post-patch:
- @${PERL} -i -pe 'm/INSTALLDIRS\s+=>/ and $$_ = ""' \
- ${WRKSRC}/Makefile.PL
+OPTIONS= DEVEL_STACKTRACE "Stack trace support" off
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_DEVEL_STACKTRACE)
+RUN_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-NoWarnings/distinfo,v
retrieving revision 1.6
diff -u -d -b -w -u -r1.6 distinfo
--- distinfo 24 Jan 2007 21:17:58 -0000 1.6
+++ distinfo 24 Jun 2008 10:56:31 -0000
@@ -1,3 +1,3 @@
-MD5 (Test-NoWarnings-0.083.tar.gz) = 8c55c1ca89919caf42cf83c67d44d7f4
-SHA256 (Test-NoWarnings-0.083.tar.gz) = 7da6bba4f9acde356142cdc5e035729ad82964de7c52804bafdbf3a445f87d4a
-SIZE (Test-NoWarnings-0.083.tar.gz) = 15280
+MD5 (Test-NoWarnings-0.084.tar.gz) = 26341294a4062e9e7d8a643485ca78d4
+SHA256 (Test-NoWarnings-0.084.tar.gz) = 0b69d1dbe54a2b029993e1772e25c6f059d6f755f1732b47bf29e735d43de4a5
+SIZE (Test-NoWarnings-0.084.tar.gz) = 15335
--- p5-Test-NoWarnings-0.084.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list