diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-10-26 07:23:05 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-10-26 07:23:05 +0000 |
commit | 36b4897e28ab9a3627df4aa2665823c6f15cc929 (patch) | |
tree | 3c4ce6bb2ee2fbd9e589b3acf6345107b04b62e2 /net/6tunnel | |
parent | aa2f4139612378970db951a330db91130918eca5 (diff) | |
download | ports-36b4897e28ab9a3627df4aa2665823c6f15cc929.tar.gz ports-36b4897e28ab9a3627df4aa2665823c6f15cc929.zip |
Notes
Diffstat (limited to 'net/6tunnel')
-rw-r--r-- | net/6tunnel/Makefile | 8 | ||||
-rw-r--r-- | net/6tunnel/distinfo | 2 | ||||
-rw-r--r-- | net/6tunnel/files/patch-ab | 15 | ||||
-rw-r--r-- | net/6tunnel/pkg-descr | 2 |
4 files changed, 7 insertions, 20 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index 96c79c3d62d5..b0ce9bd1bfe7 100644 --- a/net/6tunnel/Makefile +++ b/net/6tunnel/Makefile @@ -6,12 +6,14 @@ # PORTNAME= 6tunnel -PORTVERSION= 0.07 +PORTVERSION= 0.09 CATEGORIES= net ipv6 MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/ \ - ftp://ftp.bsdjeunz.org/pub/ipv6/tools/ + ftp://ftp.bsdfr.org/pub/projects/6tunnel/ \ + ftp://atlantis.bsd-fr.org/pub/ipv6/tools/ \ + http://rencade.raphit.net/~vt/ -MAINTAINER= vt@bsdjeunz.org +MAINTAINER= vt@bsd-fr.org WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/net/6tunnel/distinfo b/net/6tunnel/distinfo index 234a58cf61dc..4c6ffcbb04c5 100644 --- a/net/6tunnel/distinfo +++ b/net/6tunnel/distinfo @@ -1 +1 @@ -MD5 (6tunnel-0.07.tar.gz) = 53bd1c5cf9f06c3e1b2029207f34ba61 +MD5 (6tunnel-0.09.tar.gz) = cd430e156f30369e13927e1abadcca58 diff --git a/net/6tunnel/files/patch-ab b/net/6tunnel/files/patch-ab deleted file mode 100644 index 800f251ce031..000000000000 --- a/net/6tunnel/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- 6tunnel.c.orig Sun Apr 29 23:45:30 2001 -+++ 6tunnel.c Sun Apr 29 23:45:41 2001 -@@ -12,11 +12,11 @@ - #include <stdlib.h> - #include <unistd.h> - #include <netdb.h> --#include <arpa/inet.h> - #include <string.h> - #include <sys/types.h> - #include <netinet/in.h> - #include <sys/socket.h> -+#include <arpa/inet.h> - #include <sys/wait.h> - #include <fcntl.h> - #include <signal.h> diff --git a/net/6tunnel/pkg-descr b/net/6tunnel/pkg-descr index 5182abc1b3a8..4b026ee665e6 100644 --- a/net/6tunnel/pkg-descr +++ b/net/6tunnel/pkg-descr @@ -4,4 +4,4 @@ IPv6 addresses and forward all data to IPv4 or IPv6 (default) host. It can be used for example as an ipv6-capable IRC proxy. - Vassili Tchersky -vt@bsdjeunz.org +vt@bsd-fr.org |