aboutsummaryrefslogtreecommitdiffstats
path: root/net/pim6sd
diff options
context:
space:
mode:
authorsuz <suz@FreeBSD.org>2002-11-12 19:32:12 +0800
committersuz <suz@FreeBSD.org>2002-11-12 19:32:12 +0800
commit92524e737a6fb3c4e74d49315cf09e41ae179e23 (patch)
tree93199feb48c3aa1661c13b0686f92187fbb98438 /net/pim6sd
parent320f9d20cbc6182ae76338e9248d5faec07e8ac2 (diff)
downloadfreebsd-ports-gnome-92524e737a6fb3c4e74d49315cf09e41ae179e23.tar.gz
freebsd-ports-gnome-92524e737a6fb3c4e74d49315cf09e41ae179e23.tar.zst
freebsd-ports-gnome-92524e737a6fb3c4e74d49315cf09e41ae179e23.zip
updated to Nov 11 2002's pim6sd/pim6dd
Obtained from: KAME
Diffstat (limited to 'net/pim6sd')
-rw-r--r--net/pim6sd/Makefile2
-rw-r--r--net/pim6sd/distinfo2
-rw-r--r--net/pim6sd/files/patch-ab13
-rw-r--r--net/pim6sd/files/patch-ac13
4 files changed, 2 insertions, 28 deletions
diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile
index 217ffe7c1054..021cc4391168 100644
--- a/net/pim6sd/Makefile
+++ b/net/pim6sd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pim6sd
-PORTVERSION= 20020403a
+PORTVERSION= 20021111a
PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
diff --git a/net/pim6sd/distinfo b/net/pim6sd/distinfo
index 7c6567a71cd0..75ce05791453 100644
--- a/net/pim6sd/distinfo
+++ b/net/pim6sd/distinfo
@@ -1 +1 @@
-MD5 (pim6sd-20020403a.tar.gz) = cebbf7ede2c8cd97b5a266cab25c05a5
+MD5 (pim6sd-20021111a.tar.gz) = 174641d55fff2c1ee52763b2e8886446
diff --git a/net/pim6sd/files/patch-ab b/net/pim6sd/files/patch-ab
deleted file mode 100644
index 940af9060603..000000000000
--- a/net/pim6sd/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: pim6sd/mld6.c
-diff -u pim6sd/mld6.c.orig pim6sd/mld6.c
---- pim6sd/mld6.c.orig Wed Apr 3 11:47:04 2002
-+++ pim6sd/mld6.c Sun Jun 16 20:13:39 2002
-@@ -117,7 +117,7 @@
-
- /* Externals */
-
--extern struct in6_addr in6addr_linklocal_allnodes;
-+extern const struct in6_addr in6addr_linklocal_allnodes;
-
- /* local variables. */
- static struct sockaddr_in6 dst = {sizeof(dst), AF_INET6};
diff --git a/net/pim6sd/files/patch-ac b/net/pim6sd/files/patch-ac
deleted file mode 100644
index 0a765d4659ef..000000000000
--- a/net/pim6sd/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: pim6sd/mld6_proto.c
-diff -u pim6sd/mld6_proto.c.orig pim6sd/mld6_proto.c
---- pim6sd/mld6_proto.c.orig Tue Dec 18 12:10:42 2001
-+++ pim6sd/mld6_proto.c Sun Jun 16 20:15:55 2002
-@@ -119,7 +119,7 @@
-
- #include "mld6_proto.h"
-
--extern struct in6_addr in6addr_any;
-+extern const struct in6_addr in6addr_any;
-
-
- /*