pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/speedbar
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 1 20:19:49 UTC 2024
Modified Files:
pkgsrc/editors/speedbar: Makefile
Log Message:
speedbar: restrict emacs versions
The distfile is from 2002 and the homepage mentions emacs versions
up to 21, so limit this package to them.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/speedbar/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/speedbar/Makefile
diff -u pkgsrc/editors/speedbar/Makefile:1.27 pkgsrc/editors/speedbar/Makefile:1.28
--- pkgsrc/editors/speedbar/Makefile:1.27 Sat May 14 22:25:36 2022
+++ pkgsrc/editors/speedbar/Makefile Wed May 1 20:19:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2022/05/14 22:25:36 dholland Exp $
+# $NetBSD: Makefile,v 1.28 2024/05/01 20:19:49 wiz Exp $
#
DISTNAME= speedbar-0.14beta4
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://cedet.sourceforge.net/speedbar.shtml
COMMENT= Directory and code browser for emacs
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs215 xemacs215nox xemacs214 xemacs214nox
+
.include "../../editors/emacs/modules.mk"
PKGSRC_MAKE_ENV+= EMACS=${EMACS}
Home |
Main Index |
Thread Index |
Old Index