diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-12-31 15:06:26 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-12-31 15:06:26 +0000 |
commit | dc4b926a3ced1dfd3a189e4d8914b04519182397 (patch) | |
tree | f01439e8c256de7884bf3b94d6dd715f11a95fd3 | |
parent | Update to 2.4.13. (diff) |
- Update to 1.9
PR: ports/163686
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=288340
-rw-r--r-- | devel/libserver/Makefile | 2 | ||||
-rw-r--r-- | devel/libserver/distinfo | 4 | ||||
-rw-r--r-- | devel/libserver/pkg-descr | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/libserver/Makefile b/devel/libserver/Makefile index ef3134865314..8838febb1108 100644 --- a/devel/libserver/Makefile +++ b/devel/libserver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libserver -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ diff --git a/devel/libserver/distinfo b/devel/libserver/distinfo index 3d038d34624f..8ce47805c97f 100644 --- a/devel/libserver/distinfo +++ b/devel/libserver/distinfo @@ -1,2 +1,2 @@ -SHA256 (libserver-1.8.tar.gz) = f1a2231fcd47b35a191df96d52d3fc4ea62988fde11fd7a8b10dac9069133825 -SIZE (libserver-1.8.tar.gz) = 9772 +SHA256 (libserver-1.9.tar.gz) = 0892679e8b18838f1a1c89ea3c55c16cba3e45a78be8487dfab19b09cd44bcab +SIZE (libserver-1.9.tar.gz) = 10341 diff --git a/devel/libserver/pkg-descr b/devel/libserver/pkg-descr index de7694962213..75bd3ff2a149 100644 --- a/devel/libserver/pkg-descr +++ b/devel/libserver/pkg-descr @@ -1,7 +1,7 @@ -libserver implements a generic multi-process TCP server which is incapable -of servicing connections on its own. The programmer writes an -initialization function and a function to service connections, then -compiles and links his or her code against the library to create a complete -multi-process TCP server. +libserver implements a generic multi-process TCP or UNIX-domain server +which is incapable of servicing connections on its own. The programmer +writes an initialization function and a function to service connections, +then compiles and links his or her code against the library to create a +complete server. WWW: http://www.mammothcheese.ca/ |