diff options
author | minskim <minskim@pkgsrc.org> | 2011-10-12 00:42:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-10-12 00:42:59 +0000 |
commit | 41ff7c7001d0fc0f0fdfe8c6581fbea87ae83547 (patch) | |
tree | 64820ee0043a42ee01993a794d4ef0f389953301 /misc | |
parent | 34fc046db98272ad37d6cdbbed98962d8a90fe4d (diff) | |
download | pkgsrc-41ff7c7001d0fc0f0fdfe8c6581fbea87ae83547.tar.gz |
Update bbdb to 2.35.
Changes:
- Rewrite the coding cookie on save. This makes sure that the setting
of bbdb-file-coding-system is reflected in the file.
- Get Gnus data from the raw article buffer.
- Don't open a new window for BBDB if there are no records to display.
- Bug fixes and documentation improvements.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bbdb/Makefile | 9 | ||||
-rw-r--r-- | misc/bbdb/distinfo | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/misc/bbdb/Makefile b/misc/bbdb/Makefile index d75a4ae3db8..edbae14a5a1 100644 --- a/misc/bbdb/Makefile +++ b/misc/bbdb/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2011/10/11 19:30:40 minskim Exp $ +# $NetBSD: Makefile,v 1.26 2011/10/12 00:42:59 minskim Exp $ # -DISTNAME= bbdb-2.34 +DISTNAME= bbdb-2.35 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 CATEGORIES= mail misc news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbdb/} @@ -20,6 +19,7 @@ CONFLICTS+= xemacs-packages-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes +CONFIGURE_ARGS+= --enable-rmail GNU_CONFIGURE= yes BUILD_TARGET= all mhe USE_TOOLS+= makeinfo @@ -30,6 +30,9 @@ MAKE_JOBS_SAFE= no .include "../../editors/emacs/modules.mk" +post-extract: + ${RM} -rf ${WRKSRC}/lisp/*.elc + .if ${EMACS_FLAVOR} == "xemacs" CONFIGURE_ARGS+= --with-emacs=xemacs CONFIGURE_ARGS+= --with-package-dir=${PREFIX}/lib/xemacs/site-packages diff --git a/misc/bbdb/distinfo b/misc/bbdb/distinfo index 1eeba251df3..46db1ee98b9 100644 --- a/misc/bbdb/distinfo +++ b/misc/bbdb/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2011/10/11 19:30:40 minskim Exp $ +$NetBSD: distinfo,v 1.5 2011/10/12 00:42:59 minskim Exp $ -SHA1 (bbdb-2.34.tar.gz) = f5664a86a28ba4bc52b78a0ad19441d2efe8e28b -RMD160 (bbdb-2.34.tar.gz) = 24e4606cb94b5c311139fab910af909f5b95e0fa -Size (bbdb-2.34.tar.gz) = 363841 bytes +SHA1 (bbdb-2.35.tar.gz) = 5fc27ed404e7de1628494a706da96504398ffd20 +RMD160 (bbdb-2.35.tar.gz) = ea212acd00c18b9a8c3a8b1aa4b1c5727ea3a55c +Size (bbdb-2.35.tar.gz) = 767464 bytes SHA1 (patch-aa) = 4b9942a4b1f8e2675cdaca67777c80d6490d01ac SHA1 (patch-lisp_bbdb-mhe.el) = c5b83ce06528db10d0f468d2d10d73ccb6dc453e |