svn commit: r342151 - in head: dns/p5-Net-RBLClient security/p5-Snort-Rule

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 14:41:38 UTC 2014


Author: miwi
Date: Sat Feb  1 14:41:36 2014
New Revision: 342151
URL: http://svnweb.freebsd.org/changeset/ports/342151
QAT: https://qat.redports.org/buildarchive/r342151/

Log:
  - Stage support

Modified:
  head/dns/p5-Net-RBLClient/Makefile
  head/dns/p5-Net-RBLClient/pkg-plist
  head/security/p5-Snort-Rule/Makefile

Modified: head/dns/p5-Net-RBLClient/Makefile
==============================================================================
--- head/dns/p5-Net-RBLClient/Makefile	Sat Feb  1 14:41:23 2014	(r342150)
+++ head/dns/p5-Net-RBLClient/Makefile	Sat Feb  1 14:41:36 2014	(r342151)
@@ -19,8 +19,4 @@ WRKSRC=		${WRKDIR}/RBLCLient-${PORTVERSI
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		spamalyze.1
-MAN3=		Net::RBLClient.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/dns/p5-Net-RBLClient/pkg-plist
==============================================================================
--- head/dns/p5-Net-RBLClient/pkg-plist	Sat Feb  1 14:41:23 2014	(r342150)
+++ head/dns/p5-Net-RBLClient/pkg-plist	Sat Feb  1 14:41:36 2014	(r342151)
@@ -1,6 +1,8 @@
 bin/spamalyze
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient/.packlist
 %%SITE_PERL%%/Net/RBLClient.pm
+%%PERL5_MAN3%%/Net::RBLClient.3.gz
+man/man1/spamalyze.1.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
 @dirrmtry %%SITE_PERL%%/Net

Modified: head/security/p5-Snort-Rule/Makefile
==============================================================================
--- head/security/p5-Snort-Rule/Makefile	Sat Feb  1 14:41:23 2014	(r342150)
+++ head/security/p5-Snort-Rule/Makefile	Sat Feb  1 14:41:36 2014	(r342151)
@@ -15,12 +15,10 @@ USES=		perl5
 USE_PERL5=	configure
 
 PLIST_FILES=	%%SITE_PERL%%/Snort/Rule.pm \
-		%%SITE_PERL%%/mach/auto/Snort/Rule/.packlist
+		%%SITE_PERL%%/mach/auto/Snort/Rule/.packlist \
+		%%PERL5_MAN3%%/Snort::Rule.3.gz
 PLIST_DIRS=	%%SITE_PERL%%/mach/auto/Snort/Rule \
 		%%SITE_PERL%%/mach/auto/Snort \
 		%%SITE_PERL%%/Snort
 
-MAN3=		Snort::Rule.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list