Index: head/devel/libdombey/Makefile =================================================================== --- head/devel/libdombey/Makefile (revision 399335) +++ head/devel/libdombey/Makefile (revision 399336) @@ -1,20 +1,21 @@ # Created by: James Bailie # $FreeBSD$ PORTNAME= libdombey -PORTVERSION= 4.1.5 +PORTVERSION= 5.9 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= SCGI application server in a library LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_LDCONFIG= yes DESTDIRNAME= STAGEDIR PLIST_SUB= PORTVERSION=${PORTVERSION} .include Index: head/devel/libdombey/distinfo =================================================================== --- head/devel/libdombey/distinfo (revision 399335) +++ head/devel/libdombey/distinfo (revision 399336) @@ -1,2 +1,2 @@ -SHA256 (libdombey-4.1.5.tar.gz) = 8b2e950f38cbef5f2463527113283b7f11b2e2102880c2733dc6cfbd1590af61 -SIZE (libdombey-4.1.5.tar.gz) = 33602 +SHA256 (libdombey-5.9.tar.gz) = 7f7e041f5823ac580ebac38f0bd8c3f2650f9d894282e4e2d9827f56893c1452 +SIZE (libdombey-5.9.tar.gz) = 39253 Index: head/devel/libdombey/pkg-descr =================================================================== --- head/devel/libdombey/pkg-descr (revision 399335) +++ head/devel/libdombey/pkg-descr (revision 399336) @@ -1,7 +1,5 @@ -libdombey implements an SCGI application server which is incapable of -generating responses on its own. The programmer writes an initialization -function and a function to generate responses, then compiles and links his -or her code against the library to create a complete multi-process SCGI -application server. +Libdombey provides multi-process and multi-threaded TCP or UNIX-domain SCGI +application servers. The libraries handle network and concurrency tasks. +You write code to service connections. -WWW: http://www.mammothcheese.ca/libdombey.html +WWW: http://mammothcheese.ca/ Index: head/devel/libdombey/pkg-plist =================================================================== --- head/devel/libdombey/pkg-plist (revision 399335) +++ head/devel/libdombey/pkg-plist (revision 399336) @@ -1,7 +1,6 @@ -bin/dombeykey include/dombey.h lib/libdombey.so lib/libdombey.so.%%PORTVERSION%% lib/libdombeythreads.so lib/libdombeythreads.so.%%PORTVERSION%% man/man8/libdombey.8.gz