Date: Fri, 11 Jul 2014 14:28:17 +0000 (UTC) From: Alexey Degtyarev <alexey@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361542 - head/mail/lbdb Message-ID: <201407111428.s6BESHUE005565@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> @@ -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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407111428.s6BESHUE005565>