Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 14:41:37 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342151 - in head: dns/p5-Net-RBLClient security/p5-Snort-Rule
Message-ID:  <201402011441.s11EfbpB011501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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