From owner-svn-ports-all@FreeBSD.ORG Wed Oct 10 15:05:16 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 7F60E48A; Wed, 10 Oct 2012 15:05:16 +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 66F7E8FC0A; Wed, 10 Oct 2012 15:05:16 +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 q9AF5GNx049752; Wed, 10 Oct 2012 15:05:16 GMT (envelope-from glarkin@svn.freebsd.org) Received: (from glarkin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9AF5GMB049749; Wed, 10 Oct 2012 15:05:16 GMT (envelope-from glarkin@svn.freebsd.org) Message-Id: <201210101505.q9AF5GMB049749@svn.freebsd.org> From: Greg Larkin Date: Wed, 10 Oct 2012 15:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305664 - head/devel/p5-SVN-Notify-Snapshot 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.14 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: Wed, 10 Oct 2012 15:05:16 -0000 Author: glarkin Date: Wed Oct 10 15:05:15 2012 New Revision: 305664 URL: http://svn.freebsd.org/changeset/ports/305664 Log: - Converted to OptionsNG - Added missing RUN_DEPENDS entry Modified: head/devel/p5-SVN-Notify-Snapshot/Makefile Modified: head/devel/p5-SVN-Notify-Snapshot/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Snapshot/Makefile Wed Oct 10 14:56:43 2012 (r305663) +++ head/devel/p5-SVN-Notify-Snapshot/Makefile Wed Oct 10 15:05:15 2012 (r305664) @@ -17,16 +17,18 @@ COMMENT= Take snapshots from Subversion BUILD_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify RUN_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify -OPTIONS= CONFIG "Enable YAML syntax for post-commit hook" Off +OPTIONS_DEFINE= CONFIG +CONFIG_DESC= Enable YAML syntax for post-commit hook PERL_MODBUILD= yes -.include +.include -.if defined(WITH_CONFIG) +.if ${PORT_OPTIONS:MCONFIG} BUILD_DEPENDS+= p5-SVN-Notify-Config>=0:${PORTSDIR}/devel/p5-SVN-Notify-Config +RUN_DEPENDS+= p5-SVN-Notify-Config>=0:${PORTSDIR}/devel/p5-SVN-Notify-Config .endif MAN3= SVN::Notify::Snapshot.3 SVN::Notify::Snapshot::ConfigData.3 -.include +.include