Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 12:35:44 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338758 - in head: finance/p5-Business-CreditCard www/p5-Mozilla-CA www/p5-URI-Escape-JavaScript www/p5-WebService-Google-Sets
Message-ID:  <201401051235.s05CZjP0062598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Jan  5 12:35:44 2014
New Revision: 338758
URL: http://svnweb.freebsd.org/changeset/ports/338758

Log:
  - support stage
  
  Approved by:	portmgr (blanket infrastructure)

Modified:
  head/finance/p5-Business-CreditCard/Makefile
  head/finance/p5-Business-CreditCard/pkg-plist   (contents, props changed)
  head/www/p5-Mozilla-CA/Makefile
  head/www/p5-Mozilla-CA/pkg-plist   (contents, props changed)
  head/www/p5-URI-Escape-JavaScript/Makefile
  head/www/p5-URI-Escape-JavaScript/pkg-plist   (contents, props changed)
  head/www/p5-WebService-Google-Sets/Makefile
  head/www/p5-WebService-Google-Sets/pkg-plist   (contents, props changed)

Modified: head/finance/p5-Business-CreditCard/Makefile
==============================================================================
--- head/finance/p5-Business-CreditCard/Makefile	Sun Jan  5 12:33:14 2014	(r338757)
+++ head/finance/p5-Business-CreditCard/Makefile	Sun Jan  5 12:35:44 2014	(r338758)
@@ -13,7 +13,4 @@ COMMENT=	Perl5 module to validate/genera
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Business::CreditCard.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/finance/p5-Business-CreditCard/pkg-plist
==============================================================================
--- head/finance/p5-Business-CreditCard/pkg-plist	Sun Jan  5 12:33:14 2014	(r338757)
+++ head/finance/p5-Business-CreditCard/pkg-plist	Sun Jan  5 12:35:44 2014	(r338758)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Business/CreditCard.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/CreditCard/.packlist
+%%PERL5_MAN3%%/Business::CreditCard.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/CreditCard
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business
 @dirrmtry %%SITE_PERL%%/Business

Modified: head/www/p5-Mozilla-CA/Makefile
==============================================================================
--- head/www/p5-Mozilla-CA/Makefile	Sun Jan  5 12:33:14 2014	(r338757)
+++ head/www/p5-Mozilla-CA/Makefile	Sun Jan  5 12:35:44 2014	(r338758)
@@ -12,7 +12,4 @@ COMMENT=	Perl extension for Mozilla CA c
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Mozilla::CA.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-Mozilla-CA/pkg-plist
==============================================================================
--- head/www/p5-Mozilla-CA/pkg-plist	Sun Jan  5 12:33:14 2014	(r338757)
+++ head/www/p5-Mozilla-CA/pkg-plist	Sun Jan  5 12:35:44 2014	(r338758)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/Mozilla/CA.pm
 %%SITE_PERL%%/Mozilla/CA/cacert.pem
 %%SITE_PERL%%/Mozilla/mk-ca-bundle.pl
+%%PERL5_MAN3%%/Mozilla::CA.3.gz
 @dirrm %%SITE_PERL%%/Mozilla/CA
 @dirrmtry %%SITE_PERL%%/Mozilla
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla/CA

Modified: head/www/p5-URI-Escape-JavaScript/Makefile
==============================================================================
--- head/www/p5-URI-Escape-JavaScript/Makefile	Sun Jan  5 12:33:14 2014	(r338757)
+++ head/www/p5-URI-Escape-JavaScript/Makefile	Sun Jan  5 12:35:44 2014	(r338758)
@@ -14,7 +14,4 @@ COMMENT=	Perl implementation of JavaScri
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	URI::Escape::JavaScript.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-URI-Escape-JavaScript/pkg-plist
==============================================================================
--- head/www/p5-URI-Escape-JavaScript/pkg-plist	Sun Jan  5 12:33:14 2014	(r338757)
+++ head/www/p5-URI-Escape-JavaScript/pkg-plist	Sun Jan  5 12:35:44 2014	(r338758)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/JavaScript/.packlist
 %%SITE_PERL%%/URI/Escape/JavaScript.pm
+%%PERL5_MAN3%%/URI::Escape::JavaScript.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/JavaScript
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/

Modified: head/www/p5-WebService-Google-Sets/Makefile
==============================================================================
--- head/www/p5-WebService-Google-Sets/Makefile	Sun Jan  5 12:33:14 2014	(r338757)
+++ head/www/p5-WebService-Google-Sets/Makefile	Sun Jan  5 12:35:44 2014	(r338758)
@@ -17,7 +17,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	WebService::Google::Sets.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-WebService-Google-Sets/pkg-plist
==============================================================================
--- head/www/p5-WebService-Google-Sets/pkg-plist	Sun Jan  5 12:33:14 2014	(r338757)
+++ head/www/p5-WebService-Google-Sets/pkg-plist	Sun Jan  5 12:35:44 2014	(r338758)
@@ -1,6 +1,7 @@
 bin/get_gset
 %%SITE_PERL%%/WebService/Google/Sets.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Sets/.packlist
+%%PERL5_MAN3%%/WebService::Google::Sets.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Sets
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService



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