pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/auctex



Module Name:    pkgsrc
Committed By:   chuck
Date:           Fri Feb  6 14:43:21 UTC 2026

Modified Files:
        pkgsrc/print/auctex: Makefile

Log Message:
auctex: add emacs30 to EMACS_VERSIONS_ACCEPTED

Rev 1.75 to Makefile limited to supported emacs versions 26+
using a list in EMACS_VERSIONS_ACCEPTED.   The default emacs
is now emacs30 which is greater than 26+.   Add emacs30 to
EMACS_VERSIONS_ACCEPTED list (prev highest value was emacs29).


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/print/auctex/Makefile

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

Modified files:

Index: pkgsrc/print/auctex/Makefile
diff -u pkgsrc/print/auctex/Makefile:1.87 pkgsrc/print/auctex/Makefile:1.88
--- pkgsrc/print/auctex/Makefile:1.87   Fri Feb  6 10:05:41 2026
+++ pkgsrc/print/auctex/Makefile        Fri Feb  6 14:43:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2026/02/06 10:05:41 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2026/02/06 14:43:20 chuck Exp $
 
 DISTNAME=              auctex-13.3
 PKGNAME=               ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -14,7 +14,7 @@ LICENSE=              gnu-gpl-v3
 TOOL_DEPENDS+=         tex-texlive-scripts-extra-[0-9]*:../../print/tex-texlive-scripts-extra
 DEPENDS+=              texlive-collection-latex>=2014:../../meta-pkgs/texlive-collection-latex
 
-EMACS_VERSIONS_ACCEPTED=       emacs29 emacs29nox emacs28 emacs28nox emacs27 emacs27nox emacs26 emacs26nox
+EMACS_VERSIONS_ACCEPTED=       emacs30 emacs30nox emacs29 emacs29nox emacs28 emacs28nox emacs27 emacs27nox emacs26 emacs26nox
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index