Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 17:10:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514931 - head/devel/py-cffi
Message-ID:  <201910201710.x9KHAcUf064812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 17:10:38 2019
New Revision: 514931
URL: https://svnweb.freebsd.org/changeset/ports/514931

Log:
  Update to 1.13.0
  
  Changes:	https://cffi.readthedocs.io/en/latest/whatsnew.html
  		https://bitbucket.org/cffi/release-doc/src/default/doc/source/whatsnew.rst

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

Modified: head/devel/py-cffi/Makefile
==============================================================================
--- head/devel/py-cffi/Makefile	Sun Oct 20 17:10:32 2019	(r514930)
+++ head/devel/py-cffi/Makefile	Sun Oct 20 17:10:38 2019	(r514931)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cffi
-PORTVERSION=	1.12.3
+PORTVERSION=	1.13.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,11 +18,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycparser>=0:devel
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		compiler localbase python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.pre.mk>
 
-.if ${COMPILER_TYPE} == "clang"
+.if ${COMPILER_TYPE} == clang
 CFLAGS+=	-Wno-shift-negative-value
 .endif
 

Modified: head/devel/py-cffi/distinfo
==============================================================================
--- head/devel/py-cffi/distinfo	Sun Oct 20 17:10:32 2019	(r514930)
+++ head/devel/py-cffi/distinfo	Sun Oct 20 17:10:38 2019	(r514931)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555784496
-SHA256 (cffi-1.12.3.tar.gz) = 041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774
-SIZE (cffi-1.12.3.tar.gz) = 456340
+TIMESTAMP = 1571483851
+SHA256 (cffi-1.13.0.tar.gz) = 8fe230f612c18af1df6f348d02d682fe2c28ca0a6c3856c99599cdacae7cf226
+SIZE (cffi-1.13.0.tar.gz) = 459345



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