pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update pkgchk to 1.45:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9a1f55d4e50
branches:  trunk
changeset: 464452:a9a1f55d4e50
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Dec 09 12:54:13 2003 +0000

description:
Update pkgchk to 1.45:
    -r should imply -i

diffstat:

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

diffs (56 lines):

diff -r a3882818adf7 -r a9a1f55d4e50 doc/CHANGES
--- a/doc/CHANGES       Tue Dec 09 12:17:35 2003 +0000
+++ b/doc/CHANGES       Tue Dec 09 12:54:13 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4032 2003/12/09 11:30:52 drochner Exp $
+$NetBSD: CHANGES,v 1.4033 2003/12/09 12:54:58 abs Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -5043,3 +5043,5 @@
        Updated gcc3 to 3.3.2 [drochner 2003-12-09]
        Updated zope to 2.6.2 [drochner 2003-12-09]
        Updated disc-cover to 1.5.4 [drochner 2003-12-09]
+       Updated pkgchk to 1.45 [abs 2003-12-09]
+
diff -r a3882818adf7 -r a9a1f55d4e50 pkgtools/pkgchk/Makefile
--- a/pkgtools/pkgchk/Makefile  Tue Dec 09 12:17:35 2003 +0000
+++ b/pkgtools/pkgchk/Makefile  Tue Dec 09 12:54:13 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2003/10/04 21:07:53 agc Exp $
+# $NetBSD: Makefile,v 1.49 2003/12/09 12:54:13 abs Exp $
 
-DISTNAME=      pkgchk-1.44
+DISTNAME=      pkgchk-1.45
 WRKSRC=                ${WRKDIR}
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
diff -r a3882818adf7 -r a9a1f55d4e50 pkgtools/pkgchk/files/pkgchk.sh
--- a/pkgtools/pkgchk/files/pkgchk.sh   Tue Dec 09 12:17:35 2003 +0000
+++ b/pkgtools/pkgchk/files/pkgchk.sh   Tue Dec 09 12:54:13 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# $Id: pkgchk.sh,v 1.47 2003/10/04 21:07:53 agc Exp $
+# $Id: pkgchk.sh,v 1.48 2003/12/09 12:54:13 abs Exp $
 #
 # TODO: Handle updates with dependencies via binary packages
 
@@ -330,7 +330,7 @@
        -k )    opt_k=1 ;;
        -l )    opt_l=1 ;;
        -n )    opt_n=1 ;;
-       -r )    opt_r=1 ;;
+       -r )    opt_r=1 ; opt_i=1 ;;
        -s )    opt_s=1 ;;
        -u )    opt_u=1 ; opt_i=1 ;;
        -v )    opt_v=1 ;;
@@ -366,7 +366,7 @@
        -k      Continue with further packages if errors are encountered
        -l      List binary packages including dependencies (implies -c)
        -n      Display actions that would be taken, but do not perform them
-       -r      Recursively remove mismatched files (use with care)
+       -r      Recursively remove mismatches (use with care) (implies -i)
        -s      Limit installations to building from source
        -u      Update all mismatched packages (implies -i)
        -v      Verbose



Home | Main Index | Thread Index | Old Index