diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 21:20:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 21:20:08 +0000 |
commit | 16886fb0f05df65b0cab78063b77f4a047f1059b (patch) | |
tree | 6571d566e26e444ee6680318424351c707e3adb3 /net/ipsvd | |
parent | e6a0be587af84a48812adbd6008ae7d1bb90e329 (diff) |
- Update to 0.6.0:
With this version the ipsv daemons support
the port to listen on to be specified either as a name from
/etc/services, or as a number. The ipsvd interface now
necessitates the -u command line option, and the documentation
has been enhanced slightly.
PR: 57400
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=89923
Diffstat (limited to 'net/ipsvd')
-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" |