svn commit: r466405 - head/devel/py-cffi

Kubilay Kocak koobs at FreeBSD.org
Wed Apr 4 08:46:20 UTC 2018


Author: koobs
Date: Wed Apr  4 08:46:18 2018
New Revision: 466405
URL: https://svnweb.freebsd.org/changeset/ports/466405

Log:
  devel/py-cffi: Update to 1.11.5
  
  While I'm here, remove post-patch target (upstreamed)
  
  Changelog:
  
    https://cffi.readthedocs.io/en/latest/whatsnew.html#v1-11-5
  
  PR:		225111
  Submitted by:	Henrik Hudson <ports thelanman net> (with changes)
  Approved by:	portmgr (maintainer timeout, > 2 weeks (1+ months))

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

Modified: head/devel/py-cffi/Makefile
==============================================================================
--- head/devel/py-cffi/Makefile	Wed Apr  4 08:37:42 2018	(r466404)
+++ head/devel/py-cffi/Makefile	Wed Apr  4 08:46:18 2018	(r466405)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cffi
-PORTVERSION=	1.11.2
+PORTVERSION=	1.11.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -28,11 +28,6 @@ USE_PYTHON=	autoplist distutils
 CFLAGS+=	-Wno-shift-negative-value
 .endif
 .endif
-
-# Tests assume gcc, and fail on pure clang systems
-# Fixed in https://bitbucket.org/cffi/cffi/issues/271
-post-patch:
-	${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/testing/cffi0/test_ownlib.py
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so

Modified: head/devel/py-cffi/distinfo
==============================================================================
--- head/devel/py-cffi/distinfo	Wed Apr  4 08:37:42 2018	(r466404)
+++ head/devel/py-cffi/distinfo	Wed Apr  4 08:46:18 2018	(r466405)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514924121
-SHA256 (cffi-1.11.2.tar.gz) = ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6
-SIZE (cffi-1.11.2.tar.gz) = 435142
+TIMESTAMP = 1522555152
+SHA256 (cffi-1.11.5.tar.gz) = e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4
+SIZE (cffi-1.11.5.tar.gz) = 438498


More information about the svn-ports-head mailing list