From owner-svn-ports-head@FreeBSD.ORG Thu Nov 8 21:46:55 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C01D18C; Thu, 8 Nov 2012 21:46:55 +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 117CD8FC0A; Thu, 8 Nov 2012 21:46:55 +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 qA8Lks8W030615; Thu, 8 Nov 2012 21:46:54 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8LksJF030613; Thu, 8 Nov 2012 21:46:54 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211082146.qA8LksJF030613@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 8 Nov 2012 21:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307204 - head/www/py-satchmo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 21:46:55 -0000 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 -# +# Created by: Kevin Golding # $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 \