Thu Aug 7 20:35:34 2014 UTC ()
Add PYTHON_VERSIONED_DEPENDENCIES. Bump version.


(wiz)
diff -r1.449 -r1.450 pkgsrc/pkgtools/pkglint/Makefile
diff -r1.253 -r1.254 pkgsrc/pkgtools/pkglint/files/makevars.map

cvs diff -r1.449 -r1.450 pkgsrc/pkgtools/pkglint/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkglint/Makefile 2014/06/25 17:51:55 1.449
+++ pkgsrc/pkgtools/pkglint/Makefile 2014/08/07 20:35:34 1.450
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.449 2014/06/25 17:51:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.450 2014/08/07 20:35:34 wiz Exp $
2 2
3# Note: if you update the version number, please have a look at the 3# Note: if you update the version number, please have a look at the
4# changes between the CVS tag "pkglint_current" and HEAD. 4# changes between the CVS tag "pkglint_current" and HEAD.
5# After updating, please re-set the CVS tag to HEAD. 5# After updating, please re-set the CVS tag to HEAD.
6PKGNAME= pkglint-4.144 6PKGNAME= pkglint-4.145
7CATEGORIES= pkgtools 7CATEGORIES= pkgtools
8 8
9OWNER= wiz@NetBSD.org 9OWNER= wiz@NetBSD.org
10HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ 10HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/
11COMMENT= Verifier for NetBSD packages 11COMMENT= Verifier for NetBSD packages
12LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
13 13
14DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 14DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
15DEPENDS+= p5-enum>=1.016:../../devel/p5-enum 15DEPENDS+= p5-enum>=1.016:../../devel/p5-enum
16DEPENDS+= p5-pkgsrc-Dewey>=1.0:../../pkgtools/p5-pkgsrc-Dewey 16DEPENDS+= p5-pkgsrc-Dewey>=1.0:../../pkgtools/p5-pkgsrc-Dewey
17 17
18BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep 18BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
19BUILD_DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap 19BUILD_DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap

cvs diff -r1.253 -r1.254 pkgsrc/pkgtools/pkglint/files/Attic/makevars.map (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkglint/files/Attic/makevars.map 2014/06/25 17:51:55 1.253
+++ pkgsrc/pkgtools/pkglint/files/Attic/makevars.map 2014/08/07 20:35:34 1.254
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: makevars.map,v 1.253 2014/06/25 17:51:55 wiz Exp $ 1# $NetBSD: makevars.map,v 1.254 2014/08/07 20:35:34 wiz Exp $
2# 2#
3 3
4# This file contains the guessed type of some variables, according to 4# This file contains the guessed type of some variables, according to
5# their current use in pkgsrc. 5# their current use in pkgsrc.
6# 6#
7# The type YesNo is used for variables that are checked using 7# The type YesNo is used for variables that are checked using
8# .if defined(VAR) && !empty(VAR:M[Yy][Ee][Ss]) 8# .if defined(VAR) && !empty(VAR:M[Yy][Ee][Ss])
9# 9#
10# The type Yes is used for variables that are checked using 10# The type Yes is used for variables that are checked using
11# .if defined(VAR) 11# .if defined(VAR)
12# 12#
13# Type type List is used for lists of things. There are two types of lists, 13# Type type List is used for lists of things. There are two types of lists,
14# InternalList and List, which are described in the pkgsrc guide, chapter 14# InternalList and List, which are described in the pkgsrc guide, chapter
@@ -646,26 +646,27 @@ PTHREAD_CFLAGS List of CFlag [$system] @@ -646,26 +646,27 @@ PTHREAD_CFLAGS List of CFlag [$system]
646PTHREAD_LDFLAGS List of LdFlag [$system] 646PTHREAD_LDFLAGS List of LdFlag [$system]
647PTHREAD_LIBS List of LdFlag [$system] 647PTHREAD_LIBS List of LdFlag [$system]
648PTHREAD_OPTS List of { native optional require } [m:as,c:a,b:a] 648PTHREAD_OPTS List of { native optional require } [m:as,c:a,b:a]
649PTHREAD_TYPE Identifier [$system] 649PTHREAD_TYPE Identifier [$system]
650# ^^ or "native" or "none". 650# ^^ or "native" or "none".
651PY_PATCHPLIST Yes [$package] 651PY_PATCHPLIST Yes [$package]
652PYPKGPREFIX { py26 py27 py33 } [*:pu, pyversion.mk:s, *:] 652PYPKGPREFIX { py26 py27 py33 } [*:pu, pyversion.mk:s, *:]
653PYTHON_FOR_BUILD_ONLY Yes [$package] 653PYTHON_FOR_BUILD_ONLY Yes [$package]
654REPLACE_PYTHON List of Pathmask [$package_list] 654REPLACE_PYTHON List of Pathmask [$package_list]
655PYTHON_VERSIONS_ACCEPTED List of Version [$package] 655PYTHON_VERSIONS_ACCEPTED List of Version [$package]
656PYTHON_VERSIONS_INCOMPATIBLE List of Version [$package] 656PYTHON_VERSIONS_INCOMPATIBLE List of Version [$package]
657PYTHON_VERSION_DEFAULT Version [$user] 657PYTHON_VERSION_DEFAULT Version [$user]
658PYTHON_VERSION_REQD Version [$user] 658PYTHON_VERSION_REQD Version [$user]
 659PYTHON_VERSIONED_DEPENDENCIES List of Identifier [$package_list]
659RANLIB ShellCommand [$system] 660RANLIB ShellCommand [$system]
660RCD_SCRIPTS List of Filename [$package_list] 661RCD_SCRIPTS List of Filename [$package_list]
661RCD_SCRIPT_SRC.* List of Pathname [m:s] 662RCD_SCRIPT_SRC.* List of Pathname [m:s]
662REPLACE.* String [m:s] 663REPLACE.* String [m:s]
663REPLACE_AWK List of Pathmask [$package_list] 664REPLACE_AWK List of Pathmask [$package_list]
664REPLACE_BASH List of Pathmask [$package_list] 665REPLACE_BASH List of Pathmask [$package_list]
665REPLACE_CSH List of Pathmask [$package_list] 666REPLACE_CSH List of Pathmask [$package_list]
666REPLACE_EMACS List of Pathmask 667REPLACE_EMACS List of Pathmask
667REPLACE_FILES.* List of Pathmask [m:as,c:as] 668REPLACE_FILES.* List of Pathmask [m:as,c:as]
668REPLACE_INTERPRETER List of Identifier [m:a,c:a] 669REPLACE_INTERPRETER List of Identifier [m:a,c:a]
669REPLACE_KSH List of Pathmask [$package_list] 670REPLACE_KSH List of Pathmask [$package_list]
670REPLACE_LOCALEDIR_PATTERNS List of Filemask [$package_list] 671REPLACE_LOCALEDIR_PATTERNS List of Filemask [$package_list]
671REPLACE_LUA List of Pathmask [$package_list] 672REPLACE_LUA List of Pathmask [$package_list]