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:   markd
Date:           Mon Aug 22 07:39:09 UTC 2022

Modified Files:
        pkgsrc/devel/apel: Makefile

Log Message:
apel: allow emacs28


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/devel/apel/Makefile:1.40
--- pkgsrc/devel/apel/Makefile:1.39     Sat May 14 22:25:33 2022
+++ pkgsrc/devel/apel/Makefile  Mon Aug 22 07:39:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/05/14 22:25:33 dholland Exp $
+# $NetBSD: Makefile,v 1.40 2022/08/22 07:39:09 markd Exp $
 
 DISTNAME=      apel-10.8.0.20201107
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -28,6 +28,7 @@ MAKE_FLAGS+=  ${MAKE_FLAGS.${EMACS_FLAVOR
 EMACS_VERSIONS_ACCEPTED=       emacs25 emacs25nox emacs21 emacs21nox emacs20
 EMACS_VERSIONS_ACCEPTED+=      emacs26 emacs26nox
 EMACS_VERSIONS_ACCEPTED+=      emacs27 emacs27nox
+EMACS_VERSIONS_ACCEPTED+=      emacs28 emacs28nox
 
 BUILD_TARGET.emacs=    elc
 BUILD_TARGET.xemacs=   package



Home | Main Index | Thread Index | Old Index