svn commit: r370026 - head/graphics/py-soya3d
William Grzybowski
wg at FreeBSD.org
Sun Oct 5 00:08:00 UTC 2014
Author: wg
Date: Sun Oct 5 00:07:58 2014
New Revision: 370026
URL: https://svnweb.freebsd.org/changeset/ports/370026
QAT: https://qat.redports.org/buildarchive/r370026/
Log:
graphics/py-soya3d: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Modified:
head/graphics/py-soya3d/Makefile
Modified: head/graphics/py-soya3d/Makefile
==============================================================================
--- head/graphics/py-soya3d/Makefile Sun Oct 5 00:06:03 2014 (r370025)
+++ head/graphics/py-soya3d/Makefile Sun Oct 5 00:07:58 2014 (r370026)
@@ -3,7 +3,7 @@
PORTNAME= soya3d
PORTVERSION= 0.14
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics python
MASTER_SITES= http://download.gna.org/soya/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,18 +15,16 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Very high level 3D engine for Python
BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode \
- ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
LIB_DEPENDS= libcal3d.so:${PORTSDIR}/graphics/cal3d \
libfreetype.so:${PORTSDIR}/print/freetype2
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/editobj/editor.py:${PORTSDIR}/graphics/py-editobj \
${PYTHON_SITELIBDIR}/tofu/client.py:${PORTSDIR}/net/py-tofu \
${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py-cerealizer
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
-USES= gmake openal:al,alut tar:bzip2
+USES= gmake openal:al,alut python tar:bzip2
USE_GL= glew glu
+USE_PYTHON= autoplist distutils
USE_SDL= sdl
LDFLAGS+= -L${LOCALBASE}/lib -lGLU
More information about the svn-ports-all
mailing list