diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-16 20:03:50 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-16 20:03:50 +0000 |
commit | 85ef7fff4e992d57e7a5c316039e6752e3caebc5 (patch) | |
tree | ce35101ebfc8f4248e81f7754053eff8daa42ee9 /pkgtools/pkglint/Makefile | |
parent | 5cefb433ae8ec052a3a513c61fd257f04bf32572 (diff) | |
download | pkgsrc-85ef7fff4e992d57e7a5c316039e6752e3caebc5.tar.gz |
Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move them
to "user variables" section. pkglint is now aware of them. Bump pkglint
version. Oked by wiz@
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 f7bbe0b75f1..e02f71f78aa 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.418 2012/09/15 10:55:15 wiz Exp $ +# $NetBSD: Makefile,v 1.419 2012/09/16 20:03:50 cheusov 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.124 +DISTNAME= pkglint-4.125 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none |