svn commit: r375967 - head/devel/p5-Devel-ebug

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 1 16:22:14 UTC 2015


Author: sunpoet
Date: Thu Jan  1 16:22:12 2015
New Revision: 375967
URL: https://svnweb.freebsd.org/changeset/ports/375967
QAT: https://qat.redports.org/buildarchive/r375967/

Log:
  - Update to 0.56
  - Sort *_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Devel-ebug/CHANGES

Modified:
  head/devel/p5-Devel-ebug/Makefile
  head/devel/p5-Devel-ebug/distinfo

Modified: head/devel/p5-Devel-ebug/Makefile
==============================================================================
--- head/devel/p5-Devel-ebug/Makefile	Thu Jan  1 16:22:01 2015	(r375966)
+++ head/devel/p5-Devel-ebug/Makefile	Thu Jan  1 16:22:12 2015	(r375967)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Devel-ebug
-PORTVERSION=	0.55
-PORTREVISION=	1
+PORTVERSION=	0.56
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Devel
@@ -15,17 +14,17 @@ COMMENT=	Simple, extensible Perl debugge
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-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
+RUN_DEPENDS=	p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
+		p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace \
+		p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
+		p5-Proc-Background>=0:${PORTSDIR}/devel/p5-Proc-Background \
+		p5-String-Koremutake>=0:${PORTSDIR}/textproc/p5-String-Koremutake \
+		p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
 BUILD_DEPENDS:=	${RUN_DEPENDS}
-TEST_DEPENDS=	p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \
-		p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect
+TEST_DEPENDS=	p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect \
+		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Devel-ebug/distinfo
==============================================================================
--- head/devel/p5-Devel-ebug/distinfo	Thu Jan  1 16:22:01 2015	(r375966)
+++ head/devel/p5-Devel-ebug/distinfo	Thu Jan  1 16:22:12 2015	(r375967)
@@ -1,2 +1,2 @@
-SHA256 (Devel-ebug-0.55.tar.gz) = e0da2bd6e459996f23b0791dad0d329c4b13690ba7fab55140228747f1991b46
-SIZE (Devel-ebug-0.55.tar.gz) = 34230
+SHA256 (Devel-ebug-0.56.tar.gz) = 8563076da96601fcce9af8ffb036399fa7a36af46ad8300cadd2898a330a4d2b
+SIZE (Devel-ebug-0.56.tar.gz) = 36001


More information about the svn-ports-all mailing list