svn commit: r422694 - head/graphics/pygts

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Sep 23 20:21:38 UTC 2016


Author: rm
Date: Fri Sep 23 20:21:37 2016
New Revision: 422694
URL: https://svnweb.freebsd.org/changeset/ports/422694

Log:
  graphics/pygts: convert to autoplist
  
  - convert to autoplist
  - limit python version to 2.x
  
  ===>  Configuring for pygts-0.3.1_5
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 60
      raise RuntimeError, result[0]
                        ^
  SyntaxError: invalid syntax
  *** Error code 1

Deleted:
  head/graphics/pygts/pkg-plist
Modified:
  head/graphics/pygts/Makefile

Modified: head/graphics/pygts/Makefile
==============================================================================
--- head/graphics/pygts/Makefile	Fri Sep 23 20:08:33 2016	(r422693)
+++ head/graphics/pygts/Makefile	Fri Sep 23 20:21:37 2016	(r422694)
@@ -17,8 +17,8 @@ BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libgts.so:graphics/gts
 
-USE_PYTHON=	distutils
-USES=		pkgconfig python
+USE_PYTHON=	autoplist distutils
+USES=		pkgconfig python:2.7
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gts/_gts.so


More information about the svn-ports-head mailing list