aboutsummaryrefslogtreecommitdiffstats
path: root/net/pim6sd
diff options
context:
space:
mode:
authorsuz <suz@FreeBSD.org>2002-04-03 15:48:41 +0800
committersuz <suz@FreeBSD.org>2002-04-03 15:48:41 +0800
commit47c07d6bf5e7f31a2dbc64109a1ba53ac4b54ec7 (patch)
treebd0e621e5560d80eda9693673c5cc81162e36a3c /net/pim6sd
parent85141e28591bc88191a3f96d5a65d4dfb12cb9f0 (diff)
downloadfreebsd-ports-gnome-47c07d6bf5e7f31a2dbc64109a1ba53ac4b54ec7.tar.gz
freebsd-ports-gnome-47c07d6bf5e7f31a2dbc64109a1ba53ac4b54ec7.tar.zst
freebsd-ports-gnome-47c07d6bf5e7f31a2dbc64109a1ba53ac4b54ec7.zip
updates to the Apr 3 2002's pim6sd (reviewed by ume)
Diffstat (limited to 'net/pim6sd')
-rw-r--r--net/pim6sd/Makefile6
-rw-r--r--net/pim6sd/distinfo2
-rw-r--r--net/pim6sd/files/patch-aa21
-rw-r--r--net/pim6sd/files/pim6sd.conf3
-rw-r--r--net/pim6sd/pkg-descr7
5 files changed, 11 insertions, 28 deletions
diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile
index 29917df1fde0..2351b5149c1a 100644
--- a/net/pim6sd/Makefile
+++ b/net/pim6sd/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= pim6sd
-PORTVERSION= 20010602a
-PORTREVISION= 1
+PORTVERSION= 20020403a
+PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
@@ -20,7 +20,7 @@ MAN8= pim6sd.8
MANCOMPRESSED= yes
DOCS= BUGS.TODO BUGS.V6 LICENSE.mrouted LICENSE.pim6dd \
- LICENSE.pim6sd LICENSE.pimd README README.first
+ LICENSE.pim6sd LICENSE.pimd README README.first README.SSM
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}
diff --git a/net/pim6sd/distinfo b/net/pim6sd/distinfo
index 8f0cd4a873b0..7c6567a71cd0 100644
--- a/net/pim6sd/distinfo
+++ b/net/pim6sd/distinfo
@@ -1 +1 @@
-MD5 (pim6sd-20010602a.tar.gz) = b728f2f3030f199448f32940cd1ae53b
+MD5 (pim6sd-20020403a.tar.gz) = cebbf7ede2c8cd97b5a266cab25c05a5
diff --git a/net/pim6sd/files/patch-aa b/net/pim6sd/files/patch-aa
deleted file mode 100644
index 121d4a2cad6c..000000000000
--- a/net/pim6sd/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: pim6sd/main.c
-diff -u pim6sd/main.c.orig pim6sd/main.c
---- pim6sd/main.c.orig Thu Apr 5 00:06:17 2001
-+++ pim6sd/main.c Mon Mar 25 11:52:39 2002
-@@ -100,7 +100,7 @@
- */
- static char pidfilename[] = _PATH_PIM6D_PID;
-
--FILE *log_fp = stderr;
-+FILE *log_fp;
- char *progname;
-
- static int foreground = 0;
-@@ -241,6 +241,7 @@
- char c;
- int tmpd;
-
-+ log_fp = stderr;
- setlinebuf(stderr);
-
- if (geteuid() != 0)
diff --git a/net/pim6sd/files/pim6sd.conf b/net/pim6sd/files/pim6sd.conf
index 4a286173f6f7..11c8a6be7b02 100644
--- a/net/pim6sd/files/pim6sd.conf
+++ b/net/pim6sd/files/pim6sd.conf
@@ -1,3 +1,4 @@
# $FreeBSD$
#
-phyint stf0 disable
+# Please comment out the following line, if you uses stf0
+#phyint stf0 disable
diff --git a/net/pim6sd/pkg-descr b/net/pim6sd/pkg-descr
index 879d89e47746..82144febd02c 100644
--- a/net/pim6sd/pkg-descr
+++ b/net/pim6sd/pkg-descr
@@ -1,2 +1,5 @@
-Pim6sd is an IPv6 multicast routing daemon, which supports PIMv2
-(Protocol Independent Multicast Version 2) sparse mode for IPv6.
+Pim6sd is an IPv6 multicast routing daemon, which supports the following
+protocols for IPv6.
+ PIMv2 (Protocol Independent Multicast Version 2) sparse mode
+ PIM-SSM (Source-Specific Multicast using PIM sparse-mode)
+