From 27fc9086b7fd877a064541d0c8154896e4e4bd4e Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 May 2014 12:38:43 +0000 Subject: [PATCH] - 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> --- devel/p5-SVN-Notify-Mirror/Makefile | 27 ++++++++++----------------- devel/p5-SVN-Notify-Mirror/pkg-descr | 2 +- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/devel/p5-SVN-Notify-Mirror/Makefile b/devel/p5-SVN-Notify-Mirror/Makefile index 43bf3c0a77da..b93c5ddce516 100644 --- a/devel/p5-SVN-Notify-Mirror/Makefile +++ b/devel/p5-SVN-Notify-Mirror/Makefile @@ -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-commit hook SSH_DESC= Enable SSH for remote working copy update RSYNC_DESC= Enable rsync for remote working copy update -.include - -.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 diff --git a/devel/p5-SVN-Notify-Mirror/pkg-descr b/devel/p5-SVN-Notify-Mirror/pkg-descr index b50e68272950..448e9540d5f5 100644 --- a/devel/p5-SVN-Notify-Mirror/pkg-descr +++ b/devel/p5-SVN-Notify-Mirror/pkg-descr @@ -4,4 +4,4 @@ web server in sync with the changes made to the repository. This 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/