Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2019 23:07:13 +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: r499477 - head/devel/py-cffi
Message-ID:  <201904202307.x3KN7DsR071601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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