svn commit: r307227 - branches/RELENG_9_1_0/www/py-rhodecode

Jason E. Hale jhale at FreeBSD.org
Fri Nov 9 09:16:51 UTC 2012


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 at mundounix.com.br>
-#
+# Created by: gugabsd <gugabsd at 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 \


More information about the svn-ports-branches mailing list