FreeBSD Bugzilla – Attachment 161807 Details for
Bug 203587
[MAINTAINER] Update Port: devel/libserver to 3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libserver.diff (text/plain), 2.21 KB, created by
jimmy
on 2015-10-07 13:42:11 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
jimmy
Created:
2015-10-07 13:42:11 UTC
Size:
2.21 KB
patch
obsolete
>diff -ruN /usr/ports/devel/libserver/Makefile devel/libserver/Makefile >--- /usr/ports/devel/libserver/Makefile 2015-09-30 21:39:12.000000000 -0400 >+++ devel/libserver/Makefile 2015-10-07 09:40:26.223411000 -0400 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/libserver/Makefile 398242 2015-10-01 01:39:12Z vanilla $ > > PORTNAME= libserver >-PORTVERSION= 2.1.7 >+PORTVERSION= 3.1 > CATEGORIES= devel > MASTER_SITES= http://www.mammothcheese.ca/ > >diff -ruN /usr/ports/devel/libserver/distinfo devel/libserver/distinfo >--- /usr/ports/devel/libserver/distinfo 2015-09-30 21:39:12.000000000 -0400 >+++ devel/libserver/distinfo 2015-10-07 09:40:55.176337000 -0400 >@@ -1,2 +1,2 @@ >-SHA256 (libserver-2.1.7.tar.gz) = 53453135d43bc470c30452be23509bca6803b89a33d30cfce8fb5373afc5160b >-SIZE (libserver-2.1.7.tar.gz) = 15060 >+SHA256 (libserver-3.1.tar.gz) = bf49a521366388690a23af66497b9700734e47336855ad8dbb084cbbc6d8da1c >+SIZE (libserver-3.1.tar.gz) = 24726 >diff -ruN /usr/ports/devel/libserver/pkg-descr devel/libserver/pkg-descr >--- /usr/ports/devel/libserver/pkg-descr 2014-01-22 10:44:51.000000000 -0500 >+++ devel/libserver/pkg-descr 2015-10-04 08:08:00.293442000 -0400 >@@ -1,7 +1,5 @@ >-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. >+Libserver provides generic multi-process, multi-threaded, and event-driven >+TCP or UNIX-domain servers. The libraries handle network and concurrency >+tasks. You write code to service connections. > >-WWW: http://www.mammothcheese.ca/ >+WWW: http://mammothcheese.ca/ >diff -ruN /usr/ports/devel/libserver/pkg-plist devel/libserver/pkg-plist >--- /usr/ports/devel/libserver/pkg-plist 2014-11-11 02:22:14.000000000 -0500 >+++ devel/libserver/pkg-plist 2015-10-04 08:01:06.471237000 -0400 >@@ -1,6 +1,10 @@ > include/server.h >+include/serverevents.h > lib/libserver.so > lib/libserver.so.%%PORTVERSION%% > lib/libserverthreads.so > lib/libserverthreads.so.%%PORTVERSION%% >+lib/libserverevents.so >+lib/libserverevents.so.%%PORTVERSION%% > man/man8/libserver.8.gz >+man/man8/libserverevents.8.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203587
:
161762
|
161804
|
161807
|
161873
|
161948
|
161954
|
162032