svn commit: r355190 - head/devel/p5-SVN-Notify-Mirror
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 25 12:38:44 UTC 2014
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 at 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 at FreeBSD.org
+MAINTAINER= 5u623l20 at 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/
More information about the svn-ports-all
mailing list