aboutsummaryrefslogtreecommitdiff
path: root/mail/lbdb
diff options
context:
space:
mode:
authorAlexey Degtyarev <alexey@FreeBSD.org>2014-06-30 13:21:11 +0000
committerAlexey Degtyarev <alexey@FreeBSD.org>2014-06-30 13:21:11 +0000
commit8fbbe6af82af5b4ffbbb9b18deba9ee3e284be93 (patch)
treee84dd6cc4b9d28cc15221e92f8b6aff6372a85f5 /mail/lbdb
parent37e9944015c8f686d5f438ea24d1404b97665976 (diff)
downloadports-8fbbe6af82af5b4ffbbb9b18deba9ee3e284be93.tar.gz
ports-8fbbe6af82af5b4ffbbb9b18deba9ee3e284be93.zip
* Update to 0.39
* Support STAGE Approved by: wg (mentor)
Notes
Notes: svn path=/head/; revision=359834
Diffstat (limited to 'mail/lbdb')
-rw-r--r--mail/lbdb/Makefile13
-rw-r--r--mail/lbdb/distinfo4
-rw-r--r--mail/lbdb/pkg-plist9
3 files changed, 15 insertions, 11 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile
index 94adf9243219..a22655ab739d 100644
--- a/mail/lbdb/Makefile
+++ b/mail/lbdb/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lbdb
-PORTVERSION= 0.37
+PORTVERSION= 0.39
CATEGORIES= mail
MASTER_SITES= http://www.spinnaker.de/debian/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -20,11 +20,10 @@ GPG_DESC= GNU Privacy Guard support
WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc \
- --libdir=${PREFIX}/libexec --enable-lbdb-dotlock
+GNU_CONFIGURE_PREFIX= ${STAGEDIR}${PREFIX}
+CONFIGURE_ARGS= --enable-lbdb-dotlock --libdir=${STAGEDIR}${PREFIX}/libexec
USES= gmake perl5
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if exists (/usr/bin/getent)
@@ -61,10 +60,10 @@ PLIST_SUB+= GETENT=""
PLIST_SUB+= GETENT="@comment "
.endif
-MAN1= nodelist2lbdb.1 lbdbq.1 lbdb-fetchaddr.1 lbdb_dotlock.1 \
- mutt_ldap_query.1
-
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>
diff --git a/mail/lbdb/distinfo b/mail/lbdb/distinfo
index ee7631641718..e11f2293f67c 100644
--- a/mail/lbdb/distinfo
+++ b/mail/lbdb/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lbdb_0.37.tar.gz) = 1d1e96c76aaef852fa59331d3ff1afc201b8bd748fd23e15d2a964a89cd3c559
-SIZE (lbdb_0.37.tar.gz) = 140561
+SHA256 (lbdb_0.39.tar.gz) = 4083ce4abde18ac949ca6eab453b3b7227a5aa2c737c9ad8ecbb0152fabfafc6
+SIZE (lbdb_0.39.tar.gz) = 158802
diff --git a/mail/lbdb/pkg-plist b/mail/lbdb/pkg-plist
index 5055ab553ada..bc6688ed7573 100644
--- a/mail/lbdb/pkg-plist
+++ b/mail/lbdb/pkg-plist
@@ -2,8 +2,8 @@ bin/lbdb-fetchaddr
bin/lbdb_dotlock
bin/lbdbq
bin/nodelist2lbdb
-etc/lbdb.rc
-etc/lbdb_ldap.rc
+%%ETCDIR%%.rc
+%%ETCDIR%%_ldap.rc
libexec/fetchaddr
libexec/lbdb-munge
libexec/lbdb_bbdb_query.el
@@ -30,3 +30,8 @@ libexec/mutt_ldap_query
libexec/palm_lsaddr
libexec/qpto8bit
libexec/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