pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ecb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 21:27:35 UTC 2024

Modified Files:
        pkgsrc/devel/ecb: Makefile

Log Message:
ecb: limit to emacs 21

Docs say 21+ but were last updated around the time of emacs23.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ecb/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/ecb/Makefile
diff -u pkgsrc/devel/ecb/Makefile:1.3 pkgsrc/devel/ecb/Makefile:1.4
--- pkgsrc/devel/ecb/Makefile:1.3       Sat May 14 22:25:35 2022
+++ pkgsrc/devel/ecb/Makefile   Sun May  5 21:27:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/05/14 22:25:35 dholland Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/05 21:27:35 wiz Exp $
 
 DISTNAME=      ecb-2.50
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -16,6 +16,8 @@ LICENSE=      gnu-gpl-v2
 USE_TOOLS=     find gmake makeinfo tar
 INFO_FILES=    yes
 
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox xemacs215 xemacs215nox xemacs214 xemacs214nox
+
 MAKE_FLAGS+=           EMACS=${EMACS_BIN}
 MAKE_FLAGS+=           SHELL=${SH:Q}
 EMACS_MODULES=         base



Home | Main Index | Thread Index | Old Index