aboutsummaryrefslogtreecommitdiff
path: root/net/ipsvd
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-10-21 09:17:21 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-10-21 09:17:21 +0000
commit52c4a1b55923403c4e97f3bce279efecba2148f8 (patch)
treefce0fa12e2f1f38f3c951b427a924c13ff101f78 /net/ipsvd
parent8c3d7e9ebc8e9b4ca12f6a9ca1a7133b18439e33 (diff)
downloadports-52c4a1b55923403c4e97f3bce279efecba2148f8.tar.gz
ports-52c4a1b55923403c4e97f3bce279efecba2148f8.zip
Update to 0.6.1
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) PR: 58323
Notes
Notes: svn path=/head/; revision=91802
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"