Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 09:17:28 +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: r341703 - in head/www: http_post p5-Amon2-Lite p5-FurlX-Coro
Message-ID:  <201401290917.s0T9HS9k057793@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Jan 29 09:17:28 2014
New Revision: 341703
URL: http://svnweb.freebsd.org/changeset/ports/341703
QAT: https://qat.redports.org/buildarchive/r341703/

Log:
  - Stage support

Modified:
  head/www/http_post/Makefile
  head/www/p5-Amon2-Lite/Makefile
  head/www/p5-Amon2-Lite/pkg-plist
  head/www/p5-FurlX-Coro/Makefile
  head/www/p5-FurlX-Coro/pkg-plist

Modified: head/www/http_post/Makefile
==============================================================================
--- head/www/http_post/Makefile	Wed Jan 29 09:03:54 2014	(r341702)
+++ head/www/http_post/Makefile	Wed Jan 29 09:17:28 2014	(r341703)
@@ -13,13 +13,11 @@ COMMENT=	Do a POST operaion and Dump htt
 WRKSRC=		${WRKDIR}/http_post
 MAKEFILE=	${FILESDIR}/Makefile.bsd
 
-MAN1=		http_post.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/http_post
+PLIST_FILES=	bin/http_post \
+		man/man1/http_post.1.gz
 
 .ifndef NO_OPENSSL
 USE_OPENSSL=	yes
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-Amon2-Lite/Makefile
==============================================================================
--- head/www/p5-Amon2-Lite/Makefile	Wed Jan 29 09:03:54 2014	(r341702)
+++ head/www/p5-Amon2-Lite/Makefile	Wed Jan 29 09:17:28 2014	(r341703)
@@ -26,8 +26,4 @@ TEST_DEPENDS=	\
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	Amon2::Lite.3 \
-	Amon2::Setup::Flavor::Lite.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-Amon2-Lite/pkg-plist
==============================================================================
--- head/www/p5-Amon2-Lite/pkg-plist	Wed Jan 29 09:03:54 2014	(r341702)
+++ head/www/p5-Amon2-Lite/pkg-plist	Wed Jan 29 09:17:28 2014	(r341703)
@@ -1,3 +1,5 @@
+%%PERL5_MAN3%%/Amon2::Lite.3.gz
+%%PERL5_MAN3%%/Amon2::Setup::Flavor::Lite.3.gz
 %%SITE_PERL%%/Amon2/Lite.pm
 %%SITE_PERL%%/Amon2/Setup/Flavor/Lite.pm
 @dirrmtry %%SITE_PERL%%/Amon2/Setup/Flavor

Modified: head/www/p5-FurlX-Coro/Makefile
==============================================================================
--- head/www/p5-FurlX-Coro/Makefile	Wed Jan 29 09:03:54 2014	(r341702)
+++ head/www/p5-FurlX-Coro/Makefile	Wed Jan 29 09:17:28 2014	(r341703)
@@ -20,8 +20,4 @@ BUILD_DEPENDS=	\
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	FurlX::Coro.3 \
-	FurlX::Coro::HTTP.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-FurlX-Coro/pkg-plist
==============================================================================
--- head/www/p5-FurlX-Coro/pkg-plist	Wed Jan 29 09:03:54 2014	(r341702)
+++ head/www/p5-FurlX-Coro/pkg-plist	Wed Jan 29 09:17:28 2014	(r341703)
@@ -1,3 +1,5 @@
+%%PERL5_MAN3%%/FurlX::Coro.3.gz
+%%PERL5_MAN3%%/FurlX::Coro::HTTP.3.gz
 %%SITE_PERL%%/FurlX/Coro.pm
 %%SITE_PERL%%/FurlX/Coro/HTTP.pm
 @dirrm %%SITE_PERL%%/FurlX/Coro



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