aboutsummaryrefslogtreecommitdiff
path: root/net/pim6dd
diff options
context:
space:
mode:
authorSUZUKI Shinsuke <suz@FreeBSD.org>2002-11-12 11:32:12 +0000
committerSUZUKI Shinsuke <suz@FreeBSD.org>2002-11-12 11:32:12 +0000
commit1137fff47cc1788ce28ef043cbc753436f8b6587 (patch)
treebacfb39284655d42a837e3abd90d3afd80f4e349 /net/pim6dd
parent833a44278e85ce43b33540463fbbe2199983d19c (diff)
downloadports-1137fff47cc1788ce28ef043cbc753436f8b6587.tar.gz
ports-1137fff47cc1788ce28ef043cbc753436f8b6587.zip
updated to Nov 11 2002's pim6sd/pim6dd
Obtained from: KAME
Notes
Notes: svn path=/head/; revision=69948
Diffstat (limited to 'net/pim6dd')
-rw-r--r--net/pim6dd/Makefile2
-rw-r--r--net/pim6dd/distinfo2
-rw-r--r--net/pim6dd/files/patch-ab13
-rw-r--r--net/pim6dd/files/patch-ac13
4 files changed, 2 insertions, 28 deletions
diff --git a/net/pim6dd/Makefile b/net/pim6dd/Makefile
index 56642ab8ff27..5ca11b502e1a 100644
--- a/net/pim6dd/Makefile
+++ b/net/pim6dd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pim6dd
-PORTVERSION= 20020403a
+PORTVERSION= 20021111a
PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
diff --git a/net/pim6dd/distinfo b/net/pim6dd/distinfo
index 6a583d8bb5b0..7b0aaf81bba5 100644
--- a/net/pim6dd/distinfo
+++ b/net/pim6dd/distinfo
@@ -1 +1 @@
-MD5 (pim6dd-20020403a.tar.gz) = b7424c7212c98f824a5f12b3e7158b82
+MD5 (pim6dd-20021111a.tar.gz) = bba0f10115068e0699bec7f47568e281
diff --git a/net/pim6dd/files/patch-ab b/net/pim6dd/files/patch-ab
deleted file mode 100644
index 1c284c8bb374..000000000000
--- a/net/pim6dd/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: pim6dd/mld6.c
-diff -u pim6dd/mld6.c.orig pim6dd/mld6.c
---- pim6dd/mld6.c.orig Wed Apr 3 11:47:04 2002
-+++ pim6dd/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/pim6dd/files/patch-ac b/net/pim6dd/files/patch-ac
deleted file mode 100644
index 3530ee10c976..000000000000
--- a/net/pim6dd/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: pim6dd/mld6_proto.c
-diff -u pim6dd/mld6_proto.c.orig pim6dd/mld6_proto.c
---- pim6dd/mld6_proto.c.orig Tue Dec 18 12:10:42 2001
-+++ pim6dd/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;
-
-
- /*