From owner-svn-ports-all@FreeBSD.ORG Thu Oct 4 22:29:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7124106566C; Thu, 4 Oct 2012 22:29:17 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B736A8FC17; Thu, 4 Oct 2012 22:29:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q94MTHdT035496; Thu, 4 Oct 2012 22:29:17 GMT (envelope-from glarkin@svn.freebsd.org) Received: (from glarkin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q94MTHVL035493; Thu, 4 Oct 2012 22:29:17 GMT (envelope-from glarkin@svn.freebsd.org) Message-Id: <201210042229.q94MTHVL035493@svn.freebsd.org> From: Greg Larkin Date: Thu, 4 Oct 2012 22:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305287 - head/devel/p5-SVN-Notify-Mirror X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 22:29:18 -0000 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 +.include -.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 +.include 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