diff options
author | mef <mef> | 2014-11-23 15:30:07 +0000 |
---|---|---|
committer | mef <mef> | 2014-11-23 15:30:07 +0000 |
commit | 1f2f0387db9c87798a441f0036eeee6918735aec (patch) | |
tree | a6c22d6974e76f1a20583646e6b5856d561b5a32 /pkgtools/pkglint | |
parent | e62b2425683f2398ac9c6e5267f3366836664f33 (diff) | |
download | pkgsrc-1f2f0387db9c87798a441f0036eeee6918735aec.tar.gz |
Add emacs25, xemacs21[45]nox for makevars.map
Thanks wiz@ for OK. I don't believe we need emacs25nox ;-(
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 042786ec16a..bc5e1ef059f 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.453 2014/10/09 14:06:50 wiz Exp $ +# $NetBSD: Makefile,v 1.454 2014/11/23 15:30:07 mef Exp $ # Note: if you update the version number, please have a look at the # changes between the CVS tag "pkglint_current" and HEAD. # After updating, please re-set the CVS tag to HEAD. -PKGNAME= pkglint-4.147 +PKGNAME= pkglint-4.148 CATEGORIES= pkgtools OWNER= wiz@NetBSD.org diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 3fc5c27087b..7b563f80bde 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.257 2014/10/09 14:10:41 wiz Exp $ +# $NetBSD: makevars.map,v 1.258 2014/11/23 15:30:08 mef Exp $ # # This file contains the guessed type of some variables, according to @@ -308,7 +308,7 @@ EMACS_PKGNAME_PREFIX Identifier [$system] # ^^ or the empty string. EMACS_TYPE { emacs xemacs } [$system] EMACS_USE_LEIM Yes -EMACS_VERSIONS_ACCEPTED List of { emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:s] +EMACS_VERSIONS_ACCEPTED List of { emacs25 emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs215 xemacs215nox xemacs214 xemacs214nox} [m:s] EMACS_VERSION_MAJOR Integer [$system] EMACS_VERSION_MINOR Integer [$system] EMACS_VERSION_REQD List of { emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:as] |