From owner-svn-ports-head@freebsd.org Thu Oct 15 10:43:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E094A1573C; Thu, 15 Oct 2015 10:43:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A979C42; Thu, 15 Oct 2015 10:43:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9FAhYHa052263; Thu, 15 Oct 2015 10:43:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9FAhYr0052259; Thu, 15 Oct 2015 10:43:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510151043.t9FAhYr0052259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 15 Oct 2015 10:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399336 - head/devel/libdombey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 10:43:36 -0000 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@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@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%%