svn commit: r307204 - head/www/py-satchmo

Jason E. Hale jhale at FreeBSD.org
Thu Nov 8 21:46:55 UTC 2012


Author: jhale
Date: Thu Nov  8 21:46:54 2012
New Revision: 307204
URL: http://svnweb.freebsd.org/changeset/ports/307204

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-satchmo/Makefile   (contents, props changed)

Modified: head/www/py-satchmo/Makefile
==============================================================================
--- head/www/py-satchmo/Makefile	Thu Nov  8 21:44:37 2012	(r307203)
+++ head/www/py-satchmo/Makefile	Thu Nov  8 21:46:54 2012	(r307204)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	py-satchmo
-# Date created:				12 December 2009
-# Whom:					Kevin Golding <ports at caomhin.org>
-#
+# Created by: Kevin Golding <ports at caomhin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	satchmo
 PORTVERSION=	0.9.2
@@ -16,6 +12,7 @@ COMMENT=	Shopping cart application for D
 
 LICENSE=	BSD
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.2.3:${PORTSDIR}/www/py-django \
 				${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \
 				${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \


More information about the svn-ports-all mailing list