From owner-svn-ports-all@FreeBSD.ORG Wed Aug 28 21:12:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 04E9F30B; Wed, 28 Aug 2013 21:12:39 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E45922829; Wed, 28 Aug 2013 21:12:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7SLCc27093386; Wed, 28 Aug 2013 21:12:38 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7SLCcHh093383; Wed, 28 Aug 2013 21:12:38 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308282112.r7SLCcHh093383@svn.freebsd.org> From: William Grzybowski Date: Wed, 28 Aug 2013 21:12:38 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 21:12:39 -0000 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 (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