svn commit: r457126 - head/net/py-libstorj

Antoine Brodin antoine at FreeBSD.org
Sun Dec 24 07:00:51 UTC 2017


Author: antoine
Date: Sun Dec 24 07:00:50 2017
New Revision: 457126
URL: https://svnweb.freebsd.org/changeset/ports/457126

Log:
  py-libstorj is not compatible with python 3
  
  Reported by:	pkg-fallout

Modified:
  head/net/py-libstorj/Makefile

Modified: head/net/py-libstorj/Makefile
==============================================================================
--- head/net/py-libstorj/Makefile	Sun Dec 24 06:46:48 2017	(r457125)
+++ head/net/py-libstorj/Makefile	Sun Dec 24 07:00:50 2017	(r457126)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21+
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libstorj.so:net/libstorj
 
-USES=		localbase python:2.7+
+USES=		localbase python:2.7
 USE_PYTHON=	autoplist distutils
 USE_GITHUB=	yes
 GH_ACCOUNT=	Storj


More information about the svn-ports-head mailing list