Date: Tue, 7 Oct 2014 11:41:42 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370297 - head/www/diamanda Message-ID: <201410071141.s97BfguH033793@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> @@ -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 <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071141.s97BfguH033793>