From owner-svn-ports-head@FreeBSD.ORG Mon Feb 9 05:18:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EB431CA; Mon, 9 Feb 2015 05:18:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A71C77A; Mon, 9 Feb 2015 05:18:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t195ID2W013751; Mon, 9 Feb 2015 05:18:13 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t195IDBH013750; Mon, 9 Feb 2015 05:18:13 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502090518.t195IDBH013750@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 9 Feb 2015 05:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378715 - head/www/py-django-mezzanine 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.18-1 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: Mon, 09 Feb 2015 05:18:13 -0000 Author: koobs Date: Mon Feb 9 05:18:12 2015 New Revision: 378715 URL: https://svnweb.freebsd.org/changeset/ports/378715 QAT: https://qat.redports.org/buildarchive/r378715/ Log: www/py-django-mezzanine: Depend on django-contrib-comments - Add py-django-contrib-comments to RUN_DEPENDS as referenced in ${WRKSRC}/setup.py now that the port has been added to the tree. Modified: head/www/py-django-mezzanine/Makefile Modified: head/www/py-django-mezzanine/Makefile ============================================================================== --- head/www/py-django-mezzanine/Makefile Mon Feb 9 05:16:23 2015 (r378714) +++ head/www/py-django-mezzanine/Makefile Mon Feb 9 05:18:12 2015 (r378715) @@ -3,6 +3,7 @@ PORTNAME= django-mezzanine PORTVERSION= 3.1.10 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +16,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>1.6:${PORTSDIR}/www/py-django \ + ${PYTHON_PKGNAMEPREFIX}django-contrib-comments>0:${PORTSDIR}/www/py-django-contrib-comments \ ${PYTHON_PKGNAMEPREFIX}bleach>=1.4:${PORTSDIR}/www/py-bleach \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.1.3:${PORTSDIR}/www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py-chardet \