Date: Wed, 5 Feb 2014 17:22:17 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342795 - head/devel/p5-SVN-Notify-Snapshot Message-ID: <201402051722.s15HMHc7051551@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051722.s15HMHc7051551>