diff options
author | wiz <wiz> | 2014-09-08 12:03:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-09-08 12:03:32 +0000 |
commit | 61490577b04b5743ba868a10aa4e30c487951ab3 (patch) | |
tree | e6821ecf69512ac306ef683775f90634976e1804 /pkgtools/pkglint/Makefile | |
parent | ac1f6a645211751e784a33f722ba1991386d5f15 (diff) | |
download | pkgsrc-61490577b04b5743ba868a10aa4e30c487951ab3.tar.gz |
Allow '+' in another place checking for package names. Needed e.g. for gtk2+.
Bump version.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 6ef3d4194d0..9af827556aa 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.450 2014/08/07 20:35:34 wiz Exp $ +# $NetBSD: Makefile,v 1.451 2014/09/08 12:03:32 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.145 +PKGNAME= pkglint-4.146 CATEGORIES= pkgtools OWNER= wiz@NetBSD.org |