diff options
author | wiz <wiz> | 2015-06-14 18:18:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-06-14 18:18:34 +0000 |
commit | cd63a363f283c54a5932bf096b46d06b6365dc12 (patch) | |
tree | d44731250a67f5fda1663f729380881d70176dff /pkgtools/pkglint/Makefile | |
parent | edf2cf2240330e2bc9329d0d4c16b2f5dba3d5db (diff) | |
download | pkgsrc-cd63a363f283c54a5932bf096b46d06b6365dc12.tar.gz |
Fix some perl-5.22 warnings.
Bump version.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 5d2e95584bb..515e8ae24b6 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.462 2015/06/12 10:50:56 wiz Exp $ +# $NetBSD: Makefile,v 1.463 2015/06/14 18:18:34 wiz Exp $ -PKGNAME= pkglint-4.154 -PKGREVISION= 1 +PKGNAME= pkglint-4.155 CATEGORIES= pkgtools OWNER= wiz@NetBSD.org |