Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 22:29:17 +0000 (UTC)
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305287 - head/devel/p5-SVN-Notify-Mirror
Message-ID:  <201210042229.q94MTHVL035493@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glarkin
Date: Thu Oct  4 22:29:17 2012
New Revision: 305287
URL: http://svn.freebsd.org/changeset/ports/305287

Log:
  - Updated to 0.040
    ChangeLog: http://cpansearch.perl.org/src/JPEACOCK/SVN-Notify-Mirror-0.040/Changes
  - Converted to OptionsNG
  - Added missing RUN_DEPENDS assignments for optional features

Modified:
  head/devel/p5-SVN-Notify-Mirror/Makefile
  head/devel/p5-SVN-Notify-Mirror/distinfo

Modified: head/devel/p5-SVN-Notify-Mirror/Makefile
==============================================================================
--- head/devel/p5-SVN-Notify-Mirror/Makefile	Thu Oct  4 22:16:23 2012	(r305286)
+++ head/devel/p5-SVN-Notify-Mirror/Makefile	Thu Oct  4 22:29:17 2012	(r305287)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	SVN-Notify-Mirror
-PORTVERSION=	0.038
+PORTVERSION=	0.040
 PORTEPOCH=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
@@ -15,31 +15,36 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	glarkin@FreeBSD.org
 COMMENT=	Keep a mirrored working copy of a repository path
 
-BUILD_DEPENDS=	p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \
-		p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML
+BUILD_DEPENDS=	p5-SVN-Notify>=2.83:${PORTSDIR}/devel/p5-SVN-Notify \
+		p5-YAML>=0.81:${PORTSDIR}/textproc/p5-YAML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 
-OPTIONS=	CONFIG "Enable YAML syntax for post-commit hook" Off \
-		SSH "Enable SSH for remote working copy update" Off \
-		RSYNC "Enable rsync for remote working copy update" Off
+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
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.if defined(WITH_CONFIG)
+.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 defined(WITH_SSH)
+.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 defined(WITH_RSYNC)
+.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
 
-MAN3=		SVN::Notify::Mirror.3 SVN::Notify::Mirror::ConfigData.3 \
-		SVN::Notify::Mirror::Rsync.3 SVN::Notify::Mirror::SSH.3
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-SVN-Notify-Mirror/distinfo
==============================================================================
--- head/devel/p5-SVN-Notify-Mirror/distinfo	Thu Oct  4 22:16:23 2012	(r305286)
+++ head/devel/p5-SVN-Notify-Mirror/distinfo	Thu Oct  4 22:29:17 2012	(r305287)
@@ -1,2 +1,2 @@
-SHA256 (SVN-Notify-Mirror-0.038.tar.gz) = 554684386d924a5efe5b454c45771671e21c1c74260b8e974678224af93cd39f
-SIZE (SVN-Notify-Mirror-0.038.tar.gz) = 24977
+SHA256 (SVN-Notify-Mirror-0.040.tar.gz) = fb42201e12267af64590a4d889b3b9f8a09238b6e562c5d8a72fe944821d577f
+SIZE (SVN-Notify-Mirror-0.040.tar.gz) = 33069



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210042229.q94MTHVL035493>