Date: Thu, 8 Nov 2012 21:44:38 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307203 - head/www/py-rhodecode Message-ID: <201211082144.qA8Lic5u030212@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Thu Nov 8 21:44:37 2012 New Revision: 307203 URL: http://svnweb.freebsd.org/changeset/ports/307203 Log: - Add missing build dependency - Trim Makefile header Reported by: pointyhat via beat Approved by: portmgr (implicit) makc, avilla (mentors, implicit) Feature safe: yes Modified: head/www/py-rhodecode/Makefile (contents, props changed) Modified: head/www/py-rhodecode/Makefile ============================================================================== --- head/www/py-rhodecode/Makefile Thu Nov 8 21:42:39 2012 (r307202) +++ head/www/py-rhodecode/Makefile Thu Nov 8 21:44:37 2012 (r307203) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-rhodecode -# Date created: 2012-04-21 -# Whom: gugabsd <gugabsd@mundounix.com.br> -# +# Created by: gugabsd <gugabsd@mundounix.com.br> # $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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211082144.qA8Lic5u030212>