pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/apel



Module Name:    pkgsrc
Committed By:   dholland
Date:           Fri Sep 15 23:19:27 UTC 2023

Modified Files:
        pkgsrc/devel/apel: Makefile

Log Message:
devel/apel: claims to work in emacs20/21, but does not.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/apel/Makefile

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

Modified files:

Index: pkgsrc/devel/apel/Makefile
diff -u pkgsrc/devel/apel/Makefile:1.41 pkgsrc/devel/apel/Makefile:1.42
--- pkgsrc/devel/apel/Makefile:1.41     Wed Aug 30 20:25:30 2023
+++ pkgsrc/devel/apel/Makefile  Fri Sep 15 23:19:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2023/08/30 20:25:30 gdt Exp $
+# $NetBSD: Makefile,v 1.42 2023/09/15 23:19:27 dholland Exp $
 
 DISTNAME=      apel-10.8.0.20201107
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -25,8 +25,8 @@ MAKE_FLAGS+=  VERSION_SPECIFIC_LISPDIR=${
 MAKE_FLAGS+=   ${MAKE_FLAGS.${EMACS_FLAVOR}}
 
 # apel is included in xemacs-packages
-EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20
-EMACS_VERSIONS_ACCEPTED+=      emacs26 emacs26nox
+EMACS_VERSIONS_INCOMPATIBLE=   emacs21 emacs21nox emacs20
+EMACS_VERSIONS_ACCEPTED=       emacs26 emacs26nox
 EMACS_VERSIONS_ACCEPTED+=      emacs27 emacs27nox
 EMACS_VERSIONS_ACCEPTED+=      emacs28 emacs28nox
 



Home | Main Index | Thread Index | Old Index