summaryrefslogtreecommitdiff
path: root/net/6tunnel
diff options
context:
space:
mode:
Diffstat (limited to 'net/6tunnel')
-rw-r--r--net/6tunnel/Makefile9
-rw-r--r--net/6tunnel/distinfo9
-rw-r--r--net/6tunnel/patches/patch-aa52
3 files changed, 8 insertions, 62 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile
index bd7686fbaf4..942517222dc 100644
--- a/net/6tunnel/Makefile
+++ b/net/6tunnel/Makefile
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.11 2010/02/26 10:28:33 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2011/10/13 11:40:05 ghen Exp $
#
-DISTNAME= 6tunnel-0.09
+DISTNAME= 6tunnel-0.11rc2
CATEGORIES= net
-MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/
+MASTER_SITES= http://toxygen.net/6tunnel/
MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://toxygen.net/6tunnel/
COMMENT= v4/v6 protocol translation
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/6tunnel
-
NOT_FOR_PLATFORM+= Interix-*-* # no IPv6 support
.include "../../mk/bsd.prefs.mk"
diff --git a/net/6tunnel/distinfo b/net/6tunnel/distinfo
index c00c9ad1246..bdd371e30e7 100644
--- a/net/6tunnel/distinfo
+++ b/net/6tunnel/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:13:41 agc Exp $
+$NetBSD: distinfo,v 1.6 2011/10/13 11:40:05 ghen Exp $
-SHA1 (6tunnel-0.09.tar.gz) = 6af871f4f225372c5f41c2bc097fd173e16ae683
-RMD160 (6tunnel-0.09.tar.gz) = ddca9b7f0aab998968cecd25b605b468cd58e2ea
-Size (6tunnel-0.09.tar.gz) = 7389 bytes
-SHA1 (patch-aa) = a3c79786326afcdd65c99aa8284ec05e54e0654e
+SHA1 (6tunnel-0.11rc2.tar.gz) = be5af4c64070255f7e6c7119c0cdcaadf192ef32
+RMD160 (6tunnel-0.11rc2.tar.gz) = e42d9f672ca0e3ce217a320101191a30f7125f43
+Size (6tunnel-0.11rc2.tar.gz) = 17522 bytes
diff --git a/net/6tunnel/patches/patch-aa b/net/6tunnel/patches/patch-aa
deleted file mode 100644
index 02eb423c1a5..00000000000
--- a/net/6tunnel/patches/patch-aa
+++ /dev/null
@@ -1,52 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/09/22 16:18:08 wiz Exp $
-
---- 6tunnel.c.orig Mon Sep 22 14:57:59 2003
-+++ 6tunnel.c Mon Sep 22 15:02:38 2003
-@@ -429,27 +429,27 @@
-
- void usage(char *a0)
- {
-- fprintf(stderr, "\
--usage: %s [-146dqvh] [-s sourcehost] [-l localhost] [-i pass]
-- [-I pass] [-m mapfile] [-L limit] [-A filename]
-- localport remotehost [remoteport]
--
-- -1 allow only one connection and quit
-- -4 preffer IPv4 endpoints
-- -6 bind to IPv6 address
-- -v be verbose
-- -d don't detach
-- -f force tunneling (even if remotehost isn't resolvable)
-- -s connect using specified address
-- -l bind to specified address
-- -i act like irc proxy and ask for password
-- -I send specified password to the irc server
-- -h print hex dump of packets
-- -m map specified IPv4 addresses to different IPv6 addresses (see manpage)
-- -L limit simultanous connections
-- -A create apache-like log file
-+ fprintf(stderr, "\n"
-+"usage: %s [-146dqvh] [-s sourcehost] [-l localhost] [-i pass]\n"
-+" [-I pass] [-m mapfile] [-L limit] [-A filename]\n"
-+" localport remotehost [remoteport]\n"
-+"\n"
-+" -1 allow only one connection and quit\n"
-+" -4 preffer IPv4 endpoints\n"
-+" -6 bind to IPv6 address\n"
-+" -v be verbose\n"
-+" -d don't detach\n"
-+" -f force tunneling (even if remotehost isn't resolvable)\n"
-+" -s connect using specified address\n"
-+" -l bind to specified address\n"
-+" -i act like irc proxy and ask for password\n"
-+" -I send specified password to the irc server\n"
-+" -h print hex dump of packets\n"
-+" -m map specified IPv4 addresses to different IPv6 addresses (see manpage)\n"
-+" -L limit simultanous connections\n"
-+" -A create apache-like log file\n"
-+"\n", a0);
-
--", a0);
-
- }
-