svn commit: r370297 - head/www/diamanda

William Grzybowski wg at FreeBSD.org
Tue Oct 7 11:41:42 UTC 2014


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>


More information about the svn-ports-all mailing list