svn commit: r342004 - in head: mail/mime-construct security/p5-Authen-DecHpwd security/p5-Digest-SV1

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 15:24:07 UTC 2014


Author: miwi
Date: Fri Jan 31 15:24:05 2014
New Revision: 342004
URL: http://svnweb.freebsd.org/changeset/ports/342004
QAT: https://qat.redports.org/buildarchive/r342004/

Log:
  - Stage support

Modified:
  head/mail/mime-construct/Makefile
  head/mail/mime-construct/pkg-plist
  head/security/p5-Authen-DecHpwd/Makefile
  head/security/p5-Authen-DecHpwd/pkg-plist
  head/security/p5-Digest-SV1/Makefile
  head/security/p5-Digest-SV1/pkg-plist

Modified: head/mail/mime-construct/Makefile
==============================================================================
--- head/mail/mime-construct/Makefile	Fri Jan 31 15:23:50 2014	(r342003)
+++ head/mail/mime-construct/Makefile	Fri Jan 31 15:24:05 2014	(r342004)
@@ -18,7 +18,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		mime-construct.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/mail/mime-construct/pkg-plist
==============================================================================
--- head/mail/mime-construct/pkg-plist	Fri Jan 31 15:23:50 2014	(r342003)
+++ head/mail/mime-construct/pkg-plist	Fri Jan 31 15:24:05 2014	(r342004)
@@ -1,3 +1,4 @@
 bin/mime-construct
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/mime-construct/.packlist
+man/man1/mime-construct.1.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mime-construct

Modified: head/security/p5-Authen-DecHpwd/Makefile
==============================================================================
--- head/security/p5-Authen-DecHpwd/Makefile	Fri Jan 31 15:23:50 2014	(r342003)
+++ head/security/p5-Authen-DecHpwd/Makefile	Fri Jan 31 15:24:05 2014	(r342004)
@@ -19,7 +19,4 @@ LICENSE=	GPLv2
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	Authen::DecHpwd.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/p5-Authen-DecHpwd/pkg-plist
==============================================================================
--- head/security/p5-Authen-DecHpwd/pkg-plist	Fri Jan 31 15:23:50 2014	(r342003)
+++ head/security/p5-Authen-DecHpwd/pkg-plist	Fri Jan 31 15:24:05 2014	(r342004)
@@ -1,6 +1,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Authen/DecHpwd.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.so
+%%PERL5_MAN3%%/Authen::DecHpwd.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Authen

Modified: head/security/p5-Digest-SV1/Makefile
==============================================================================
--- head/security/p5-Digest-SV1/Makefile	Fri Jan 31 15:23:50 2014	(r342003)
+++ head/security/p5-Digest-SV1/Makefile	Fri Jan 31 15:24:05 2014	(r342004)
@@ -16,7 +16,4 @@ BUILD_DEPENDS=	p5-Digest-SHA1>=0:${PORTS
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	Digest::SV1.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/p5-Digest-SV1/pkg-plist
==============================================================================
--- head/security/p5-Digest-SV1/pkg-plist	Fri Jan 31 15:23:50 2014	(r342003)
+++ head/security/p5-Digest-SV1/pkg-plist	Fri Jan 31 15:24:05 2014	(r342004)
@@ -1,2 +1,3 @@
 %%SITE_PERL%%/Digest/SV1.pm
+%%PERL5_MAN3%%/Digest::SV1.3.gz
 @dirrmtry %%SITE_PERL%%/Digest/


More information about the svn-ports-all mailing list