aboutsummaryrefslogtreecommitdiff
path: root/net/ipsvd
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-05-13 07:05:01 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-05-13 07:05:01 +0000
commit435fb4cf1553661046cb4cee25f981de486b3b55 (patch)
treee0b52b16fbfde10c731dd6a23acf7fbff4f4d823 /net/ipsvd
parenteb5f9f499f737e9e2880e4c47199b52064c0b256 (diff)
downloadports-435fb4cf1553661046cb4cee25f981de486b3b55.tar.gz
ports-435fb4cf1553661046cb4cee25f981de486b3b55.zip
Update to 0.4.1
PR: 52119 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes
Notes: svn path=/head/; revision=80891
Diffstat (limited to 'net/ipsvd')
-rw-r--r--net/ipsvd/Makefile2
-rw-r--r--net/ipsvd/distinfo2
-rw-r--r--net/ipsvd/files/patch-src::tcpsvd.c7
3 files changed, 2 insertions, 9 deletions
diff --git a/net/ipsvd/Makefile b/net/ipsvd/Makefile
index 02821caa378d..580f0debea3e 100644
--- a/net/ipsvd/Makefile
+++ b/net/ipsvd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ipsvd
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= net
MASTER_SITES= http://smarden.org/ipsvd/
diff --git a/net/ipsvd/distinfo b/net/ipsvd/distinfo
index 2f6472aacd50..cbaf7552f839 100644
--- a/net/ipsvd/distinfo
+++ b/net/ipsvd/distinfo
@@ -1 +1 @@
-MD5 (ipsvd-0.4.0.tar.gz) = 219ea77de14a5b059b8dfce83bf08cc4
+MD5 (ipsvd-0.4.1.tar.gz) = dcd77472cd19f5c70b951e4ba15416a8
diff --git a/net/ipsvd/files/patch-src::tcpsvd.c b/net/ipsvd/files/patch-src::tcpsvd.c
deleted file mode 100644
index 8c8f2846d10c..000000000000
--- a/net/ipsvd/files/patch-src::tcpsvd.c
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/tcpsvd.c.orig Tue May 6 00:58:40 2003
-+++ src/tcpsvd.c Tue May 6 00:58:59 2003
-@@ -1,3 +1,4 @@
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <unistd.h>