diff options
author | kim <kim@pkgsrc.org> | 2001-03-12 18:46:14 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2001-03-12 18:46:14 +0000 |
commit | dc18e13790a30a8efe33e86a560929fb9ade2dce (patch) | |
tree | a4729c24dbcfc0f0b4a18a5aded0cd3c817aed53 /net | |
parent | 569b8e4ef7aca6724eff561c3f9d8ce5edb8ecc9 (diff) | |
download | pkgsrc-dc18e13790a30a8efe33e86a560929fb9ade2dce.tar.gz |
Upgrade to freerdist-0.92, which compiles on -current.
Diffstat (limited to 'net')
-rw-r--r-- | net/rdist6/Makefile | 4 | ||||
-rw-r--r-- | net/rdist6/files/md5 | 4 | ||||
-rw-r--r-- | net/rdist6/files/patch-sum | 10 | ||||
-rw-r--r-- | net/rdist6/patches/patch-ac | 15 |
4 files changed, 21 insertions, 12 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index 122ed57c3df..15d2b68ecc1 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 18:19:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/12 18:46:14 kim Exp $ # -DISTNAME= freerdist-0.91 +DISTNAME= freerdist-0.92 CATEGORIES= net MASTER_SITES= ftp://ftp.astron.com/pub/freerdist/ diff --git a/net/rdist6/files/md5 b/net/rdist6/files/md5 index 87ac4bd5897..01d106e5401 100644 --- a/net/rdist6/files/md5 +++ b/net/rdist6/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/01/15 18:09:28 christos Exp $ +$NetBSD: md5,v 1.4 2001/03/12 18:46:14 kim Exp $ -MD5 (freerdist-0.91.tar.gz) = 524c58b2932ac9dcc3754c0ad950d9d0 +SHA1 (freerdist-0.92.tar.gz) = 63519dd77ad65b681960613b2d3a295809714f19 diff --git a/net/rdist6/files/patch-sum b/net/rdist6/files/patch-sum index eebfcc49049..de122b4d64d 100644 --- a/net/rdist6/files/patch-sum +++ b/net/rdist6/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.4 2000/01/18 10:50:05 agc Exp $ +$NetBSD: patch-sum,v 1.5 2001/03/12 18:46:14 kim Exp $ -MD5 (patch-aa) = b496480558b2e495fa22dc06de30912f -MD5 (patch-ab) = 91ade9d0a83dd05bf23cc1ffdef88fa5 -MD5 (patch-ac) = 6c40f143b1c19452e96f9a83802341d5 -MD5 (patch-ad) = 25f37eb858eff33415f67055d6dbc514 +SHA1 (patch-aa) = 0ea7d5838b7d491f2f599e0b53b195978bae2565 +SHA1 (patch-ab) = 3cd2de9d584e8aaa0cf4258c66ba027ff767a367 +SHA1 (patch-ac) = 78df932333c8742139368abb5d12b910d34e222c +SHA1 (patch-ad) = 89500d25dc2fb34c0295836f7ab18433218c85ea diff --git a/net/rdist6/patches/patch-ac b/net/rdist6/patches/patch-ac index 76ded94d114..061390a541f 100644 --- a/net/rdist6/patches/patch-ac +++ b/net/rdist6/patches/patch-ac @@ -1,7 +1,16 @@ -$NetBSD: patch-ac,v 1.2 2000/01/15 18:09:30 christos Exp $ +$NetBSD: patch-ac,v 1.3 2001/03/12 18:46:15 kim Exp $ ---- config/mf.netbsd.orig Sat Jan 15 13:05:52 2000 -+++ config/mf.netbsd Sat Jan 15 13:05:59 2000 +--- config/mf.netbsd.orig Sun Oct 31 19:39:18 1999 ++++ config/mf.netbsd Mon Mar 12 13:25:58 2001 +@@ -42,7 +42,7 @@ + # Functions that are missing in this OS are contained in the + # files specified in ${MISSINGOBJS}. + # +-#MISSINGOBJS = $(O)strerror.o $(O)strcasecmp.o ++MISSINGOBJS = $(O)setprogname.o + + # + # System libraries that we need to load. @@ -53,6 +53,3 @@ # System dependent options for compiling # |