Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 00:07:59 +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: r370026 - head/graphics/py-soya3d
Message-ID:  <201410050007.s9507xon012123@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410050007.s9507xon012123>