From owner-svn-ports-all@FreeBSD.ORG Mon Dec 31 12:53:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0A13574; Mon, 31 Dec 2012 12:53:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A3CE08FC08; Mon, 31 Dec 2012 12:53:31 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBVCrVt8034669; Mon, 31 Dec 2012 12:53:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBVCrV1g034667; Mon, 31 Dec 2012 12:53:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212311253.qBVCrV1g034667@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 31 Dec 2012 12:53:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309737 - head/www/fcgiwrap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2012 12:53:31 -0000 Author: bapt Date: Mon Dec 31 12:53:30 2012 New Revision: 309737 URL: http://svnweb.freebsd.org/changeset/ports/309737 Log: Remove shlib numbers Trim headers Modified: head/www/fcgiwrap/Makefile head/www/fcgiwrap/pkg-descr Modified: head/www/fcgiwrap/Makefile ============================================================================== --- head/www/fcgiwrap/Makefile Mon Dec 31 12:52:05 2012 (r309736) +++ head/www/fcgiwrap/Makefile Mon Dec 31 12:53:30 2012 (r309737) @@ -1,9 +1,4 @@ -# New ports collection makefile for: fcgiwrap -# Date created: 2010-06-15 -# Whom: Bapt -# # $FreeBSD$ -# PORTNAME= fcgiwrap PORTVERSION= 1.0.3 @@ -16,7 +11,7 @@ COMMENT= Simple FastCGI wrapper for CGI LICENSE= MIT -LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi +LIB_DEPENDS= fcgi:${PORTSDIR}/www/fcgi WRKSRC= ${WRKDIR}/gnosek-fcgiwrap-2e301c8 Modified: head/www/fcgiwrap/pkg-descr ============================================================================== --- head/www/fcgiwrap/pkg-descr Mon Dec 31 12:52:05 2012 (r309736) +++ head/www/fcgiwrap/pkg-descr Mon Dec 31 12:53:30 2012 (r309737) @@ -11,4 +11,4 @@ Features: * passes CGI stderr output to fcgiwrap's stderr (this is by design but * stderr could be also passed to FastCGI stderr stream) -WWW: http://nginx.localdomain.pl/wiki/FcgiWrap +WWW: http://nginx.localdomain.pl/wiki/FcgiWrap