From owner-svn-ports-all@FreeBSD.ORG Sun Oct 28 19:41:44 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 AEEE316E; Sun, 28 Oct 2012 19:41:44 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 968008FC0A; Sun, 28 Oct 2012 19:41:44 +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 q9SJfi0e084754; Sun, 28 Oct 2012 19:41:44 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9SJfiTD084752; Sun, 28 Oct 2012 19:41:44 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201210281941.q9SJfiTD084752@svn.freebsd.org> From: Gabor Pali Date: Sun, 28 Oct 2012 19:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306560 - head/net-mgmt/rancid 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: Sun, 28 Oct 2012 19:41:44 -0000 Author: pgj Date: Sun Oct 28 19:41:44 2012 New Revision: 306560 URL: http://svn.freebsd.org/changeset/ports/306560 Log: - Convert options to the new format PR: ports/172525 Submitted by: pgj Approved by: maintainer Feature safe: yes Modified: head/net-mgmt/rancid/Makefile Modified: head/net-mgmt/rancid/Makefile ============================================================================== --- head/net-mgmt/rancid/Makefile Sun Oct 28 18:41:38 2012 (r306559) +++ head/net-mgmt/rancid/Makefile Sun Oct 28 19:41:44 2012 (r306560) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rancid -# Date created: 3 June 2002 -# Whom: Janos.Mohacsi@bsd.hu -# +# Created by: Janos.Mohacsi@bsd.hu # $FreeBSD$ -# PORTNAME= rancid PORTVERSION= 2.3.8 @@ -46,13 +42,18 @@ NEWERCONFIG_FILES1= etc/rancid.conf NEWERCONFIG_FILES2= etc/lg.conf NEWCONFIG_FILES= rancid.conf lg.conf -OPTIONS= SVN "Use Subversion instead of CVS" off +OPTIONS_DEFINE= SVN +OPTIONS_DEFAULT= + +SVN_DESC= Use Subversion instead of CVS .include -.if defined(WITH_SVN) +.if ${PORT_OPTIONS:MSVN} CONFIGURE_ARGS+= --with-svn BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion +.else +CONFIGURE_ARGS+= --without-svn .endif pre-everything::