pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Since pkg_install appears in th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4ae7132d47b
branches:  trunk
changeset: 505169:d4ae7132d47b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 31 09:07:22 2005 +0000

description:
Since pkg_install appears in the pkg_info listing, there is no need for
special treatment. Reported by Christoph Egger via private mail.

diffstat:

 pkgtools/pkglint/files/lintpkgsrc.pl |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 37c4ceb76b1a -r d4ae7132d47b pkgtools/pkglint/files/lintpkgsrc.pl
--- a/pkgtools/pkglint/files/lintpkgsrc.pl      Sat Dec 31 08:29:36 2005 +0000
+++ b/pkgtools/pkglint/files/lintpkgsrc.pl      Sat Dec 31 09:07:22 2005 +0000
@@ -1,6 +1,6 @@
 #!@PERL@
 
-# $NetBSD: lintpkgsrc.pl,v 1.108 2005/11/20 12:32:17 rillig Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.109 2005/12/31 09:07:22 rillig Exp $
 
 # Written by David Brownlee <abs%netbsd.org@localhost>.
 #
@@ -577,8 +577,6 @@
        }
     close(PKG_INFO);
 
-    # pkg_install is not in the pkg_info -a output, add it manually
-    push(@pkgs, "pkg_install-$pkg_installver");
     @pkgs;
     }
 



Home | Main Index | Thread Index | Old Index