From owner-svn-ports-all@FreeBSD.ORG Fri Nov 9 09:16:51 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13CDFAEE; Fri, 9 Nov 2012 09:16:51 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EBD408FC08; Fri, 9 Nov 2012 09:16:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA99GoVg038688; Fri, 9 Nov 2012 09:16:50 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA99Go4x038687; Fri, 9 Nov 2012 09:16:50 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211090916.qA99Go4x038687@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 9 Nov 2012 09:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307227 - branches/RELENG_9_1_0/www/py-rhodecode X-SVN-Group: ports-branches 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: Fri, 09 Nov 2012 09:16:51 -0000 Author: jhale Date: Fri Nov 9 09:16:50 2012 New Revision: 307227 URL: http://svnweb.freebsd.org/changeset/ports/307227 Log: MFH r307203 - Add missing build dependency - Trim Makefile header Reported by: pointyhat via beat Approved by: portmgr (beat) makc, avilla (mentors, implicit) Feature safe: yes Modified: branches/RELENG_9_1_0/www/py-rhodecode/Makefile (contents, props changed) Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/www/py-rhodecode/Makefile ============================================================================== --- branches/RELENG_9_1_0/www/py-rhodecode/Makefile Fri Nov 9 09:10:57 2012 (r307226) +++ branches/RELENG_9_1_0/www/py-rhodecode/Makefile Fri Nov 9 09:16:50 2012 (r307227) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-rhodecode -# Date created: 2012-04-21 -# Whom: gugabsd -# +# Created by: gugabsd # $FreeBSD$ -# PORTNAME= rhodecode PORTVERSION= 1.3.6 @@ -17,6 +13,7 @@ COMMENT= Fast and powerful management to LICENSE= GPLv3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PasteScript>=1.6.3:${PORTSDIR}/www/py-pastescript RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons>=1.0:${PORTSDIR}/www/py-pylons \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7.3:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.4:${PORTSDIR}/textproc/py-pygments \