Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2011 17:41:03 -0500
From:      "Charlie &" <jimmy@mammothcheese.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163686: Update Port: devel/libserver => 1.9
Message-ID:  <337916.58709.bm@smtp107.rog.mail.bf1.yahoo.com>
Resent-Message-ID: <201112282250.pBSMoAmX006865@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163686
>Category:       ports
>Synopsis:       Update Port: devel/libserver => 1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 28 22:50:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     James Bailie
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD localhost 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #13: Mon Dec 26 13:32:50 EST 2011 root@localhost:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- libserver.diff begins here ---
diff -ruN /usr/ports/devel/libserver/Makefile ./libserver/Makefile
--- /usr/ports/devel/libserver/Makefile	2011-11-11 12:23:45.000000000 -0500
+++ ./libserver/Makefile	2011-12-26 10:28:37.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libserver
-PORTVERSION=	1.8
+PORTVERSION=	1.9
 CATEGORIES=	devel
 MASTER_SITES=	http://www.mammothcheese.ca/
 
diff -ruN /usr/ports/devel/libserver/distinfo ./libserver/distinfo
--- /usr/ports/devel/libserver/distinfo	2011-11-11 12:23:45.000000000 -0500
+++ ./libserver/distinfo	2011-12-28 17:20:19.000000000 -0500
@@ -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 -ruN /usr/ports/devel/libserver/pkg-descr ./libserver/pkg-descr
--- /usr/ports/devel/libserver/pkg-descr	2011-10-22 19:49:50.000000000 -0400
+++ ./libserver/pkg-descr	2011-12-28 17:38:22.000000000 -0500
@@ -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/
--- libserver.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?337916.58709.bm>