svn commit: r341689 - in head/www: p5-CGI-Compress-Gzip p5-Maypole-Component

Martin Wilke miwi at FreeBSD.org
Wed Jan 29 07:58:25 UTC 2014


Author: miwi
Date: Wed Jan 29 07:58:24 2014
New Revision: 341689
URL: http://svnweb.freebsd.org/changeset/ports/341689
QAT: https://qat.redports.org/buildarchive/r341689/

Log:
  - Stage support

Modified:
  head/www/p5-CGI-Compress-Gzip/Makefile
  head/www/p5-CGI-Compress-Gzip/pkg-plist
  head/www/p5-Maypole-Component/Makefile
  head/www/p5-Maypole-Component/pkg-plist

Modified: head/www/p5-CGI-Compress-Gzip/Makefile
==============================================================================
--- head/www/p5-CGI-Compress-Gzip/Makefile	Wed Jan 29 07:58:06 2014	(r341688)
+++ head/www/p5-CGI-Compress-Gzip/Makefile	Wed Jan 29 07:58:24 2014	(r341689)
@@ -18,8 +18,4 @@ RUN_DEPENDS=	p5-IO-Zlib>=1.01:${PORTSDIR
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	CGI::Compress::Gzip.3 \
-	CGI::Compress::Gzip::FileHandle.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-CGI-Compress-Gzip/pkg-plist
==============================================================================
--- head/www/p5-CGI-Compress-Gzip/pkg-plist	Wed Jan 29 07:58:06 2014	(r341688)
+++ head/www/p5-CGI-Compress-Gzip/pkg-plist	Wed Jan 29 07:58:24 2014	(r341689)
@@ -1,3 +1,5 @@
+%%PERL5_MAN3%%/CGI::Compress::Gzip.3.gz
+%%PERL5_MAN3%%/CGI::Compress::Gzip::FileHandle.3.gz
 %%SITE_PERL%%/CGI/Compress/Gzip.pm
 %%SITE_PERL%%/CGI/Compress/Gzip/FileHandle.pm
 @dirrmtry %%SITE_PERL%%/CGI/Compress/Gzip

Modified: head/www/p5-Maypole-Component/Makefile
==============================================================================
--- head/www/p5-Maypole-Component/Makefile	Wed Jan 29 07:58:06 2014	(r341688)
+++ head/www/p5-Maypole-Component/Makefile	Wed Jan 29 07:58:24 2014	(r341689)
@@ -14,9 +14,6 @@ COMMENT=	Run Maypole sub-requests as com
 USES=		perl5
 USE_PERL5=	configure patch
 
-MAN3=		Maypole::Component.3
-
-NO_STAGE=	yes
 post-patch:
 	@${PERL} -pi -e 's/use 5.006/use 5.005/' ${WRKSRC}/Makefile.PL
 	@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/Component.pm

Modified: head/www/p5-Maypole-Component/pkg-plist
==============================================================================
--- head/www/p5-Maypole-Component/pkg-plist	Wed Jan 29 07:58:06 2014	(r341688)
+++ head/www/p5-Maypole-Component/pkg-plist	Wed Jan 29 07:58:24 2014	(r341689)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Maypole::Component.3.gz
 %%SITE_PERL%%/Maypole/Component.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Component/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Component


More information about the svn-ports-all mailing list