Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2012 09:16:50 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
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
Message-ID:  <201211090916.qA99Go4x038687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <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?201211090916.qA99Go4x038687>