From owner-svn-ports-all@FreeBSD.ORG Fri Jul 11 14:28:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4614E2C7; Fri, 11 Jul 2014 14:28:18 +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 324C52EEB; Fri, 11 Jul 2014 14:28:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BESIgF005567; Fri, 11 Jul 2014 14:28:18 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6BESHUE005565; Fri, 11 Jul 2014 14:28:17 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201407111428.s6BESHUE005565@svn.freebsd.org> From: Alexey Degtyarev Date: Fri, 11 Jul 2014 14:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361542 - head/mail/lbdb 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: Fri, 11 Jul 2014 14:28:18 -0000 Author: alexey Date: Fri Jul 11 14:28:17 2014 New Revision: 361542 URL: http://svnweb.freebsd.org/changeset/ports/361542 QAT: https://qat.redports.org/buildarchive/r361542/ Log: After STAGE support commit, stage paths get coded. Fix it. Submitted by: Matthew D. Fuller Approved by: wg (mentor) Modified: head/mail/lbdb/Makefile head/mail/lbdb/pkg-plist Modified: head/mail/lbdb/Makefile ============================================================================== --- head/mail/lbdb/Makefile Fri Jul 11 14:26:24 2014 (r361541) +++ head/mail/lbdb/Makefile Fri Jul 11 14:28:17 2014 (r361542) @@ -3,25 +3,26 @@ PORTNAME= lbdb PORTVERSION= 0.39 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.spinnaker.de/debian/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= alexey@renatasystems.org -COMMENT= Set of tools for use with mutt's external mail address query feature +COMMENT= Tools for use with mutt external mail address query feature -RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \ - p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap +RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed -OPTIONS_DEFINE= ABOOK EVOLUTION GPG +OPTIONS_DEFINE= ABOOK EVOLUTION GPG LDAP ABOOK_DESC= abook address book support EVOLUTION_DESC= Ximan Evolution support GPG_DESC= GNU Privacy Guard support WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION} GNU_CONFIGURE= yes -GNU_CONFIGURE_PREFIX= ${STAGEDIR}${PREFIX} -CONFIGURE_ARGS= --enable-lbdb-dotlock --libdir=${STAGEDIR}${PREFIX}/libexec +CONFIGURE_ARGS= --enable-lbdb-dotlock \ + --libdir=${PREFIX}/libexec/lbdb +MAKE_ARGS= install_prefix=${STAGEDIR} USES= gmake perl5 .include @@ -60,10 +61,11 @@ PLIST_SUB+= GETENT="" PLIST_SUB+= GETENT="@comment " .endif +.if ${PORT_OPTIONS:MLDAP} +RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap +.endif + post-patch: ${REINPLACE_CMD} -e 's/sed/gsed/' ${WRKSRC}/m_muttalias.sh.in -post-configure: - ${REINPLACE_CMD} -e 's%mandir=.*%mandir=${STAGEDIR}${PREFIX}/man%' ${WRKSRC}/Makefile - .include Modified: head/mail/lbdb/pkg-plist ============================================================================== --- head/mail/lbdb/pkg-plist Fri Jul 11 14:26:24 2014 (r361541) +++ head/mail/lbdb/pkg-plist Fri Jul 11 14:28:17 2014 (r361542) @@ -2,36 +2,37 @@ bin/lbdb-fetchaddr bin/lbdb_dotlock bin/lbdbq bin/nodelist2lbdb -%%ETCDIR%%.rc -%%ETCDIR%%_ldap.rc -libexec/fetchaddr -libexec/lbdb-munge -libexec/lbdb_bbdb_query.el -libexec/lbdb_lib -%%ABOOK%%libexec/m_abook -libexec/m_bbdb -%%EVOLUTION%%libexec/m_evolution -libexec/m_fido -libexec/m_finger -%%GETENT%%libexec/m_getent -libexec/m_gnomecard -%%GPG%%libexec/m_gpg -libexec/m_inmail -libexec/m_ldap -libexec/m_muttalias -libexec/m_palm -libexec/m_passwd -libexec/m_pine -libexec/m_wanderlust -libexec/m_yppasswd -libexec/munge -libexec/munge-keeporder -libexec/mutt_ldap_query -libexec/palm_lsaddr -libexec/qpto8bit -libexec/tac +etc/lbdb.rc +etc/lbdb_ldap.rc +libexec/lbdb/fetchaddr +libexec/lbdb/lbdb-munge +libexec/lbdb/lbdb_bbdb_query.el +libexec/lbdb/lbdb_lib +%%ABOOK%%libexec/lbdb/m_abook +libexec/lbdb/m_bbdb +%%EVOLUTION%%libexec/lbdb/m_evolution +libexec/lbdb/m_fido +libexec/lbdb/m_finger +%%GETENT%%libexec/lbdb/m_getent +libexec/lbdb/m_gnomecard +%%GPG%%libexec/lbdb/m_gpg +libexec/lbdb/m_inmail +libexec/lbdb/m_ldap +libexec/lbdb/m_muttalias +libexec/lbdb/m_palm +libexec/lbdb/m_passwd +libexec/lbdb/m_pine +libexec/lbdb/m_wanderlust +libexec/lbdb/m_yppasswd +libexec/lbdb/munge +libexec/lbdb/munge-keeporder +libexec/lbdb/mutt_ldap_query +libexec/lbdb/palm_lsaddr +libexec/lbdb/qpto8bit +libexec/lbdb/tac man/man1/lbdb-fetchaddr.1.gz man/man1/lbdb_dotlock.1.gz man/man1/lbdbq.1.gz man/man1/mutt_ldap_query.1.gz man/man1/nodelist2lbdb.1.gz +@dirrm libexec/lbdb