svn commit: r324655 - head/www/rubygem-passenger
John Marino
marino at FreeBSD.org
Tue Aug 13 11:09:48 UTC 2013
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}
More information about the svn-ports-head
mailing list