svn commit: r309737 - head/www/fcgiwrap

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 31 12:53:31 UTC 2012


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 at 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


More information about the svn-ports-all mailing list