pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/emacs-jabber



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 19:12:35 UTC 2024

Modified Files:
        pkgsrc/chat/emacs-jabber: Makefile

Log Message:
emacs-jabber: restrict to emacs < 24

(This software was last updated 2013 and should probably be removed instead.)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/emacs-jabber/Makefile

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

Modified files:

Index: pkgsrc/chat/emacs-jabber/Makefile
diff -u pkgsrc/chat/emacs-jabber/Makefile:1.7 pkgsrc/chat/emacs-jabber/Makefile:1.8
--- pkgsrc/chat/emacs-jabber/Makefile:1.7       Sat Sep  9 10:27:20 2023
+++ pkgsrc/chat/emacs-jabber/Makefile   Sun May  5 19:12:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/09/09 10:27:20 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/05/05 19:12:34 wiz Exp $
 
 DISTNAME=              emacs-jabber-0.8.92
 CATEGORIES=            chat
@@ -20,6 +20,8 @@ CONFIGURE_ENV+=               EMACS=${EMACS_BIN}
 
 TEST_TARGET=           check
 
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20 xemacs215 xemacs215nox xemacs214 xemacs214nox
+
 # net-utils, mule-ucs for xemacs
 EMACS_MODULES=         base
 .include "../../editors/emacs/modules.mk"



Home | Main Index | Thread Index | Old Index