diff options
author | joerg <joerg@pkgsrc.org> | 2014-06-10 15:13:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-06-10 15:13:44 +0000 |
commit | 4a57538226a6822ce00242e85dbcdbb758707870 (patch) | |
tree | 68d4b921fae204807b62b7007108c904268b6dd0 | |
parent | 2e57a0fad2ce8376b603c25f00b23eb1f06f5b0e (diff) | |
download | pkgsrc-4a57538226a6822ce00242e85dbcdbb758707870.tar.gz |
pkglint-4.142: Remove apache13 and apache2 values.
-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 16b3e18e270..fc57758354f 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.446 2014/06/10 13:55:07 joerg Exp $ +# $NetBSD: Makefile,v 1.447 2014/06/10 15:13:44 joerg 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.141 +PKGNAME= pkglint-4.142 CATEGORIES= pkgtools OWNER= wiz@NetBSD.org diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 5f8104022f4..98d4cc3d39c 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.250 2014/06/10 13:55:07 joerg Exp $ +# $NetBSD: makevars.map,v 1.251 2014/06/10 15:13:44 joerg Exp $ # # This file contains the guessed type of some variables, according to @@ -556,9 +556,9 @@ PKGTOOLS_ENV List of ShellWord PKGVERSION Version [$system] PKGWILDCARD Filemask [$system] PKG_ADMIN ShellCommand [$system] -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_APACHE { apache22 apache24 } [$system] +PKG_APACHE_ACCEPTED List of { apache22 apache24 } [$package] +PKG_APACHE_DEFAULT { 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 |