diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-09 06:24:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-09 06:24:09 +0000 |
commit | e093308b1f9ae2806a0aa16a30594ef217e3031c (patch) | |
tree | 228fc22d51adea9498fefcc9596bfb26577bdecc /pkgtools | |
parent | 425bbb7b6481b456ad570319ad58c5c0a446239f (diff) | |
download | pkgsrc-e093308b1f9ae2806a0aa16a30594ef217e3031c.tar.gz |
Add GITHUB_*. Bump version.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 8 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 19ff2f246e4..e7d992cfbf6 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.457 2015/02/01 18:33:27 wiz Exp $ +# $NetBSD: Makefile,v 1.458 2015/03/09 06:24:09 wiz 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.151 +PKGNAME= pkglint-4.152 CATEGORIES= pkgtools OWNER= wiz@NetBSD.org @@ -15,8 +15,8 @@ DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-enum>=1.016:../../devel/p5-enum DEPENDS+= p5-pkgsrc-Dewey>=1.0:../../pkgtools/p5-pkgsrc-Dewey -BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep -BUILD_DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap +#BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +#BUILD_DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap WRKSRC= ${WRKDIR} NO_CHECKSUM= yes diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index f67672f5dca..6aea9c7e5f9 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.260 2015/03/09 06:15:17 wiz Exp $ +# $NetBSD: makevars.map,v 1.261 2015/03/09 06:24:10 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -369,6 +369,10 @@ GAMES_USER UserGroupName [$system] GCC_REQD List of Version [$package_list] GENERATE_PLIST List of ShellWord [$package_list] # ^^ List of Shellcommand, terminated with a semicolon +GITHUB_PROJECT Identifier [$package] +GITHUB_TAG Identifier [$package] +GITHUB_RELEASE Filename [$package] +GITHUB_TYPE { tag release } [$package] GNU_ARCH { mips } GNU_CONFIGURE Yes [c:s,m:s] GNU_CONFIGURE_INFODIR Pathname [m:s,c:s] |