diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-07 01:03:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-07 01:03:12 +0000 |
commit | f3bb9c24cda439959cf152e03c6c344e3089477c (patch) | |
tree | 4521794b111bc66b793ef3f9d7741a6cce673b4e /pkgtools | |
parent | 45d212dba74649a73fb215d68f3945565bb315c4 (diff) | |
download | pkgsrc-f3bb9c24cda439959cf152e03c6c344e3089477c.tar.gz |
Next fix - go back to MD5 checksums, and rework patch
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/md5 | 2 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/patch-sum | 6 | ||||
-rw-r--r-- | pkgtools/pkg_install/patches/patch-aa | 17 |
3 files changed, 10 insertions, 15 deletions
diff --git a/pkgtools/pkg_install/files/md5 b/pkgtools/pkg_install/files/md5 index b8ef9f45eac..20e6d17a0d4 100644 --- a/pkgtools/pkg_install/files/md5 +++ b/pkgtools/pkg_install/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.21 2001/03/05 18:24:05 wiz Exp $ +$NetBSD: md5,v 1.22 2001/03/07 01:03:12 hubertf Exp $ MD5 (pkg_install-20010306.tar.gz) = c00c44070ff7eb4297951efad0b313f3 diff --git a/pkgtools/pkg_install/files/patch-sum b/pkgtools/pkg_install/files/patch-sum index a6979274a38..a4db2548df6 100644 --- a/pkgtools/pkg_install/files/patch-sum +++ b/pkgtools/pkg_install/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1 2001/03/07 00:54:19 hubertf Exp $ +$NetBSD: patch-sum,v 1.2 2001/03/07 01:03:12 hubertf Exp $ -SHA1 (patch-aa) = -SHA1 (patch-ab) = +MD5 (patch-aa) = 1e53059ee89597d28055716e7a77fd30 +MD5 (patch-ab) = d547763f29d01735e30c4b3bba114b47 diff --git a/pkgtools/pkg_install/patches/patch-aa b/pkgtools/pkg_install/patches/patch-aa index c231cc96681..3e4bc71629c 100644 --- a/pkgtools/pkg_install/patches/patch-aa +++ b/pkgtools/pkg_install/patches/patch-aa @@ -1,16 +1,11 @@ -$NetBSD: patch-aa,v 1.2 2001/03/07 00:54:19 hubertf Exp $ +$NetBSD: patch-aa,v 1.3 2001/03/07 01:03:13 hubertf Exp $ -Index: Makefile -=================================================================== -RCS file: /cvsroot/basesrc/usr.sbin/pkg_install/Makefile,v -retrieving revision 1.5 -diff -u -r1.5 Makefile ---- Makefile 2001/01/09 03:13:43 1.5 -+++ Makefile 2001/03/06 23:54:39 -@@ -1,6 +1,7 @@ +--- Makefile.orig Wed Jan 10 03:25:36 2001 ++++ Makefile +@@ -2,4 +2,6 @@ # Original from FreeBSD, no rcs id. --SUBDIR=lib .WAIT add admin create delete info ++# .WAIT was introduced in post-1.5 NetBSD-current: +#HF#SUBDIR=lib .WAIT add admin create delete info -+SUBDIR=lib add admin create delete info + SUBDIR=lib .WAIT add admin create delete info |