- Update to 0.36
- Fix gsed(1) dependency when WITH_GPG is used - Fix mutt_ldap_query by passing sysconfdir to ./configure PR: 127700 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
This commit is contained in:
parent
5c448bc657
commit
ddca53d91c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221048
2 changed files with 8 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= lbdb
|
||||
PORTVERSION= 0.35.1
|
||||
PORTVERSION= 0.36
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.spinnaker.de/debian/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
@ -18,7 +18,8 @@ RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
|
|||
|
||||
WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION}
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec --enable-lbdb-dotlock
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc \
|
||||
--libdir=${PREFIX}/libexec --enable-lbdb-dotlock
|
||||
USE_GMAKE= YES
|
||||
USE_PERL5= yes
|
||||
|
||||
|
@ -43,8 +44,8 @@ WITH_ABOOK= yes
|
|||
.endif
|
||||
|
||||
.if defined(WITH_GPG)
|
||||
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
||||
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
||||
BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
|
||||
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
|
||||
PLIST_SUB+= GPG=""
|
||||
.else
|
||||
PLIST_SUB+= GPG="@comment "
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (lbdb_0.35.1.tar.gz) = 29dce90315cb240f9318ef5f705ab378
|
||||
SHA256 (lbdb_0.35.1.tar.gz) = 1879c55c637c00a00d784157ffff6485fd56cb95e37f9150d9750c60275fb096
|
||||
SIZE (lbdb_0.35.1.tar.gz) = 108502
|
||||
MD5 (lbdb_0.36.tar.gz) = 12d9bf7ef3ef526f0d82604a8f9add9c
|
||||
SHA256 (lbdb_0.36.tar.gz) = f77e6318efa1c11e28f5cf17bb986d615604be3d34b87b28756cb84f856c8d4b
|
||||
SIZE (lbdb_0.36.tar.gz) = 140155
|
||||
|
|
Loading…
Reference in a new issue