From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 11:41:42 2014 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 67765D36; Tue, 7 Oct 2014 11:41:42 +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 53DAB16B; Tue, 7 Oct 2014 11:41:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97Bfgo0033795; Tue, 7 Oct 2014 11:41:42 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97BfguH033793; Tue, 7 Oct 2014 11:41:42 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410071141.s97BfguH033793@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 7 Oct 2014 11:41:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370297 - head/www/diamanda 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: Tue, 07 Oct 2014 11:41:42 -0000 Author: wg Date: Tue Oct 7 11:41:41 2014 New Revision: 370297 URL: https://svnweb.freebsd.org/changeset/ports/370297 QAT: https://qat.redports.org/buildarchive/r370297/ Log: www/diamanda: mark as broken, does not work with www/py-django anymore - Switch from py-imaging to py-pillow - Remove manual cat PKGMESSAGE With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/www/diamanda/Makefile Modified: head/www/diamanda/Makefile ============================================================================== --- head/www/diamanda/Makefile Tue Oct 7 11:34:17 2014 (r370296) +++ head/www/diamanda/Makefile Tue Oct 7 11:41:41 2014 (r370297) @@ -14,15 +14,15 @@ COMMENT= Set of useful Django applicatio RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/__init__.py:${PORTSDIR}/www/py-django \ ${PYTHON_SITELIBDIR}/stripogram/__init__.py:${PORTSDIR}/textproc/py-stripogram \ ${PYTHON_SITELIBDIR}/polib.py:${PORTSDIR}/devel/py-polib \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow SNAPSHOT= 2007.04.26 WRKSRC= ${WRKDIR}/${PORTNAME} +BROKEN= Does not work with current django NO_BUILD= yes -USE_PYTHON= yes -USES= tar:bzip2 gettext +USES= gettext python tar:bzip2 SUB_FILES= pkg-message .include @@ -35,7 +35,4 @@ do-install: @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} -post-install: - ${CAT} ${PKGMESSAGE} - .include