pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Removed a check for *.tgz in th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c93416614e0
branches:  trunk
changeset: 494283:0c93416614e0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 22 14:54:18 2005 +0000

description:
Removed a check for *.tgz in the package directory. This check has been
here since revision 1.1, and is very unlikely to occur.

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (26 lines):

diff -r 1975a7e3e35f -r 0c93416614e0 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sun May 22 13:01:38 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sun May 22 14:54:18 2005 +0000
@@ -11,7 +11,7 @@
 # Freely redistributable.  Absolutely no warranty.
 #
 # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.160 2005/05/21 12:29:02 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.161 2005/05/22 14:54:18 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -1653,13 +1653,6 @@
                }
        }
 
-       # additional checks for committer.
-       $i = ($pkgname eq '') ? $distname : $pkgname;
-       if (-f "$opt_packagedir/$i.tgz") {
-               log_warning(NO_FILE, NO_LINE_NUMBER, "be sure to remove $opt_packagedir/$i.tgz ".
-                       "before committing the package.");
-       }
-
        push(@varnames, qw(
                DISTNAME PKGNAME SVR4_PKGNAME CATEGORIES MASTER_SITES
                MASTER_SITE_SUBDIR EXTRACT_SUFX DISTFILES));



Home | Main Index | Thread Index | Old Index