pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/bbdb2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Aug 27 14:52:55 UTC 2023

Modified Files:
        pkgsrc/misc/bbdb2: Makefile

Log Message:
bbdb2: Drop emacs28 from ACCEPTED

because it was reported failing after default was changed to 28.

Reorganize EMACS_VERSIONS_ACCEPTED to make it eaiser to edit; NFCI.

(It is true that I have no idea if this works for 27, and it is true
that this is old and should likely be deleted.  But that was true
before this edit also.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/bbdb2/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/bbdb2/Makefile
diff -u pkgsrc/misc/bbdb2/Makefile:1.1 pkgsrc/misc/bbdb2/Makefile:1.2
--- pkgsrc/misc/bbdb2/Makefile:1.1      Sun Jun  5 02:27:31 2022
+++ pkgsrc/misc/bbdb2/Makefile  Sun Aug 27 14:52:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/06/05 02:27:31 mef Exp $
+# $NetBSD: Makefile,v 1.2 2023/08/27 14:52:55 gdt Exp $
 
 DISTNAME=              bbdb-2.35
 PKGNAME=               ${EMACS_PKGNAME_PREFIX}${DISTNAME:C/bbdb/bbdb2/}
@@ -11,9 +11,9 @@ COMMENT=              Insidious Big Brother DataBase
 LICENSE=               gnu-gpl-v1
 
 # bbdb is included in xemacs-packages
-EMACS_VERSIONS_ACCEPTED=       emacs28 emacs27 emacs26 emacs25 emacs25nox emacs21 emacs21nox
-EMACS_VERSIONS_ACCEPTED+=      emacs28nox emacs27nox
-EMACS_VERSIONS_ACCEPTED+=      emacs26 emacs26nox
+EMACS_VERSIONS_ACCEPTED=       emacs27 emacs26 emacs25
+EMACS_VERSIONS_ACCEPTED+=      emacs27nox emacs26nox emacs25nox
+EMACS_VERSIONS_ACCEPTED+=      emacs21 emacs21nox
 
 CONFLICTS+=            xemacs-packages-[0-9]*
 # in case old one exists



Home | Main Index | Thread Index | Old Index