svn commit: r331095 - head/devel/p5-POSIX-strptime

Frederic Culot culot at FreeBSD.org
Mon Oct 21 06:58:27 UTC 2013


Author: culot
Date: Mon Oct 21 06:58:26 2013
New Revision: 331095
URL: http://svnweb.freebsd.org/changeset/ports/331095

Log:
  - Add staging support
  
  PR:		ports/183138
  Submitted by:	Douglas William Thrift <douglas at douglasthrift.net> (maintainer)

Modified:
  head/devel/p5-POSIX-strptime/Makefile
  head/devel/p5-POSIX-strptime/pkg-plist

Modified: head/devel/p5-POSIX-strptime/Makefile
==============================================================================
--- head/devel/p5-POSIX-strptime/Makefile	Mon Oct 21 06:43:08 2013	(r331094)
+++ head/devel/p5-POSIX-strptime/Makefile	Mon Oct 21 06:58:26 2013	(r331095)
@@ -16,7 +16,4 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	POSIX::strptime.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-POSIX-strptime/pkg-plist
==============================================================================
--- head/devel/p5-POSIX-strptime/pkg-plist	Mon Oct 21 06:43:08 2013	(r331094)
+++ head/devel/p5-POSIX-strptime/pkg-plist	Mon Oct 21 06:58:26 2013	(r331095)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/strptime.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/strptime.so
+%%PERL5_MAN3%%/POSIX::strptime.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POSIX


More information about the svn-ports-all mailing list