aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipsvd
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-10-21 17:17:21 +0800
committerosa <osa@FreeBSD.org>2003-10-21 17:17:21 +0800
commit32fabfe90f665b95996e000683011077912986ec (patch)
treea67a7953cd8d748f93c54c203cf1b2fabe013461 /net/ipsvd
parentb10304647389587df2683a53f618fb6fa7576da9 (diff)
downloadfreebsd-ports-gnome-32fabfe90f665b95996e000683011077912986ec.tar.gz
freebsd-ports-gnome-32fabfe90f665b95996e000683011077912986ec.tar.zst
freebsd-ports-gnome-32fabfe90f665b95996e000683011077912986ec.zip
Update to 0.6.1
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) PR: 58323
Diffstat (limited to 'net/ipsvd')
-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, 2 insertions, 9 deletions
diff --git a/net/ipsvd/Makefile b/net/ipsvd/Makefile
index f39f95d642dc..e9ac8c4ae7f3 100644
--- a/net/ipsvd/Makefile
+++ b/net/ipsvd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ipsvd
-PORTVERSION= 0.6.0
+PORTVERSION= 0.6.1
CATEGORIES= net
MASTER_SITES= http://smarden.org/ipsvd/
diff --git a/net/ipsvd/distinfo b/net/ipsvd/distinfo
index f8ddf1c3731c..56d88caffc92 100644
--- a/net/ipsvd/distinfo
+++ b/net/ipsvd/distinfo
@@ -1 +1 @@
-MD5 (ipsvd-0.6.0.tar.gz) = 58872f40246678bd556f8a890957d10d
+MD5 (ipsvd-0.6.1.tar.gz) = f3c62e35bdd46e857f524564698e60dc
diff --git a/net/ipsvd/files/patch-ipsvd_scan.c b/net/ipsvd/files/patch-ipsvd_scan.c
deleted file mode 100644
index 4b6a2d8a1c23..000000000000
--- a/net/ipsvd/files/patch-ipsvd_scan.c
+++ /dev/null
@@ -1,7 +0,0 @@
---- 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"