From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 22:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 18F9B3BF for ; Mon, 3 Jun 2013 22:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EEFBB1CE1 for ; Mon, 3 Jun 2013 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Mo1Lb058440 for ; Mon, 3 Jun 2013 22:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Mo1c6058439; Mon, 3 Jun 2013 22:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 22:50:01 GMT Resent-Message-Id: <201306032250.r53Mo1c6058439@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 882FF370; Mon, 3 Jun 2013 22:49:12 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UjdYt-0001kL-Sf; Tue, 04 Jun 2013 00:49:11 +0200 Message-Id: Date: Tue, 04 Jun 2013 00:49:11 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179280: [PATCH] mail/lbdb: optionsNG conversion Cc: alexey@renatasystems.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 22:50:02 -0000 >Number: 179280 >Category: ports >Synopsis: [PATCH] mail/lbdb: optionsNG conversion >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 22:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Convert to optionsNG - Cook header Port maintainer (alexey@renatasystems.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- lbdb-0.37.patch begins here --- diff -ruN /usr/ports/mail/lbdb/Makefile ./Makefile --- /usr/ports/mail/lbdb/Makefile 2012-11-17 06:59:04.000000000 +0100 +++ ./Makefile 2013-06-03 23:47:21.000000000 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: lbdb -# Date created: 2 February 2000 -# Whom: mwest@uct.ac.za -# -# $FreeBSD: ports/mail/lbdb/Makefile,v 1.37 2012/11/17 05:59:04 svnexp Exp $ -# +# Created by: mwest@uct.ac.za +# $FreeBSD$ PORTNAME= lbdb PORTVERSION= 0.37 @@ -17,9 +13,10 @@ RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap -OPTIONS= ABOOK "Enable abook address book support" off \ - EVOLUTION "Enable Ximan Evolution support" off \ - GPG "Enable GNU Privacy Guard support" off +OPTIONS_DEFINE= ABOOK EVOLUTION GPG +ABOOK_DESC= Abook address book support +EVOLUTION_DESC= Evolution support +GPG_DESC= GNU Privacy Guard support WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION} GNU_CONFIGURE= yes @@ -34,7 +31,7 @@ WITH_GETENT= yes .endif -.if defined(WITH_GPG) +.if ${PORT_OPTIONS:MGPG} BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg PLIST_SUB+= GPG="" @@ -42,7 +39,7 @@ PLIST_SUB+= GPG="@comment " .endif -.if defined(WITH_ABOOK) +.if ${PORT_OPTIONS:MABOOK} BUILD_DEPENDS+= abook:${PORTSDIR}/mail/abook RUN_DEPENDS+= abook:${PORTSDIR}/mail/abook PLIST_SUB+= ABOOK="" @@ -50,7 +47,7 @@ PLIST_SUB+= ABOOK="@comment " .endif -.if defined(WITH_EVOLUTION) +.if ${PORT_OPTIONS:MEVOLUTION} BUILD_DEPENDS+= evolution:${PORTSDIR}/mail/evolution RUN_DEPENDS+= evolution:${PORTSDIR}/mail/evolution PLIST_SUB+= EVOLUTION="" --- lbdb-0.37.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: