diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-02-20 12:38:32 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-02-20 12:38:32 +0000 |
commit | 058c3e37b57ff3b702458a22df962dcad635885a (patch) | |
tree | d9f36d59f5fbea70e70072bff0917abbe741f911 /pkgtools | |
parent | d660bce7c06378fb164595d31639f0623d968656 (diff) | |
download | pkgsrc-058c3e37b57ff3b702458a22df962dcad635885a.tar.gz |
pkglint-4.76; teach emacs22{,nox}.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 37689009c91..2c34746d486 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.357 2007/01/30 18:41:26 rillig Exp $ +# $NetBSD: Makefile,v 1.358 2007/02/20 12:38:32 uebayasi Exp $ # -DISTNAME= pkglint-4.75 +DISTNAME= pkglint-4.76 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 317688b7203..c3c0f20756f 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.157 2007/02/15 23:53:16 rillig Exp $ +# $NetBSD: makevars.map,v 1.158 2007/02/20 12:38:32 uebayasi Exp $ # # This file contains the guessed type of some variables, according to @@ -292,10 +292,10 @@ EMACS_PKGNAME_PREFIX Identifier [$system] # ^^ or the empty string. EMACS_TYPE { emacs xemacs } [$system] EMACS_USE_LEIM Yes -EMACS_VERSIONS_ACCEPTED List of { emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:s] +EMACS_VERSIONS_ACCEPTED List of { emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:s] EMACS_VERSION_MAJOR Integer [$system] EMACS_VERSION_MINOR Integer [$system] -EMACS_VERSION_REQD List of { emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:as] +EMACS_VERSION_REQD List of { emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:as] ERROR_CAT ShellCommand [$system] ERROR_MSG ShellCommand [$system] EVAL_PREFIX InternalList of ShellWord [m:a,c:a] |