svn commit: r350668 - head/www/rubygem-passenger
Sergey A. Osokin
osa at FreeBSD.org
Wed Apr 9 04:29:13 UTC 2014
Author: osa
Date: Wed Apr 9 04:29:12 2014
New Revision: 350668
URL: http://svnweb.freebsd.org/changeset/ports/350668
QAT: https://qat.redports.org/buildarchive/r350668/
Log:
Fix build, bump PORTREVISION.
Notice from: swills (via jenkins)
Modified:
head/www/rubygem-passenger/Makefile
Modified: head/www/rubygem-passenger/Makefile
==============================================================================
--- head/www/rubygem-passenger/Makefile Wed Apr 9 03:48:59 2014 (r350667)
+++ head/www/rubygem-passenger/Makefile Wed Apr 9 04:29:12 2014 (r350668)
@@ -3,6 +3,7 @@
PORTNAME= passenger
PORTVERSION= 4.0.41
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
@@ -102,8 +103,7 @@ pre-patch:
post-build:
.if ${PORT_OPTIONS:MAPACHE22}
- (CC=${CC} CXX=${CXX} ${STAGE}${PREFIX}/bin/passenger-install-apache2-module --auto)
- @${CAT} ${PKGMESSAGE}
+ (CC=${CC} CXX=${CXX} ${WRKSRC}/bin/passenger-install-apache2-module --auto)
.endif
.if ${PORT_OPTIONS:MNGINX}
More information about the svn-ports-all
mailing list