Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2013 11:09:48 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324655 - head/www/rubygem-passenger
Message-ID:  <201308131109.r7DB9mKn067413@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Aug 13 11:09:48 2013
New Revision: 324655
URL: http://svnweb.freebsd.org/changeset/ports/324655

Log:
  www/rubygem-passenger: Mark Apache as possible BUILD_DEPENDS
  
  When the default Apache option is selected, the port checks for Apache
  headers with the apxs program.  Currently Apache is only marked as a RUN
  depends so the program isn't guaranteed to be available.  Let's make sure
  that it is.
  
  Approved by:	bapt/culot (mentors, implicit), osa (maintainer)

Modified:
  head/www/rubygem-passenger/Makefile

Modified: head/www/rubygem-passenger/Makefile
==============================================================================
--- head/www/rubygem-passenger/Makefile	Tue Aug 13 09:47:57 2013	(r324654)
+++ head/www/rubygem-passenger/Makefile	Tue Aug 13 11:09:48 2013	(r324655)
@@ -3,6 +3,7 @@
 
 PORTNAME=	passenger
 PORTVERSION=	4.0.10
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 PKGNAMEPREFIX=	rubygem-
@@ -26,7 +27,7 @@ RUBYGEM_AUTOPLIST=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MAPACHE22}
-USE_APACHE_RUN=	22+
+USE_APACHE=	22+
 .endif
 
 .if ${PORT_OPTIONS:MNGINX}



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