pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update pkg_chk to 1.76:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3aa5a46dc7a1
branches:  trunk
changeset: 507667:3aa5a46dc7a1
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Feb 06 12:44:08 2006 +0000

description:
Update pkg_chk to 1.76:
    Append rather than prepend /usr/sbin:/usr/bin to path, to avoid issues
    on Solaris which has feature-poor ftp in /usr/bin

diffstat:

 doc/CHANGES                       |  3 ++-
 pkgtools/pkg_chk/Makefile         |  4 ++--
 pkgtools/pkg_chk/files/pkg_chk.sh |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r ce548a05753b -r 3aa5a46dc7a1 doc/CHANGES
--- a/doc/CHANGES       Mon Feb 06 12:14:26 2006 +0000
+++ b/doc/CHANGES       Mon Feb 06 12:44:08 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12816 2006/02/06 12:14:26 rpaulo Exp $
+$NetBSD: CHANGES,v 1.12817 2006/02/06 12:44:44 abs Exp $
 
 Changes to the packages collection and infrastructure in 2006:
 
@@ -834,3 +834,4 @@
        Updated lang/php5 to 5.1.2 [martti 2006-02-06]
        Updated pkgtools/pkglint to 4.56 [rillig 2006-02-06]
        Updated x11/xcb to 2.4 [rpaulo 2006-02-06]
+       Updated pkgtools/pkg_chk to 1.76 [abs 2006-02-06]
diff -r ce548a05753b -r 3aa5a46dc7a1 pkgtools/pkg_chk/Makefile
--- a/pkgtools/pkg_chk/Makefile Mon Feb 06 12:14:26 2006 +0000
+++ b/pkgtools/pkg_chk/Makefile Mon Feb 06 12:44:08 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2006/01/15 12:32:56 abs Exp $
+# $NetBSD: Makefile,v 1.26 2006/02/06 12:44:08 abs Exp $
 
-DISTNAME=      pkg_chk-1.66
+DISTNAME=      pkg_chk-1.67
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r ce548a05753b -r 3aa5a46dc7a1 pkgtools/pkg_chk/files/pkg_chk.sh
--- a/pkgtools/pkg_chk/files/pkg_chk.sh Mon Feb 06 12:14:26 2006 +0000
+++ b/pkgtools/pkg_chk/files/pkg_chk.sh Mon Feb 06 12:44:08 2006 +0000
@@ -1,12 +1,12 @@
 #!@SH@ -e
 #
-# $Id: pkg_chk.sh,v 1.26 2006/01/15 12:32:56 abs Exp $
+# $Id: pkg_chk.sh,v 1.27 2006/02/06 12:44:08 abs Exp $
 #
 # TODO: Make -g check dependencies and tsort
 # TODO: Variation of -g which only lists top level packages
 # TODO: List top level packages installed but not in config
 
-PATH=/usr/sbin:/usr/bin:${PATH}
+PATH=${PATH}:/usr/sbin:/usr/bin
 
 SUMMARY_FILE=pkg_chk-summary
 



Home | Main Index | Thread Index | Old Index