pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/bbdb



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Sep 13 14:21:22 UTC 2018

Modified Files:
        pkgsrc/misc/bbdb: Makefile

Log Message:
bbdb: Support emacs26.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/bbdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/bbdb/Makefile
diff -u pkgsrc/misc/bbdb/Makefile:1.33 pkgsrc/misc/bbdb/Makefile:1.34
--- pkgsrc/misc/bbdb/Makefile:1.33      Thu Jan  4 16:38:10 2018
+++ pkgsrc/misc/bbdb/Makefile   Thu Sep 13 14:21:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2018/01/04 16:38:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.34 2018/09/13 14:21:22 jperkin Exp $
 
 DISTNAME=              bbdb-2.35
 PKGNAME=               ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -12,6 +12,7 @@ COMMENT=              Insidious Big Brother DataBase
 
 # bbdb is included in xemacs-packages
 EMACS_VERSIONS_ACCEPTED=       emacs25 emacs25nox emacs21 emacs21nox
+EMACS_VERSIONS_ACCEPTED+=      emacs26 emacs26nox
 
 CONFLICTS+=            xemacs-packages-[0-9]*
 



Home | Main Index | Thread Index | Old Index