View | Details | Raw Unified | Return to bug 212107
Collapse All | Expand All

(-)www/rubygem-passenger/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	passenger
4
PORTNAME=	passenger
5
PORTVERSION=	5.0.30
5
PORTVERSION=	5.0.30
6
PORTREVISION=	1
6
CATEGORIES=	www rubygems
7
CATEGORIES=	www rubygems
7
MASTER_SITES=	RG
8
MASTER_SITES=	RG
8
PKGNAMEPREFIX=	rubygem-
9
PKGNAMEPREFIX=	rubygem-
Lines 96-102 post-install: Link Here
96
	${COPYTREE_SHARE} buildout ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION} )
97
	${COPYTREE_SHARE} buildout ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION} )
97
	${CHMOD} +x ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/buildout/support-binaries/*
98
	${CHMOD} +x ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/buildout/support-binaries/*
98
.if ${PORT_OPTIONS:MSYMLINK}
99
.if ${PORT_OPTIONS:MSYMLINK}
99
	${LN} -s ${PREFIX}/${GEM_LIB_DIR} ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}
100
	${LN} -s ${GEM_NAME} ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}
100
.endif
101
.endif
101
102
102
.include <bsd.port.mk>
103
.include <bsd.port.mk>
(-)www/rubygem-passenger/files/pkg-message.in (-2 / +2 lines)
Lines 2-9 Link Here
2
2
3
Please edit your Apache configuration file, and add these lines:
3
Please edit your Apache configuration file, and add these lines:
4
4
5
   LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/buildout/apache2/mod_passenger.so
5
   LoadModule passenger_module %%PASSENGER_INSTALL_DIR%%/buildout/apache2/mod_passenger.so
6
   PassengerRoot %%PREFIX%%/%%GEM_LIB_DIR%%
6
   PassengerRoot %%PASSENGER_INSTALL_DIR%%
7
   PassengerRuby %%RUBY%%
7
   PassengerRuby %%RUBY%%
8
8
9
After you restart Apache, you are ready to deploy any number of Ruby on Rails
9
After you restart Apache, you are ready to deploy any number of Ruby on Rails

Return to bug 212107