svn commit: r399336 - head/devel/libdombey

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 15 10:43:36 UTC 2015


Author: amdmi3
Date: Thu Oct 15 10:43:34 2015
New Revision: 399336
URL: https://svnweb.freebsd.org/changeset/ports/399336

Log:
  - Update to 5.9
  
  PR:		203586
  Submitted by:	jimmy at mammothcheese.ca (maintainer)

Modified:
  head/devel/libdombey/Makefile
  head/devel/libdombey/distinfo
  head/devel/libdombey/pkg-descr
  head/devel/libdombey/pkg-plist

Modified: head/devel/libdombey/Makefile
==============================================================================
--- head/devel/libdombey/Makefile	Thu Oct 15 10:43:15 2015	(r399335)
+++ head/devel/libdombey/Makefile	Thu Oct 15 10:43:34 2015	(r399336)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libdombey
-PORTVERSION=	4.1.5
+PORTVERSION=	5.9
 CATEGORIES=	devel
 MASTER_SITES=	http://www.mammothcheese.ca/
 
@@ -10,6 +10,7 @@ MAINTAINER=	jimmy at mammothcheese.ca
 COMMENT=	SCGI application server in a library
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_LDCONFIG=	yes
 

Modified: head/devel/libdombey/distinfo
==============================================================================
--- head/devel/libdombey/distinfo	Thu Oct 15 10:43:15 2015	(r399335)
+++ head/devel/libdombey/distinfo	Thu Oct 15 10:43:34 2015	(r399336)
@@ -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

Modified: head/devel/libdombey/pkg-descr
==============================================================================
--- head/devel/libdombey/pkg-descr	Thu Oct 15 10:43:15 2015	(r399335)
+++ head/devel/libdombey/pkg-descr	Thu Oct 15 10:43:34 2015	(r399336)
@@ -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/

Modified: head/devel/libdombey/pkg-plist
==============================================================================
--- head/devel/libdombey/pkg-plist	Thu Oct 15 10:43:15 2015	(r399335)
+++ head/devel/libdombey/pkg-plist	Thu Oct 15 10:43:34 2015	(r399336)
@@ -1,4 +1,3 @@
-bin/dombeykey
 include/dombey.h
 lib/libdombey.so
 lib/libdombey.so.%%PORTVERSION%%


More information about the svn-ports-all mailing list