diff options
author | tonio <tonio> | 2005-11-12 17:43:42 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-11-12 17:43:42 +0000 |
commit | 05c707082344a9919563a0cdb3261cfa15565b1a (patch) | |
tree | 24a02d4a7fa02db43d91ac27fc6e721f7a4e8fd2 /databases/lbdb/Makefile | |
parent | f05eabba285d61dfa7c13fb3f164fc124275abe0 (diff) | |
download | pkgsrc-05c707082344a9919563a0cdb3261cfa15565b1a.tar.gz |
Update databases/lbdb to 0.31
Changelog:
* m_pine: Double-quote parens. Thanks to Stefan M<C3><A4>tje for reporting this
bug and sending a patch.
* Apply patch by Brendan Cully to follow the Apple build system changes
used to build ABQuery module.
* Add m_vcf module for querying vcard files provided by Brendan Cully.
* Add authentication (bind_dn, bind_password) to mutt_ldap_query. Based
on an idea of Jan-Benedict Glaw (Closes: #324655, #286163).
* Update FSF address in nearly all files.
* Upgrade to standards-version 3.6.2 (no changes).
For now, make sure the m_vcf module is not built. It depends on libvformat,
which is not yet in pkgsrc
Diffstat (limited to 'databases/lbdb/Makefile')
-rw-r--r-- | databases/lbdb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile index e93d58906b6..db00f1e2f8b 100644 --- a/databases/lbdb/Makefile +++ b/databases/lbdb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2005/11/08 01:32:56 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/12 17:43:42 tonio Exp $ -DISTNAME= lbdb_0.30 +DISTNAME= lbdb_0.31 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 2 CATEGORIES= databases MASTER_SITES= http://www.spinnaker.de/debian/ |