Date: Fri, 16 Nov 2018 10:25:55 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485072 - head/databases/bbdb Message-ID: <201811161025.wAGAPtut008109@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Fri Nov 16 10:25:55 2018 New Revision: 485072 URL: https://svnweb.freebsd.org/changeset/ports/485072 Log: databases/bbdb: Use upstream's recommended config in pkg-message Also, remove MAKE_JOBS_UNSAFE=yes. It was only intended to be included temporarily for testing. Modified: head/databases/bbdb/Makefile (contents, props changed) head/databases/bbdb/pkg-message (contents, props changed) Modified: head/databases/bbdb/Makefile ============================================================================== --- head/databases/bbdb/Makefile Fri Nov 16 10:21:37 2018 (r485071) +++ head/databases/bbdb/Makefile Fri Nov 16 10:25:55 2018 (r485072) @@ -4,6 +4,7 @@ PORTNAME= bbdb DISTVERSIONPREFIX= v DISTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -26,8 +27,6 @@ GNU_CONFIGURE= yes PORTDOCS= bbdb.pdf NO_ARCH= yes PLIST_SUB+= BBDB_LISPDIR=${BBDB_LISPDIR} - -MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS Modified: head/databases/bbdb/pkg-message ============================================================================== --- head/databases/bbdb/pkg-message Fri Nov 16 10:21:37 2018 (r485071) +++ head/databases/bbdb/pkg-message Fri Nov 16 10:25:55 2018 (r485072) @@ -1,11 +1,10 @@ ######################################################################## -Add these lines to your Emacs initialization. +Add this line to your Emacs initialization. (require 'bbdb-loaddefs) -(require 'bbdb) Depending on which mail user agent and other miscellaneous packages you -use, you may also want to add something like these lines. +use, you may also want to add something similar to these lines. (bbdb-initialize 'gnus 'message) (bbdb-mua-auto-update-init 'gnus 'message)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811161025.wAGAPtut008109>