diff options
author | wiz <wiz@pkgsrc.org> | 2013-08-15 17:57:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-08-15 17:57:44 +0000 |
commit | ebeb10fe453bb3476583a193bee3c4a268566b4d (patch) | |
tree | a22e1245cde9a022fdf768cffe738c70730f9f54 /pkgtools/pkglint | |
parent | c63ca0cd129172c2f78b2aaa7f9f1c032853fdc2 (diff) | |
download | pkgsrc-ebeb10fe453bb3476583a193bee3c4a268566b4d.tar.gz |
Recognize apache24. Noted by Patrick Welche.
Bump version.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 0adb4fb5796..b79a47cd1c1 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.432 2013/07/15 08:09:34 wiz Exp $ +# $NetBSD: Makefile,v 1.433 2013/08/15 17:57:44 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. -DISTNAME= pkglint-4.131 +DISTNAME= pkglint-4.132 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index cfc4ae9da13..97b10605ec3 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.234 2013/07/15 08:09:21 wiz Exp $ +# $NetBSD: makevars.map,v 1.235 2013/08/15 17:57:44 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -543,9 +543,9 @@ PKGTOOLS_ENV List of ShellWord PKGVERSION Version [$system] PKGWILDCARD Filemask [$system] PKG_ADMIN ShellCommand [$system] -PKG_APACHE { apache13 apache2 apache22 } [$system] -PKG_APACHE_ACCEPTED List of { apache13 apache2 apache22 } [$package] -PKG_APACHE_DEFAULT { apache13 apache2 apache22 } [$user] +PKG_APACHE { apache13 apache2 apache22 apache24 } [$system] +PKG_APACHE_ACCEPTED List of { apache13 apache2 apache22 apache24 } [$package] +PKG_APACHE_DEFAULT { apache13 apache2 apache22 apache24 } [$user] PKG_CONFIG Yes [$user] # ^^ No, this is not the popular command from GNOME, but the setting # whether the pkgsrc user wants configuration files automatically |