diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-13 21:21:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-13 21:21:38 +0000 |
commit | 8ad64b48737c2d244bc9feccc618bc335b8be289 (patch) | |
tree | f983d3f595612e3f87e7a18d1428bfd4ea101b35 | |
parent | 3061995e90eafadc314c2b22022d3734958f0257 (diff) | |
download | ports-8ad64b48737c2d244bc9feccc618bc335b8be289.tar.gz ports-8ad64b48737c2d244bc9feccc618bc335b8be289.zip |
Notes
-rw-r--r-- | net/freenet6/Makefile | 7 | ||||
-rw-r--r-- | net/freenet6/distinfo | 2 | ||||
-rw-r--r-- | net/freenet6/files/pkg-message.in | 6 | ||||
-rw-r--r-- | net/freenet6/pkg-descr | 8 |
4 files changed, 12 insertions, 11 deletions
diff --git a/net/freenet6/Makefile b/net/freenet6/Makefile index 1bd220023087..7f8452f1186a 100644 --- a/net/freenet6/Makefile +++ b/net/freenet6/Makefile @@ -6,14 +6,17 @@ # PORTNAME= freenet6 -PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTVERSION= 0.9.7 CATEGORIES= net ipv6 MASTER_SITES= # fetch manually EXTRACT_SUFX= .tgz MAINTAINER= edwin@mavetju.org +RESTRICTED= "Must Agree to License at http://www.freenet6.net/ on the download page for FreeBSD" +NO_CDROM= ${RESTRICTED} +NO_PACKAGE= ${RESTRICTED} + USE_REINPLACE= yes MAN8= tspc.8 diff --git a/net/freenet6/distinfo b/net/freenet6/distinfo index 63236ac46d07..6cf3d0e95181 100644 --- a/net/freenet6/distinfo +++ b/net/freenet6/distinfo @@ -1 +1 @@ -MD5 (freenet6-0.9.6.tgz) = c846c0e734d93c7abdc1553781e1fa5b +MD5 (freenet6-0.9.7.tgz) = 0489d5d893089c5b8a19c3b47718dab7 diff --git a/net/freenet6/files/pkg-message.in b/net/freenet6/files/pkg-message.in index df4cb21810a3..9f34dd547a16 100644 --- a/net/freenet6/files/pkg-message.in +++ b/net/freenet6/files/pkg-message.in @@ -5,3 +5,9 @@ Now that the package is installed, please finish it with the following steps: the website, fill in your userid and password there. - Run @@PREFIX@@/etc/rc.d/freenet6.sh to start the tunnel. - Try to ping a IPv6 host, for example: ping6 www.jp.freebsd.org + +*** NOTE FOR UPGRADERS: +The configuration file has changed, please change "tsp_version" to +"1.0.1" and add "retry_delay=1800" to it. See tspc.conf.sample for +more information. If you don't add this, the tunnel will not be +setup. diff --git a/net/freenet6/pkg-descr b/net/freenet6/pkg-descr index cc37853133a6..b56c93725784 100644 --- a/net/freenet6/pkg-descr +++ b/net/freenet6/pkg-descr @@ -17,14 +17,6 @@ filling a Web form and running a script. Freenet6's TSP is representing another very important step to accelerate the deployment at large scale of IPv6 to everyone on the net. -Instead of a Web interface to request configured tunnels and IPv6 -addresses, Freenet6's TSP is a new model based on a client/server -approach. A protocol is used to request one single IPv6 address to -a full IPv6 prefix from a client to a tunnel server according to -the IPv6 broker model. The protocol could be integrated directly -into the operating system to give a service like DHCP but for -requesting IPv6 addresses or prefixes over an IPv4 network (Internet). - WWW: http://www.freenet6.net/ - Edwin Groothuis |