Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 12:53:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309737 - head/www/fcgiwrap
Message-ID:  <201212311253.qBVCrV1g034667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <baptiste.daroussin@gmail.com>
-#
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311253.qBVCrV1g034667>