diff options
author | jonb <jonb@pkgsrc.org> | 2003-10-02 05:38:14 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2003-10-02 05:38:14 +0000 |
commit | a7713dfcc1a0c8d3cb178b9ef7233514b99d57f3 (patch) | |
tree | ca6e2d2ae8880850800f81d671bc7b3eb60dc02a /net | |
parent | 20d996759d2cc42b84a71099c7ce49fd1cf3d3d8 (diff) | |
download | pkgsrc-a7713dfcc1a0c8d3cb178b9ef7233514b99d57f3.tar.gz |
Upgrade to version 1.0... I'd list all the changes to the file,
but I'm not sure what they are, and the freenet6 site does not
appear to have an easy way to get older versions of the files.
This is an INTERACTIVE_STAGES= fetch package also, so people might
have some difficulty without this update.
Diffstat (limited to 'net')
-rw-r--r-- | net/tspc/Makefile | 6 | ||||
-rw-r--r-- | net/tspc/distinfo | 8 | ||||
-rw-r--r-- | net/tspc/patches/patch-ab | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net/tspc/Makefile b/net/tspc/Makefile index d6b81709c05..d1d5cb604a9 100644 --- a/net/tspc/Makefile +++ b/net/tspc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:11:26 martti Exp $ +# $NetBSD: Makefile,v 1.6 2003/10/02 05:38:14 jonb Exp $ # -DISTNAME= freenet6-0.9.7 -PKGNAME= ${DISTNAME:S/freenet6/tspc/} +DISTNAME= freenet6-client-1.0 +PKGNAME= ${DISTNAME:S/freenet6-client/tspc/} CATEGORIES= net MASTER_SITES= # empty EXTRACT_SUFX= .tgz diff --git a/net/tspc/distinfo b/net/tspc/distinfo index 16b4b221188..9fc963686ef 100644 --- a/net/tspc/distinfo +++ b/net/tspc/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2003/02/15 02:02:13 salo Exp $ +$NetBSD: distinfo,v 1.3 2003/10/02 05:38:14 jonb Exp $ -SHA1 (freenet6-0.9.7.tgz) = 6e8c8ab68d2fa28027ab1724383a9217a87f325d -Size (freenet6-0.9.7.tgz) = 336929 bytes +SHA1 (freenet6-client-1.0.tgz) = b85b6334e3fd5c3278d82fa8a325582a57c24bd3 +Size (freenet6-client-1.0.tgz) = 330953 bytes SHA1 (patch-aa) = c1ac856acdd9903ff43bdb937c5ff0d9d58ac8fd -SHA1 (patch-ab) = d5d41ae54efe336245a6afcd6460617fcb08dfe7 +SHA1 (patch-ab) = 21ee1c7daa003b3ffe6093dd84d7ea226e95f8d7 SHA1 (patch-ac) = 571a0f412c31aac318bf1b6cfbe553637468ffbb SHA1 (patch-ad) = 38905092e426d8a9ed89f8341ecfd309effa2547 diff --git a/net/tspc/patches/patch-ab b/net/tspc/patches/patch-ab index 09851ede395..3e69ef78ab7 100644 --- a/net/tspc/patches/patch-ab +++ b/net/tspc/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.2 2003/02/15 02:02:14 salo Exp $ +$NetBSD: patch-ab,v 1.3 2003/10/02 05:38:14 jonb Exp $ ---- src/tspc.c.orig Sat Dec 8 07:18:05 2001 +--- src/tspc.c.orig 2003-10-01 20:38:24.000000000 -0700 +++ src/tspc.c -@@ -55,8 +55,8 @@ Copyright (c) 2001 Viagenie Inc. All rig +@@ -54,8 +54,8 @@ Copyright (c) 2001-2003 Hexago Inc. All #define Identification "tspc - Tunnel Server Protocol Client\n" @@ -13,8 +13,8 @@ $NetBSD: patch-ab,v 1.2 2003/02/15 02:02:14 salo Exp $ char *ScriptDir = NULL; char *LogFileName = NULL; tConf Conf; -@@ -77,7 +77,7 @@ int Verbose = 0; - */ +@@ -73,7 +73,7 @@ int Verbose = 0; + int RootUid = 0; # define ScriptExtension "bat" #else - char *TspHomeDir = "/usr/local/etc/tsp"; |