diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipsvd/Makefile | 2 | ||||
-rw-r--r-- | net/ipsvd/distinfo | 2 | ||||
-rw-r--r-- | net/ipsvd/files/patch-ipsvd_scan.c | 7 |
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" |