summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2011-11-26 18:38:05 +0000
committerryoon <ryoon@pkgsrc.org>2011-11-26 18:38:05 +0000
commitaea3c15457b42969c571219c9dc4aba435468311 (patch)
treef033c2af9efa64587523877702f0118c37a5aad6 /pkgtools
parent00ff3b49a6f0ec93ee606576130c29dfcc514835 (diff)
downloadpkgsrc-aea3c15457b42969c571219c9dc4aba435468311.tar.gz
Update to 4.104
* Allow value "6" and "7" in USE_JAVA2.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/makevars.map4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 0cf455c9ae0..9ccff987cab 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.394 2011/08/16 23:13:34 wiz Exp $
+# $NetBSD: Makefile,v 1.395 2011/11/26 18:38:05 ryoon 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.103
+DISTNAME= pkglint-4.104
CATEGORIES= pkgtools
MASTER_SITES= # none
DISTFILES= # none
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index 156ebfdf274..dd5fae86c03 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.214 2011/08/17 13:55:59 adam Exp $
+# $NetBSD: makevars.map,v 1.215 2011/11/26 18:38:05 ryoon Exp $
#
# This file contains the guessed type of some variables, according to
@@ -710,7 +710,7 @@ USE_GNU_ICONV Yes [m:s,c:s,o:s]
USE_GNU_READLINE Yes [m:s,c:s,o:s]
USE_IMAKE Yes [m:s]
USE_JAVA { run yes build } [$package]
-USE_JAVA2 { YES yes no 1.4 1.5 } [$package]
+USE_JAVA2 { YES yes no 1.4 1.5 6 7 } [$package]
USE_LANGUAGES List of { c c99 c++ fortran fortran77 java objc } [m:s,c:s,o:s]
USE_LIBTOOL Yes [$package]
USE_MAKEINFO Yes [$package]