From owner-svn-ports-all@FreeBSD.ORG Sun May 25 12:38:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73234262; Sun, 25 May 2014 12:38:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 566712C15; Sun, 25 May 2014 12:38:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4PCciek031344; Sun, 25 May 2014 12:38:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4PCch5i031342; Sun, 25 May 2014 12:38:43 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405251238.s4PCch5i031342@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 May 2014 12:38:43 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 25 May 2014 12:38:44 -0000 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 - -.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 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/