svn commit: r322440 - head/devel/p5-Devel-GlobalDestruction

Frederic Culot culot at FreeBSD.org
Sun Jul 7 13:09:49 UTC 2013


Author: culot
Date: Sun Jul  7 13:09:48 2013
New Revision: 322440
URL: http://svnweb.freebsd.org/changeset/ports/322440

Log:
  - Fix typo in dependencies
  
  Reported by:	itetcu@ (via private email)
  Pointy hat to:	culot@

Modified:
  head/devel/p5-Devel-GlobalDestruction/Makefile

Modified: head/devel/p5-Devel-GlobalDestruction/Makefile
==============================================================================
--- head/devel/p5-Devel-GlobalDestruction/Makefile	Sun Jul  7 13:00:00 2013	(r322439)
+++ head/devel/p5-Devel-GlobalDestruction/Makefile	Sun Jul  7 13:09:48 2013	(r322440)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Devel-GlobalDestruction
 PORTVERSION=	0.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -24,8 +24,8 @@ MAN3=		Devel::GlobalDestruction.3
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction
-RUN_DEPENDS+=	p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction
+BUILD_DEPENDS+=	p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction-XS
+RUN_DEPENDS+=	p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction-XS
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list