svn commit: r499477 - head/devel/py-cffi
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 20 23:07:19 UTC 2019
Author: sunpoet
Date: Sat Apr 20 23:07:13 2019
New Revision: 499477
URL: https://svnweb.freebsd.org/changeset/ports/499477
Log:
Update to 1.12.3
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 Sat Apr 20 23:07:07 2019 (r499476)
+++ head/devel/py-cffi/Makefile Sat Apr 20 23:07:13 2019 (r499477)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cffi
-PORTVERSION= 1.12.2
+PORTVERSION= 1.12.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +22,7 @@ USE_PYTHON= autoplist distutils
.include <bsd.port.pre.mk>
-.if ${COMPILER_TYPE:Mclang}
+.if ${COMPILER_TYPE} == "clang"
CFLAGS+= -Wno-shift-negative-value
.endif
Modified: head/devel/py-cffi/distinfo
==============================================================================
--- head/devel/py-cffi/distinfo Sat Apr 20 23:07:07 2019 (r499476)
+++ head/devel/py-cffi/distinfo Sat Apr 20 23:07:13 2019 (r499477)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551681280
-SHA256 (cffi-1.12.2.tar.gz) = e113878a446c6228669144ae8a56e268c91b7f1fafae927adc4879d9849e0ea7
-SIZE (cffi-1.12.2.tar.gz) = 453893
+TIMESTAMP = 1555784496
+SHA256 (cffi-1.12.3.tar.gz) = 041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774
+SIZE (cffi-1.12.3.tar.gz) = 456340
More information about the svn-ports-head
mailing list