aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-01 05:20:08 +0800
committerkrion <krion@FreeBSD.org>2003-10-01 05:20:08 +0800
commitae35a9fc8a3be6107a6b4db87b5f9aa9afc15782 (patch)
tree697664b8772979cd2bba77f8d3e68c06445f5f67 /net
parenteba5e87a6172eaaed07d954add31bebc079cd001 (diff)
downloadfreebsd-ports-gnome-ae35a9fc8a3be6107a6b4db87b5f9aa9afc15782.tar.gz
freebsd-ports-gnome-ae35a9fc8a3be6107a6b4db87b5f9aa9afc15782.tar.zst
freebsd-ports-gnome-ae35a9fc8a3be6107a6b4db87b5f9aa9afc15782.zip
- Update to 0.6.0:
With this version the ipsv daemons support the port to listen on to be specified either as a name from /etc/services, or as a number. The ipsvd interface now necessitates the -u command line option, and the documentation has been enhanced slightly. PR: 57400 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/ipsvd/Makefile2
-rw-r--r--net/ipsvd/distinfo2
-rw-r--r--net/ipsvd/files/patch-ipsvd_scan.c7
3 files changed, 9 insertions, 2 deletions
diff --git a/net/ipsvd/Makefile b/net/ipsvd/Makefile
index 478980b87d5d..f39f95d642dc 100644
--- a/net/ipsvd/Makefile
+++ b/net/ipsvd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ipsvd
-PORTVERSION= 0.5.0
+PORTVERSION= 0.6.0
CATEGORIES= net
MASTER_SITES= http://smarden.org/ipsvd/
diff --git a/net/ipsvd/distinfo b/net/ipsvd/distinfo
index 09412ce0a2e9..f8ddf1c3731c 100644
--- a/net/ipsvd/distinfo
+++ b/net/ipsvd/distinfo
@@ -1 +1 @@
-MD5 (ipsvd-0.5.0.tar.gz) = 70bbf452d4944134a7b2c729139666d1
+MD5 (ipsvd-0.6.0.tar.gz) = 58872f40246678bd556f8a890957d10d
diff --git a/net/ipsvd/files/patch-ipsvd_scan.c b/net/ipsvd/files/patch-ipsvd_scan.c
new file mode 100644
index 000000000000..4b6a2d8a1c23
--- /dev/null
+++ b/net/ipsvd/files/patch-ipsvd_scan.c
@@ -0,0 +1,7 @@
+--- src/ipsvd_scan.c.orig Wed Oct 1 00:58:34 2003
++++ src/ipsvd_scan.c Wed Oct 1 00:58:12 2003
+@@ -1,3 +1,4 @@
++#include <sys/types.h>
+ #include <netdb.h>
+ #include <netinet/in.h>
+ #include "scan.h"