Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2013 16:45:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330149 - head/devel/p5-Class-AutoClass
Message-ID:  <201310121645.r9CGjcqt026786@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 12 16:45:37 2013
New Revision: 330149
URL: http://svnweb.freebsd.org/changeset/ports/330149

Log:
  - Update to 1.56
  
  Changes:	http://search.cpan.org/dist/Class-AutoClass/Changes

Modified:
  head/devel/p5-Class-AutoClass/Makefile
  head/devel/p5-Class-AutoClass/distinfo

Modified: head/devel/p5-Class-AutoClass/Makefile
==============================================================================
--- head/devel/p5-Class-AutoClass/Makefile	Sat Oct 12 16:45:33 2013	(r330148)
+++ head/devel/p5-Class-AutoClass/Makefile	Sat Oct 12 16:45:37 2013	(r330149)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Class-AutoClass
-PORTVERSION=	1.55
+PORTVERSION=	1.56
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,15 +13,24 @@ COMMENT=	Create get and set methods and 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Hash-AutoHash-Args>=1.10:${PORTSDIR}/devel/p5-Hash-AutoHash-Args
+BUILD_DEPENDS=	p5-Hash-AutoHash>=1.17:${PORTSDIR}/devel/p5-Hash-AutoHash \
+		p5-Hash-AutoHash-Args>=1.18:${PORTSDIR}/devel/p5-Hash-AutoHash-Args
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-IO-stringy>=2.1:${PORTSDIR}/devel/p5-IO-stringy \
-		p5-Test-Deep>=0.098:${PORTSDIR}/devel/p5-Test-Deep
+		p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep \
+		p5-Test-Pod>=1.48:${PORTSDIR}/devel/p5-Test-Pod
 
+NO_STAGE=	yes
 USE_PERL5=	modbuild
 USES=		perl5
 
 MAN3=		Class::AutoClass.3
 
-NO_STAGE=	yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+#.if ${PERL_LEVEL} < 501400
+#BUILD_DEPENDS+=	p5-Carp>=1.20:${PORTSDIR}/devel/p5-Carp
+#RUN_DEPENDS+=	p5-Carp>=1.20:${PORTSDIR}/devel/p5-Carp
+#.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Class-AutoClass/distinfo
==============================================================================
--- head/devel/p5-Class-AutoClass/distinfo	Sat Oct 12 16:45:33 2013	(r330148)
+++ head/devel/p5-Class-AutoClass/distinfo	Sat Oct 12 16:45:37 2013	(r330149)
@@ -1,2 +1,2 @@
-SHA256 (Class-AutoClass-1.55.tar.gz) = f38471987b4956e4707cda94e62033e5106cfcf2c1c8b66a3170137af7fa8672
-SIZE (Class-AutoClass-1.55.tar.gz) = 69538
+SHA256 (Class-AutoClass-1.56.tar.gz) = 357fc75ba7a49cc5613c30a84898545bd330b697b8ed37be1916bbd72ac35147
+SIZE (Class-AutoClass-1.56.tar.gz) = 70446



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