From owner-svn-ports-all@freebsd.org Sun Oct 20 17:10:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC311164089; Sun, 20 Oct 2019 17:10:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46x5rG5sWlz3yMD; Sun, 20 Oct 2019 17:10:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE006EED0; Sun, 20 Oct 2019 17:10:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9KHAcZH064813; Sun, 20 Oct 2019 17:10:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9KHAcUf064812; Sun, 20 Oct 2019 17:10:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910201710.x9KHAcUf064812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Oct 2019 17:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514931 - head/devel/py-cffi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-cffi X-SVN-Commit-Revision: 514931 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2019 17:10:39 -0000 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 -.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