Date: Sun, 25 May 2014 12:38:43 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355190 - head/devel/p5-SVN-Notify-Mirror Message-ID: <201405251238.s4PCch5i031342@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 25 12:38:43 2014 New Revision: 355190 URL: http://svnweb.freebsd.org/changeset/ports/355190 QAT: https://qat.redports.org/buildarchive/r355190/ Log: - Add LICENSE - Use single space after WWW: - Pass maintainership to submitter - While I'm here, convert to new options helper PR: ports/189551 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/devel/p5-SVN-Notify-Mirror/Makefile head/devel/p5-SVN-Notify-Mirror/pkg-descr Modified: head/devel/p5-SVN-Notify-Mirror/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Mirror/Makefile Sun May 25 12:38:38 2014 (r355189) +++ head/devel/p5-SVN-Notify-Mirror/Makefile Sun May 25 12:38:43 2014 (r355190) @@ -8,9 +8,12 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Keep a mirrored working copy of a repository path +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-SVN-Notify>=2.83:${PORTSDIR}/devel/p5-SVN-Notify \ p5-YAML>=0.81:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -24,21 +27,11 @@ CONFIG_DESC= Enable YAML syntax for post SSH_DESC= Enable SSH for remote working copy update RSYNC_DESC= Enable rsync for remote working copy update -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MCONFIG} -BUILD_DEPENDS+= p5-SVN-Notify-Config>=0.0906:${PORTSDIR}/devel/p5-SVN-Notify-Config -RUN_DEPENDS+= p5-SVN-Notify-Config>=0.0906:${PORTSDIR}/devel/p5-SVN-Notify-Config -.endif - -.if ${PORT_OPTIONS:MSSH} -BUILD_DEPENDS+= p5-Net-SSH>=0.08:${PORTSDIR}/net/p5-Net-SSH -RUN_DEPENDS+= p5-Net-SSH>=0.08:${PORTSDIR}/net/p5-Net-SSH -.endif - -.if ${PORT_OPTIONS:MRSYNC} -BUILD_DEPENDS+= p5-File-Rsync>=0.42:${PORTSDIR}/net/p5-File-Rsync -RUN_DEPENDS+= p5-File-Rsync>=0.42:${PORTSDIR}/net/p5-File-Rsync -.endif +CONFIG_BUILD_DEPENDS= p5-SVN-Notify-Config>=0.0906:${PORTSDIR}/devel/p5-SVN-Notify-Config +CONFIG_RUN_DEPENDS= p5-SVN-Notify-Config>=0.0906:${PORTSDIR}/devel/p5-SVN-Notify-Config +RSYNC_BUILD_DEPENDS= p5-File-Rsync>=0.42:${PORTSDIR}/net/p5-File-Rsync +RSYNC_RUN_DEPENDS= p5-File-Rsync>=0.42:${PORTSDIR}/net/p5-File-Rsync +SSH_BUILD_DEPENDS= p5-Net-SSH>=0.08:${PORTSDIR}/net/p5-Net-SSH +SSH_RUN_DEPENDS= p5-Net-SSH>=0.08:${PORTSDIR}/net/p5-Net-SSH .include <bsd.port.mk> Modified: head/devel/p5-SVN-Notify-Mirror/pkg-descr ============================================================================== --- head/devel/p5-SVN-Notify-Mirror/pkg-descr Sun May 25 12:38:38 2014 (r355189) +++ head/devel/p5-SVN-Notify-Mirror/pkg-descr Sun May 25 12:38:43 2014 (r355190) @@ -4,4 +4,4 @@ web server in sync with the changes made directory can either be on the same box as the repository itself, or it can be remote. -WWW: http://search.cpan.org/dist/SVN-Notify-Mirror/ +WWW: http://search.cpan.org/dist/SVN-Notify-Mirror/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251238.s4PCch5i031342>