From cdfd134dbf28d81b445ddd06dd9cba5f130a23b4 Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 23 Jan 2011 08:30:05 +0000 Subject: Allow emacs24, emacs23 and emacs23nox to EMACS_VERSIONS_ACCEPTED and EMACS_VERSION_REQD. --- pkgtools/pkglint/Makefile | 4 ++-- pkgtools/pkglint/files/makevars.map | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 504f03efd7c..b86c07f10b5 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.386 2011/01/17 09:13:59 wiz Exp $ +# $NetBSD: Makefile,v 1.387 2011/01/23 08:30:05 obache 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. -DISTNAME= pkglint-4.95 +DISTNAME= pkglint-4.96 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 618a119c20c..21abcac2a5d 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.206 2011/01/17 09:13:59 wiz Exp $ +# $NetBSD: makevars.map,v 1.207 2011/01/23 08:30:06 obache Exp $ # # This file contains the guessed type of some variables, according to @@ -301,10 +301,10 @@ EMACS_PKGNAME_PREFIX Identifier [$system] # ^^ or the empty string. EMACS_TYPE { emacs xemacs } [$system] EMACS_USE_LEIM Yes -EMACS_VERSIONS_ACCEPTED List of { emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:s] +EMACS_VERSIONS_ACCEPTED List of { emacs24 emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:s] EMACS_VERSION_MAJOR Integer [$system] EMACS_VERSION_MINOR Integer [$system] -EMACS_VERSION_REQD List of { emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:as] +EMACS_VERSION_REQD List of { emacs24 emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs215 xemacs214 } [m:as] EMULDIR Pathname [$system] EMULSUBDIR Pathname [$system] OPSYS_EMULDIR Pathname [$system] -- cgit v1.2.3