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.
This commit is contained in:
parent
7510f40029
commit
83f83e331f
2 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue