summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2003-06-16 11:52:52 +0000
committerabs <abs@pkgsrc.org>2003-06-16 11:52:52 +0000
commitd4ad1db23009495183dffa23798c043eb962480d (patch)
tree952e1897a1d1521dfa9af76b10be196e54671c7b
parent792d0d66fa22569968abed196432b02663831e5e (diff)
downloadpkgsrc-d4ad1db23009495183dffa23798c043eb962480d.tar.gz
Update pkgchk to 1.37:
Run 'make update' with 'CLEANDEPENDS=yes' to clean up after us as we go
-rw-r--r--doc/CHANGES3
-rw-r--r--pkgtools/pkgchk/Makefile4
-rwxr-xr-xpkgtools/pkgchk/files/pkgchk.sh4
3 files changed, 6 insertions, 5 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 46a30428a8f..2e19ce0d87f 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2514 2003/06/16 10:24:23 martti Exp $
+$NetBSD: CHANGES,v 1.2515 2003/06/16 11:53:33 abs Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2467,3 +2467,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated cue to 20030616 [itojun 2003-06-16]
Updated postfix to 2.0.12 [martti 2003-06-16]
Updated distcc to 2.7 [martti 2003-06-16]
+ Updated pkgchk to 1.37 [abs 2003-06-16]
diff --git a/pkgtools/pkgchk/Makefile b/pkgtools/pkgchk/Makefile
index d53821cc4d9..ff3784c39b9 100644
--- a/pkgtools/pkgchk/Makefile
+++ b/pkgtools/pkgchk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2003/05/22 16:38:58 abs Exp $
+# $NetBSD: Makefile,v 1.40 2003/06/16 11:52:52 abs Exp $
-DISTNAME= pkgchk-1.36
+DISTNAME= pkgchk-1.37
WRKSRC= ${WRKDIR}
CATEGORIES= pkgtools
MASTER_SITES= # empty
diff --git a/pkgtools/pkgchk/files/pkgchk.sh b/pkgtools/pkgchk/files/pkgchk.sh
index 5e6988cc958..9e9500990e3 100755
--- a/pkgtools/pkgchk/files/pkgchk.sh
+++ b/pkgtools/pkgchk/files/pkgchk.sh
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
-# $Id: pkgchk.sh,v 1.39 2003/05/22 16:38:59 abs Exp $
+# $Id: pkgchk.sh,v 1.40 2003/06/16 11:52:53 abs Exp $
#
# TODO: Handle updates with dependencies via binary packages
@@ -181,7 +181,7 @@ pkg_install()
unset PKG_PATH
fi
elif [ -n "$opt_s" ]; then
- run_cmd "cd $PKGSRCDIR/$PKGDIR && ${MAKE} update"
+ run_cmd "cd $PKGSRCDIR/$PKGDIR && ${MAKE} update CLEANDEPENDS=yes"
fi
if [ -z "$opt_n" -a ! -d $PKG_DBDIR/$PKGNAME ];then