svn commit: r347875 - head/www/rt42

Matthew Seaman matthew at FreeBSD.org
Tue Mar 11 12:44:07 UTC 2014


Author: matthew
Date: Tue Mar 11 12:44:06 2014
New Revision: 347875
URL: http://svnweb.freebsd.org/changeset/ports/347875
QAT: https://qat.redports.org/buildarchive/r347875/

Log:
  lighttpd+mod_fastcgi and spawn-fcgi web deployment methods both incur
  a dependency on p5-FCGI, not just apache+mod_fastcgi

Modified:
  head/www/rt42/Makefile

Modified: head/www/rt42/Makefile
==============================================================================
--- head/www/rt42/Makefile	Tue Mar 11 12:38:30 2014	(r347874)
+++ head/www/rt42/Makefile	Tue Mar 11 12:44:06 2014	(r347875)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rt
 DISTVERSION=	4.2.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
 PKGNAMESUFFIX=	42
@@ -71,10 +72,12 @@ AP_MODFASTCGI_RUN_DEPENDS=	${LOCALBASE}/
 				${FASTCGI_DEPS}
 
 LIGHTTPD_DESC=			Deploy with lighttpd and mod_fastcgi
-LIGHTTPD_RUN_DEPENDS=		${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
+LIGHTTPD_RUN_DEPENDS=		${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd \
+				${FASTCGI_DEPS}
 
 SPAWN_FCGI_DESC=		Deploy with spawn_fcgi
-SPAWN_FCGI_RUN_DEPENDS=		${LOCALBASE}/bin/spawn-fcgi:${PORTSDIR}/www/spawn-fcgi
+SPAWN_FCGI_RUN_DEPENDS=		${LOCALBASE}/bin/spawn-fcgi:${PORTSDIR}/www/spawn-fcgi \
+				${FASTCGI_DEPS}
 
 MYSQL_USE=			MYSQL=yes
 MYSQL_RUN_DEPENDS=		${MYSQL_DEPS}


More information about the svn-ports-all mailing list