ports/165123: [PATCH] devel/p5-Devel-ebug: update to 0.52

Steve Wills swills at FreeBSD.org
Tue Feb 14 03:20:11 UTC 2012


>Number:         165123
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Devel-ebug: update to 0.52
>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 Feb 14 03:20:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
- Update to 0.52
- Remove SITE_PERL from DEPENDS
- Add TEST_DEPENDS

Port maintainer (gslin at gslin.org) is cc'd.

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

--- p5-Devel-ebug-0.52.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Devel-ebug/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	28 Jan 2010 23:45:27 -0000	1.3
+++ Makefile	14 Feb 2012 02:49:34 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Devel-ebug
-PORTVERSION=	0.49
-PORTREVISION=	1
+PORTVERSION=	0.52
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Devel
@@ -16,13 +15,15 @@
 MAINTAINER=	gslin at gslin.org
 COMMENT=	A simple, extensible Perl debugger
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \
-		${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck \
-		${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
-		${SITE_PERL}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \
-		${SITE_PERL}/Proc/Background.pm:${PORTSDIR}/devel/p5-Proc-Background \
-		${SITE_PERL}/String/Koremutake.pm:${PORTSDIR}/textproc/p5-String-Koremutake
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker \
+		p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \
+		p5-Class-Accessor-Chained>0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
+		p5-Devel-StackTrace>0:${PORTSDIR}/devel/p5-Devel-StackTrace \
+		p5-Proc-Background>0:${PORTSDIR}/devel/p5-Proc-Background \
+		p5-String-Koremutake>0:${PORTSDIR}/textproc/p5-String-Koremutake
+BUILD_DEPENDS:=	${RUN_DEPENDS}
+TEST_DEPENDS=	p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \
+		p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect
 
 PERL_MODBUILD=	yes
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Devel-ebug/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	3 Jul 2011 14:57:09 -0000	1.3
+++ distinfo	14 Feb 2012 02:49:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (Devel-ebug-0.49.tar.gz) = 02295bc410dd17536047afccf1a3d309347fc450321b9971c89695fd5523c975
-SIZE (Devel-ebug-0.49.tar.gz) = 25928
+SHA256 (Devel-ebug-0.52.tar.gz) = feaf53b29bb45d260d6c7bc539d9ea9c9ae27bfdefd2a596ef96f2bb14ad630c
+SIZE (Devel-ebug-0.52.tar.gz) = 34327
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Devel-ebug/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	24 Sep 2010 02:02:43 -0000	1.2
+++ pkg-plist	14 Feb 2012 02:49:34 -0000
@@ -22,6 +22,7 @@
 %%SITE_PERL%%/Devel/ebug/Plugin/Run.pm
 %%SITE_PERL%%/Devel/ebug/Plugin/StackTrace.pm
 bin/ebug
+bin/ebug_backend_perl
 bin/ebug_client
 bin/ebug_server
 @dirrmtry %%SITE_PERL%%/Devel/ebug/Plugin
--- p5-Devel-ebug-0.52.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list