Date: Wed, 5 Feb 2014 17:20:57 +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: r342794 - head/devel/p5-SVN-Notify-Mirror Message-ID: <201402051720.s15HKvi3050996@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 5 17:20:56 2014 New Revision: 342794 URL: http://svnweb.freebsd.org/changeset/ports/342794 QAT: https://qat.redports.org/buildarchive/r342794/ Log: Support staging. Modified: head/devel/p5-SVN-Notify-Mirror/Makefile head/devel/p5-SVN-Notify-Mirror/pkg-plist Modified: head/devel/p5-SVN-Notify-Mirror/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Mirror/Makefile Wed Feb 5 17:20:33 2014 (r342793) +++ head/devel/p5-SVN-Notify-Mirror/Makefile Wed Feb 5 17:20:56 2014 (r342794) @@ -18,16 +18,12 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= SVN::Notify::Mirror.3 SVN::Notify::Mirror::ConfigData.3 \ - SVN::Notify::Mirror::Rsync.3 SVN::Notify::Mirror::SSH.3 - OPTIONS_DEFINE= CONFIG SSH RSYNC CONFIG_DESC= Enable YAML syntax for post-commit hook SSH_DESC= Enable SSH for remote working copy update RSYNC_DESC= Enable rsync for remote working copy update -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCONFIG} Modified: head/devel/p5-SVN-Notify-Mirror/pkg-plist ============================================================================== --- head/devel/p5-SVN-Notify-Mirror/pkg-plist Wed Feb 5 17:20:33 2014 (r342793) +++ head/devel/p5-SVN-Notify-Mirror/pkg-plist Wed Feb 5 17:20:56 2014 (r342794) @@ -2,6 +2,10 @@ %%SITE_PERL%%/SVN/Notify/Mirror/ConfigData.pm %%SITE_PERL%%/SVN/Notify/Mirror/Rsync.pm %%SITE_PERL%%/SVN/Notify/Mirror/SSH.pm +%%PERL5_MAN3%%/SVN::Notify::Mirror.3.gz +%%PERL5_MAN3%%/SVN::Notify::Mirror::ConfigData.3.gz +%%PERL5_MAN3%%/SVN::Notify::Mirror::Rsync.3.gz +%%PERL5_MAN3%%/SVN::Notify::Mirror::SSH.3.gz @dirrm %%SITE_PERL%%/SVN/Notify/Mirror @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?201402051720.s15HKvi3050996>