[Midnightbsd-cvs] mports [24183] trunk/devel/p5-Class-C3-Componentised: update

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 4 08:48:40 EDT 2018


Revision: 24183
          http://svnweb.midnightbsd.org/mports/?rev=24183
Author:   laffer1
Date:     2018-09-04 08:48:39 -0400 (Tue, 04 Sep 2018)
Log Message:
-----------
update

Modified Paths:
--------------
    trunk/devel/p5-Class-C3-Componentised/Makefile
    trunk/devel/p5-Class-C3-Componentised/distinfo
    trunk/devel/p5-Class-C3-Componentised/pkg-descr

Modified: trunk/devel/p5-Class-C3-Componentised/Makefile
===================================================================
--- trunk/devel/p5-Class-C3-Componentised/Makefile	2018-09-04 12:46:29 UTC (rev 24182)
+++ trunk/devel/p5-Class-C3-Componentised/Makefile	2018-09-04 12:48:39 UTC (rev 24183)
@@ -1,11 +1,10 @@
 # $MidnightBSD$
 
 PORTNAME=	Class-C3-Componentised
-PORTVERSION=	1.0010
+PORTVERSION=	1.001002
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION}00
 
 MAINTAINER=	ctriv at MidnightBSD.org
 COMMENT=	Load mix-ins or components to your C3-based class
@@ -12,14 +11,15 @@
 
 LICENSE=	perl
 
-RUN_DEPENDS=	p5-Class-C3>=0.20:${PORTSDIR}/devel/p5-Class-C3 \
-		p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat \
-		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Class-C3>=0.20:devel/p5-Class-C3 \
+		p5-Class-Inspector>=1.32:devel/p5-Class-Inspector \
+		p5-MRO-Compat>=0.09:devel/p5-MRO-Compat
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0.31:devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=       yes
 
-post-extract:
-	@${REINPLACE_CMD} -i '' -e '/Test::/d' ${WRKSRC}/Makefile.PL
-
 .include <bsd.port.mk>

Modified: trunk/devel/p5-Class-C3-Componentised/distinfo
===================================================================
--- trunk/devel/p5-Class-C3-Componentised/distinfo	2018-09-04 12:46:29 UTC (rev 24182)
+++ trunk/devel/p5-Class-C3-Componentised/distinfo	2018-09-04 12:48:39 UTC (rev 24183)
@@ -1,2 +1,3 @@
-SHA256 (Class-C3-Componentised-1.001000.tar.gz) = 74ff750e84dce71194a3b2a6b5608c94a9a1c500778b7c94cf80d29e15daeadb
-SIZE (Class-C3-Componentised-1.001000.tar.gz) = 24335
+TIMESTAMP = 1519464480
+SHA256 (Class-C3-Componentised-1.001002.tar.gz) = 3051b146dc1efeaea1a9a2e9e6b1773080995b898ab583f155658d5fc80b9693
+SIZE (Class-C3-Componentised-1.001002.tar.gz) = 9742

Modified: trunk/devel/p5-Class-C3-Componentised/pkg-descr
===================================================================
--- trunk/devel/p5-Class-C3-Componentised/pkg-descr	2018-09-04 12:46:29 UTC (rev 24182)
+++ trunk/devel/p5-Class-C3-Componentised/pkg-descr	2018-09-04 12:48:39 UTC (rev 24183)
@@ -5,4 +5,4 @@
 declared in MyModule. If you want something like that, consider
 MooseX::Object::Pluggable.
 
-WWW: http://search.cpan.org/dist/Class-C3-Componentised/
+WWW: https://metacpan.org/release/Class-C3-Componentised



More information about the Midnightbsd-cvs mailing list