diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 13:44:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 13:44:32 +0000 |
commit | 18c3e4adb296e9f522112514b77307706968f717 (patch) | |
tree | d43e14befa596c41d96cf54f018ad5d1dfff9156 /pkgtools/pkglint/files/pkglint.pl | |
parent | 6ca32d006f45fb428381183c7476ca38dc9efad8 (diff) | |
download | pkgsrc-18c3e4adb296e9f522112514b77307706968f717.tar.gz |
Remove SVR4_PKGNAME, per discussion on tech-pkg.
Diffstat (limited to 'pkgtools/pkglint/files/pkglint.pl')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index d36fd661d37..2b64601a8d5 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.871 2014/10/08 19:15:16 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.872 2014/10/09 13:44:53 wiz Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -4351,9 +4351,7 @@ sub checkline_mk_vartype_basic($$$$$$$$) { SVR4PkgName => sub { if ($value =~ regex_unresolved) { - $line->log_error("SVR4_PKGNAME must not contain references to other variables."); } elsif (length($value) > 5) { - $line->log_error("SVR4_PKGNAME must not be longer than 5 characters."); } }, @@ -4954,7 +4952,6 @@ sub checklines_package_Makefile_varorder($) { [ "DISTNAME", optional ], [ "PKGNAME", optional ], [ "PKGREVISION", optional ], - [ "SVR4_PKGNAME", optional ], [ "CATEGORIES", once ], [ "MASTER_SITES", optional ], [ "DIST_SUBDIR", optional ], |