svn commit: r342795 - head/devel/p5-SVN-Notify-Snapshot

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 5 17:22:18 UTC 2014


Author: ehaupt
Date: Wed Feb  5 17:22:17 2014
New Revision: 342795
URL: http://svnweb.freebsd.org/changeset/ports/342795
QAT: https://qat.redports.org/buildarchive/r342795/

Log:
  Support staging.

Modified:
  head/devel/p5-SVN-Notify-Snapshot/Makefile
  head/devel/p5-SVN-Notify-Snapshot/pkg-plist

Modified: head/devel/p5-SVN-Notify-Snapshot/Makefile
==============================================================================
--- head/devel/p5-SVN-Notify-Snapshot/Makefile	Wed Feb  5 17:20:56 2014	(r342794)
+++ head/devel/p5-SVN-Notify-Snapshot/Makefile	Wed Feb  5 17:22:17 2014	(r342795)
@@ -19,7 +19,6 @@ CONFIG_DESC=	Enable YAML syntax for post
 USES=		perl5
 USE_PERL5=	modbuild
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCONFIG}
@@ -27,6 +26,4 @@ BUILD_DEPENDS+=	p5-SVN-Notify-Config>=0:
 RUN_DEPENDS+=	p5-SVN-Notify-Config>=0:${PORTSDIR}/devel/p5-SVN-Notify-Config
 .endif
 
-MAN3=		SVN::Notify::Snapshot.3 SVN::Notify::Snapshot::ConfigData.3
-
 .include <bsd.port.mk>

Modified: head/devel/p5-SVN-Notify-Snapshot/pkg-plist
==============================================================================
--- head/devel/p5-SVN-Notify-Snapshot/pkg-plist	Wed Feb  5 17:20:56 2014	(r342794)
+++ head/devel/p5-SVN-Notify-Snapshot/pkg-plist	Wed Feb  5 17:22:17 2014	(r342795)
@@ -1,5 +1,7 @@
 %%SITE_PERL%%/SVN/Notify/Snapshot.pm
 %%SITE_PERL%%/SVN/Notify/Snapshot/ConfigData.pm
+%%PERL5_MAN3%%/SVN::Notify::Snapshot.3.gz
+%%PERL5_MAN3%%/SVN::Notify::Snapshot::ConfigData.3.gz
 @dirrm %%SITE_PERL%%/SVN/Notify/Snapshot
 @dirrmtry %%SITE_PERL%%/SVN/Notify
 @dirrmtry %%SITE_PERL%%/SVN


More information about the svn-ports-all mailing list