svn commit: r437448 - head/devel/py-llvmlite

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 1 16:58:27 UTC 2017


Author: bapt
Date: Sat Apr  1 16:58:26 2017
New Revision: 437448
URL: https://svnweb.freebsd.org/changeset/ports/437448

Log:
  Update to 0.16
  Move llvm dependency to llvm 3.9 (note it will move to 4.0 when 0.17 is out)
  
  Approved by:	David Kalliecharan <dave at dal.ca> (maintainer)

Modified:
  head/devel/py-llvmlite/Makefile
  head/devel/py-llvmlite/distinfo

Modified: head/devel/py-llvmlite/Makefile
==============================================================================
--- head/devel/py-llvmlite/Makefile	Sat Apr  1 16:49:10 2017	(r437447)
+++ head/devel/py-llvmlite/Makefile	Sat Apr  1 16:58:26 2017	(r437448)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	llvmlite
-PORTVERSION=	0.14.0
-PORTREVISION=	2
+PORTVERSION=	0.16.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +20,7 @@ USE_PYTHON=	distutils autoplist
 .include <bsd.port.pre.mk>
 
 # llvmlite-0.13.0 requires devel/llvm38
-LLVM_VER=	38
+LLVM_VER=	39
 
 # Python 2.7 requires enum34, unnecessary for Python 3.4+
 .if ${PYTHON_REL} < 3400

Modified: head/devel/py-llvmlite/distinfo
==============================================================================
--- head/devel/py-llvmlite/distinfo	Sat Apr  1 16:49:10 2017	(r437447)
+++ head/devel/py-llvmlite/distinfo	Sat Apr  1 16:58:26 2017	(r437448)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477331875
-SHA256 (llvmlite-0.14.0.tar.gz) = e8059073f377bee98c7bea6902851fa6decfe24746d8bc5b2811c8aa76d56ff9
-SIZE (llvmlite-0.14.0.tar.gz) = 93709
+TIMESTAMP = 1491060911
+SHA256 (llvmlite-0.16.0.tar.gz) = ef3bae32482f91742d91571b5225a6943804291eb9405b98090a7b50942ec5e9
+SIZE (llvmlite-0.16.0.tar.gz) = 95284


More information about the svn-ports-all mailing list