Date: Sun, 28 Sep 2008 17:41:56 +0200 (CEST) From: Ulrich Spoerlein <uspoerlein@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/127700: [PATCH] mail/lbdb: update to 0.36 Message-ID: <200809281541.m8SFfuqm042539@roadrunner.spoerlein.net> Resent-Message-ID: <200809281600.m8SG0AvN086942@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127700 >Category: ports >Synopsis: [PATCH] mail/lbdb: update to 0.36 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 28 16:00:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD roadrunner.spoerlein.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sat Aug 30 14:12:49 CEST 2008 >Description: - Update to 0.36 - fix gsed(1) dependency when WITH_GPG is used - fix mutt_ldap_query by passing sysconfdir to ./configure Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lbdb-0.36.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/lbdb/Makefile,v retrieving revision 1.33 diff -u -p -u -r1.33 Makefile --- Makefile 25 Jul 2008 17:19:25 -0000 1.33 +++ Makefile 28 Sep 2008 15:40:35 -0000 @@ -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/g 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 " Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/lbdb/distinfo,v retrieving revision 1.21 diff -u -p -u -r1.21 distinfo --- distinfo 22 Sep 2007 20:34:07 -0000 1.21 +++ distinfo 28 Sep 2008 15:40:35 -0000 @@ -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 --- lbdb-0.36.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809281541.m8SFfuqm042539>