svn commit: r322126 - head/devel/p5-Devel-GlobalDestruction
Frederic Culot
culot at FreeBSD.org
Mon Jul 1 14:16:00 UTC 2013
Author: culot
Date: Mon Jul 1 14:15:59 2013
New Revision: 322126
URL: http://svnweb.freebsd.org/changeset/ports/322126
Log:
- Fix dependencies (XS portion is now a distinct port)
PR: ports/179328
Submitted by: Evgeniy Kosov <evgeniy at kosov.su>
Modified:
head/devel/p5-Devel-GlobalDestruction/Makefile
head/devel/p5-Devel-GlobalDestruction/pkg-plist
Modified: head/devel/p5-Devel-GlobalDestruction/Makefile
==============================================================================
--- head/devel/p5-Devel-GlobalDestruction/Makefile Mon Jul 1 13:32:56 2013 (r322125)
+++ head/devel/p5-Devel-GlobalDestruction/Makefile Mon Jul 1 14:15:59 2013 (r322126)
@@ -3,6 +3,7 @@
PORTNAME= Devel-GlobalDestruction
PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -23,9 +24,8 @@ MAN3= Devel::GlobalDestruction.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
-PLIST_SUB+= PP="@comment " XS=""
-.else
-PLIST_SUB+= PP="" XS="@comment "
+BUILD_DEPENDS+= p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction
+RUN_DEPENDS+= p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction
.endif
.include <bsd.port.post.mk>
Modified: head/devel/p5-Devel-GlobalDestruction/pkg-plist
==============================================================================
--- head/devel/p5-Devel-GlobalDestruction/pkg-plist Mon Jul 1 13:32:56 2013 (r322125)
+++ head/devel/p5-Devel-GlobalDestruction/pkg-plist Mon Jul 1 14:15:59 2013 (r322126)
@@ -1,10 +1,5 @@
-%%PP%%%%SITE_PERL%%/Devel/GlobalDestruction.pm
-%%XS%%%%SITE_PERL%%/%%PERL_ARCH%%/Devel/GlobalDestruction.pm
+%%SITE_PERL%%/Devel/GlobalDestruction.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/.packlist
-%%XS%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/GlobalDestruction.bs
-%%XS%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction/GlobalDestruction.so
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/GlobalDestruction
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
-%%XS%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel/GlobalDestruction
-%%XS%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel
-%%PP%%@dirrmtry %%SITE_PERL%%/Devel
+ at dirrmtry %%SITE_PERL%%/Devel
More information about the svn-ports-head
mailing list