diff options
author | christos <christos@pkgsrc.org> | 2007-12-06 22:02:02 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2007-12-06 22:02:02 +0000 |
commit | 5cc084e4bdbad4f1020efeed062a73aaafb4325f (patch) | |
tree | 06718d781dc585571fd3c5b3a3a04d4bc0bcb8bb /net/sup | |
parent | 245fb526b6cd48d53ceb9e2f562e7dc9118bef42 (diff) | |
download | pkgsrc-5cc084e4bdbad4f1020efeed062a73aaafb4325f.tar.gz |
upgrade to sup-0.1; portability fixes.
Diffstat (limited to 'net/sup')
-rw-r--r-- | net/sup/Makefile | 4 | ||||
-rw-r--r-- | net/sup/distinfo | 9 | ||||
-rw-r--r-- | net/sup/patches/patch-ab | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index 77328a7acc4..64027178e59 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2007/12/01 12:58:56 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/06 22:02:02 christos Exp $ # -DISTNAME= sup-0.0 +DISTNAME= sup-0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.astron.com/pub/sup/ diff --git a/net/sup/distinfo b/net/sup/distinfo index 6233398f4d6..62258637765 100644 --- a/net/sup/distinfo +++ b/net/sup/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2007/12/02 12:55:08 wiz Exp $ +$NetBSD: distinfo,v 1.5 2007/12/06 22:02:02 christos Exp $ -SHA1 (sup-0.0.tar.gz) = 7518db485449aef362fc178226249c29bc6de0d7 -RMD160 (sup-0.0.tar.gz) = a7939d2743a3a1de0c502c49db54391c29fd9db0 -Size (sup-0.0.tar.gz) = 92239 bytes +SHA1 (sup-0.1.tar.gz) = 3cdff6e902120699be26d943e1012d7fd140d410 +RMD160 (sup-0.1.tar.gz) = 9bdf46ba8a6950e53f492add9e0d8f5223749806 +Size (sup-0.1.tar.gz) = 93762 bytes SHA1 (patch-aa) = 9aa1343a5b3acd8bfc83726113b569471e943e13 -SHA1 (patch-ab) = b725d6bfef4a06612f0bd11cdee36d9584f19ab3 diff --git a/net/sup/patches/patch-ab b/net/sup/patches/patch-ab deleted file mode 100644 index d313d01b3bc..00000000000 --- a/net/sup/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2007/12/02 12:55:09 wiz Exp $ - ---- supfilesrv.c.orig 2006-03-14 17:45:03.000000000 +0000 -+++ supfilesrv.c -@@ -1913,7 +1913,7 @@ local_file(int handle, struct stat * sin - * determined this empirically -- DLC). Without a fstatvfs() - * system call, this will have to do for now. - */ --#if defined(__SVR4) || __NetBSD_Version__ > 200030000 -+#if defined(__SVR4) || __NetBSD_Version__ > 299000900 - { - struct statvfs sf; - |