Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2013 21:12:38 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325553 - in head/www/py-rhodecode: . files
Message-ID:  <201308282112.r7SLCcHh093383@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Aug 28 21:12:38 2013
New Revision: 325553
URL: http://svnweb.freebsd.org/changeset/ports/325553

Log:
  www/py-rhodecode: fix rc.d script
  
  - Minor fixes to the rc.d script
  - Add pytz and repoze.lru as run dependencies
  
  Submitted by:	Chad Milios <cropcirclesystems yahoo.com> (via email)

Modified:
  head/www/py-rhodecode/Makefile
  head/www/py-rhodecode/files/rhodecode.in

Modified: head/www/py-rhodecode/Makefile
==============================================================================
--- head/www/py-rhodecode/Makefile	Wed Aug 28 20:57:17 2013	(r325552)
+++ head/www/py-rhodecode/Makefile	Wed Aug 28 21:12:38 2013	(r325553)
@@ -32,6 +32,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylo
 		${PYTHON_PKGNAMEPREFIX}bcrypt>=0.2:${PORTSDIR}/security/py-bcrypt \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=2.5.2:${PORTSDIR}/devel/py-simplejson \
 		${PYTHON_PKGNAMEPREFIX}PasteScript>=1.6.3:${PORTSDIR}/www/py-pastescript \
+		${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
+		${PYTHON_PKGNAMEPREFIX}repoze.lru>=0:${PORTSDIR}/devel/py-repoze.lru \
 		mercurial>=2.6:${PORTSDIR}/devel/mercurial
 
 USE_PYTHON=	-2.7

Modified: head/www/py-rhodecode/files/rhodecode.in
==============================================================================
--- head/www/py-rhodecode/files/rhodecode.in	Wed Aug 28 20:57:17 2013	(r325552)
+++ head/www/py-rhodecode/files/rhodecode.in	Wed Aug 28 21:12:38 2013	(r325553)
@@ -21,10 +21,12 @@
 name="rhodecode"
 rcvar=rhodecode_enable
 
+load_rc_config ${name}
+
 : ${rhodecode_enable="NO"}
-: ${rhodecode_config="%%PREFIX%%/rhodecode/production.ini"}
-: ${rhodecode_user="www"}
+: ${rhodecode_config="%%PREFIX%%/etc/rhodecode/production.ini"}
 : ${rhodecode_user="www"}
+: ${rhodecode_group="www"}
 
 pidfile="/var/run/${name}.pid"
 command=%%PREFIX%%/bin/paster



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