Update to 0.4.1

PR:		52119
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
This commit is contained in:
Yen-Ming Lee 2003-05-13 07:05:01 +00:00
parent eb5f9f499f
commit 435fb4cf15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80891
3 changed files with 2 additions and 9 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= ipsvd
PORTVERSION= 0.4.0
PORTVERSION= 0.4.1
CATEGORIES= net
MASTER_SITES= http://smarden.org/ipsvd/

View file

@ -1 +1 @@
MD5 (ipsvd-0.4.0.tar.gz) = 219ea77de14a5b059b8dfce83bf08cc4
MD5 (ipsvd-0.4.1.tar.gz) = dcd77472cd19f5c70b951e4ba15416a8

View file

@ -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>