diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-11-26 18:38:05 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-11-26 18:38:05 +0000 |
commit | 07a07042eda7c732a528de0ef8d92ebdbdec5c96 (patch) | |
tree | f033c2af9efa64587523877702f0118c37a5aad6 /pkgtools | |
parent | dff3349199df8661f17ad4ab74d6a01a0f79b175 (diff) | |
download | pkgsrc-07a07042eda7c732a528de0ef8d92ebdbdec5c96.tar.gz |
Update to 4.104
* Allow value "6" and "7" in USE_JAVA2.
Diffstat (limited to 'pkgtools')
-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 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] |