From owner-svn-ports-head@freebsd.org Fri Dec 9 14:49:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55253C6D1BC; Fri, 9 Dec 2016 14:49:55 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2499716CC; Fri, 9 Dec 2016 14:49:55 +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 uB9Ens02009061; Fri, 9 Dec 2016 14:49:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB9EnsbQ009058; Fri, 9 Dec 2016 14:49:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612091449.uB9EnsbQ009058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Dec 2016 14:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428213 - head/lang/cython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 14:49:55 -0000 Author: sunpoet Date: Fri Dec 9 14:49:54 2016 New Revision: 428213 URL: https://svnweb.freebsd.org/changeset/ports/428213 Log: - Update to 0.25.2 Changes: https://github.com/cython/cython/blob/master/CHANGES.rst PR: 215173 Submitted by: Vitaly Magerya (maintainer) Modified: head/lang/cython/Makefile head/lang/cython/distinfo Modified: head/lang/cython/Makefile ============================================================================== --- head/lang/cython/Makefile Fri Dec 9 14:48:26 2016 (r428212) +++ head/lang/cython/Makefile Fri Dec 9 14:49:54 2016 (r428213) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cython -PORTVERSION= 0.24 +PORTVERSION= 0.25.2 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP @@ -21,9 +21,4 @@ post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \ -name '*.so' -exec ${STRIP_CMD} {} + -verify: checksum - fetch -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc" \ - http://www.cython.org/release/${DISTNAME}${EXTRACT_SUFX}.asc - gpg2 --verify "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc" - .include Modified: head/lang/cython/distinfo ============================================================================== --- head/lang/cython/distinfo Fri Dec 9 14:48:26 2016 (r428212) +++ head/lang/cython/distinfo Fri Dec 9 14:49:54 2016 (r428213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463702037 -SHA256 (Cython-0.24.tar.gz) = 6de44d8c482128efc12334641347a9c3e5098d807dd3c69e867fa8f84ec2a3f1 -SIZE (Cython-0.24.tar.gz) = 1671837 +TIMESTAMP = 1481283116 +SHA256 (Cython-0.25.2.tar.gz) = f141d1f9c27a07b5a93f7dc5339472067e2d7140d1c5a9e20112a5665ca60306 +SIZE (Cython-0.25.2.tar.gz) = 1703315