diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-06-03 11:05:58 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-06-03 11:05:58 +0000 |
commit | a9eddb8c4ca2393aa9b5b37e3b5293f08d32e574 (patch) | |
tree | 0b02adebd08eef039b2e90c295066142c72e176e /net/socketpipe/Makefile | |
parent | 116b7a9a1a5625718ec14384151e260b6928d477 (diff) | |
download | ports-a9eddb8c4ca2393aa9b5b37e3b5293f08d32e574.tar.gz ports-a9eddb8c4ca2393aa9b5b37e3b5293f08d32e574.zip |
Update to 1.9:
Version 1.9 contains rather important band-aid for hanged socketpipe
instances in case of remote server crash.
PR: 123289
Submitted by: marck
Approved by: maintainer timeout (4 weeks)
Notes
Notes:
svn path=/head/; revision=214231
Diffstat (limited to 'net/socketpipe/Makefile')
-rw-r--r-- | net/socketpipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socketpipe/Makefile b/net/socketpipe/Makefile index 5f61d733a3ee..3ff514ec655c 100644 --- a/net/socketpipe/Makefile +++ b/net/socketpipe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= socketpipe -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= net MASTER_SITES= http://www.spinellis.gr/sw/unix/socketpipe/ \ http://www.dmst.aueb.gr/dds/sw/unix/socketpipe/ |