From owner-svn-ports-head@FreeBSD.ORG Wed Sep 24 09:06:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC9AAB4E; Wed, 24 Sep 2014 09:06:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C633990B; Wed, 24 Sep 2014 09:06:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8O96gaS059222; Wed, 24 Sep 2014 09:06:42 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8O96ghZ059220; Wed, 24 Sep 2014 09:06:42 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201409240906.s8O96ghZ059220@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 24 Sep 2014 09:06:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369166 - 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.18-1 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: Wed, 24 Sep 2014 09:06:43 -0000 Author: robak Date: Wed Sep 24 09:06:41 2014 New Revision: 369166 URL: http://svnweb.freebsd.org/changeset/ports/369166 QAT: https://qat.redports.org/buildarchive/r369166/ Log: lang/cython: update 0.20.2 -> 0.21 - Convert to USES=python PR: 193643 Submitted by: Viltaly Magerya Approved by: mentors (implicit) Modified: head/lang/cython/Makefile head/lang/cython/distinfo Modified: head/lang/cython/Makefile ============================================================================== --- head/lang/cython/Makefile Wed Sep 24 08:43:30 2014 (r369165) +++ head/lang/cython/Makefile Wed Sep 24 09:06:41 2014 (r369166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cython -PORTVERSION= 0.20.2 +PORTVERSION= 0.21 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP @@ -13,8 +13,7 @@ COMMENT= Compiler for Writing C Extensio LICENSE= APACHE20 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/lang/cython/distinfo ============================================================================== --- head/lang/cython/distinfo Wed Sep 24 08:43:30 2014 (r369165) +++ head/lang/cython/distinfo Wed Sep 24 09:06:41 2014 (r369166) @@ -1,2 +1,2 @@ -SHA256 (Cython-0.20.2.tar.gz) = ed13b606a2aeb5bd6c235f8ed6c9988c99d01a033d0d21d56137c13d5c7be63f -SIZE (Cython-0.20.2.tar.gz) = 1432614 +SHA256 (Cython-0.21.tar.gz) = 0cd5787fb3f1eaf8326b21bdfcb90aabd3eca7c214c5b7b503fbb82da97bbaa0 +SIZE (Cython-0.21.tar.gz) = 1490358