Hi,

This diff updates py-pyx to the latest release 0.12.1.
Tested on amd64, regression ok.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/py-pyx/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	30 Dec 2011 22:43:54 -0000	1.14
+++ Makefile	18 Jan 2013 05:43:35 -0000
@@ -2,11 +2,10 @@
 
 COMMENT =	package for creating PostScript/PDF graphics
 
-MODPY_EGG_VERSION = 0.11.1
+MODPY_EGG_VERSION = 0.12.1
 DISTNAME =	PyX-${MODPY_EGG_VERSION}
 PKGNAME =	py-pyx-${MODPY_EGG_VERSION}
 CATEGORIES =	graphics devel
-REVISION =	4
 
 HOMEPAGE =	http://pyx.sourceforge.net/
 
@@ -18,7 +17,7 @@
 PERMIT_DISTFILES_CDROM = Yes
 PERMIT_DISTFILES_FTP =	Yes
 
-WANTLIB +=	${MODPY_WANTLIB}
+WANTLIB +=	${MODPY_WANTLIB} pthread
 
 MODULES =	lang/python
 
@@ -31,11 +30,11 @@
 	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-pyx
 	cd ${WRKSRC}/examples && pax -rw * ${PREFIX}/share/examples/py-pyx
 
-do-regress: install
+do-regress: fake
 	cd ${WRKSRC}/examples && for i in `find . -name "*.py"`; do \
 		echo $$i; \
 		cd ${WRKSRC}/examples/`dirname $$i`; \
-		${MODPY_BIN} `basename $$i`; \
+		PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} `basename $$i`; \
 	done
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/py-pyx/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	23 Jul 2011 14:09:05 -0000	1.2
+++ distinfo	18 Jan 2013 05:43:35 -0000
@@ -1,5 +1,2 @@
-MD5 (PyX-0.11.1.tar.gz) = uL1B1hoWRCbBYoZbLBIfGw==
-RMD160 (PyX-0.11.1.tar.gz) = hmCWp0ePsDgX7Dp3JTuFzDJ/jlM=
-SHA1 (PyX-0.11.1.tar.gz) = wYSeFA0ybVKPpfIQaGk4iTkvTss=
-SHA256 (PyX-0.11.1.tar.gz) = uj9L48MNM74SKvoQSGkDpaKIHgmfnoPL2lR3nr46LFo=
-SIZE (PyX-0.11.1.tar.gz) = 554987
+SHA256 (PyX-0.12.1.tar.gz) = 6DeyaoscJ1JM8/PdbA1WNFEkkVntqi42bYfnFDqGfo4=
+SIZE (PyX-0.12.1.tar.gz) = 561989
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/py-pyx/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- pkg/PLIST	30 Dec 2011 22:43:54 -0000	1.4
+++ pkg/PLIST	18 Jan 2013 05:43:35 -0000
@@ -90,6 +90,8 @@
 lib/python${MODPY_VERSION}/site-packages/pyx/font/font.pyc
 lib/python${MODPY_VERSION}/site-packages/pyx/font/metric.py
 lib/python${MODPY_VERSION}/site-packages/pyx/font/metric.pyc
+lib/python${MODPY_VERSION}/site-packages/pyx/font/pfmfile.py
+lib/python${MODPY_VERSION}/site-packages/pyx/font/pfmfile.pyc
 lib/python${MODPY_VERSION}/site-packages/pyx/font/t1code.py
 lib/python${MODPY_VERSION}/site-packages/pyx/font/t1code.pyc
 lib/python${MODPY_VERSION}/site-packages/pyx/font/t1file.py
@@ -128,6 +130,13 @@
 lib/python${MODPY_VERSION}/site-packages/pyx/mathutils.pyc
 lib/python${MODPY_VERSION}/site-packages/pyx/mesh.py
 lib/python${MODPY_VERSION}/site-packages/pyx/mesh.pyc
+lib/python${MODPY_VERSION}/site-packages/pyx/metapost/
+lib/python${MODPY_VERSION}/site-packages/pyx/metapost/__init__.py
+lib/python${MODPY_VERSION}/site-packages/pyx/metapost/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/pyx/metapost/mp_path.py
+lib/python${MODPY_VERSION}/site-packages/pyx/metapost/mp_path.pyc
+lib/python${MODPY_VERSION}/site-packages/pyx/metapost/path.py
+lib/python${MODPY_VERSION}/site-packages/pyx/metapost/path.pyc
 lib/python${MODPY_VERSION}/site-packages/pyx/normpath.py
 lib/python${MODPY_VERSION}/site-packages/pyx/normpath.pyc
 lib/python${MODPY_VERSION}/site-packages/pyx/path.py
@@ -171,6 +180,8 @@
 share/examples/${MODPY_PY_PREFIX}pyx/README
 share/examples/${MODPY_PY_PREFIX}pyx/axis/
 share/examples/${MODPY_PY_PREFIX}pyx/axis/README
+share/examples/${MODPY_PY_PREFIX}pyx/axis/grid.py
+share/examples/${MODPY_PY_PREFIX}pyx/axis/grid.txt
 share/examples/${MODPY_PY_PREFIX}pyx/axis/link.py
 share/examples/${MODPY_PY_PREFIX}pyx/axis/link.txt
 share/examples/${MODPY_PY_PREFIX}pyx/axis/log.py
@@ -217,6 +228,8 @@
 share/examples/${MODPY_PY_PREFIX}pyx/drawing/README
 share/examples/${MODPY_PY_PREFIX}pyx/drawing/arrow.py
 share/examples/${MODPY_PY_PREFIX}pyx/drawing/arrow.txt
+share/examples/${MODPY_PY_PREFIX}pyx/drawing/metapost.py
+share/examples/${MODPY_PY_PREFIX}pyx/drawing/metapost.txt
 share/examples/${MODPY_PY_PREFIX}pyx/drawing/path.py
 share/examples/${MODPY_PY_PREFIX}pyx/drawing/path.txt
 share/examples/${MODPY_PY_PREFIX}pyx/drawing/pathitem.py
@@ -245,6 +258,9 @@
 share/examples/${MODPY_PY_PREFIX}pyx/graphs/change.txt
 share/examples/${MODPY_PY_PREFIX}pyx/graphs/function.py
 share/examples/${MODPY_PY_PREFIX}pyx/graphs/function.txt
+share/examples/${MODPY_PY_PREFIX}pyx/graphs/join.dat
+share/examples/${MODPY_PY_PREFIX}pyx/graphs/join.py
+share/examples/${MODPY_PY_PREFIX}pyx/graphs/join.txt
 share/examples/${MODPY_PY_PREFIX}pyx/graphs/lissajous.py
 share/examples/${MODPY_PY_PREFIX}pyx/graphs/lissajous.txt
 share/examples/${MODPY_PY_PREFIX}pyx/graphs/minimal.dat
@@ -258,6 +274,8 @@
 share/examples/${MODPY_PY_PREFIX}pyx/graphstyles/cal.txt
 share/examples/${MODPY_PY_PREFIX}pyx/graphstyles/changesymbol.py
 share/examples/${MODPY_PY_PREFIX}pyx/graphstyles/changesymbol.txt
+share/examples/${MODPY_PY_PREFIX}pyx/graphstyles/density.py
+share/examples/${MODPY_PY_PREFIX}pyx/graphstyles/density.txt
 share/examples/${MODPY_PY_PREFIX}pyx/graphstyles/errorbar.dat
 share/examples/${MODPY_PY_PREFIX}pyx/graphstyles/errorbar.py
 share/examples/${MODPY_PY_PREFIX}pyx/graphstyles/errorbar.txt
@@ -297,6 +315,8 @@
 share/examples/${MODPY_PY_PREFIX}pyx/text/marker.txt
 share/examples/${MODPY_PY_PREFIX}pyx/text/texrunner.py
 share/examples/${MODPY_PY_PREFIX}pyx/text/texrunner.txt
+share/examples/${MODPY_PY_PREFIX}pyx/text/textalongpath.py
+share/examples/${MODPY_PY_PREFIX}pyx/text/textalongpath.txt
 share/examples/${MODPY_PY_PREFIX}pyx/text/textbox.py
 share/examples/${MODPY_PY_PREFIX}pyx/text/textbox.txt
 share/examples/${MODPY_PY_PREFIX}pyx/text/valign.py

Reply via email to