From owner-svn-ports-all@FreeBSD.ORG Thu Oct 30 21:18:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87E0F707; Thu, 30 Oct 2014 21:18:35 +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 73E0237C; Thu, 30 Oct 2014 21:18:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9ULIZSq051787; Thu, 30 Oct 2014 21:18:35 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9ULIZHf051785; Thu, 30 Oct 2014 21:18:35 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201410302118.s9ULIZHf051785@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 30 Oct 2014 21:18:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371773 - head/www/py-selector X-SVN-Group: ports-head 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.18-1 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: Thu, 30 Oct 2014 21:18:35 -0000 Author: rm Date: Thu Oct 30 21:18:34 2014 New Revision: 371773 URL: https://svnweb.freebsd.org/changeset/ports/371773 QAT: https://qat.redports.org/buildarchive/r371773/ Log: www/py-selector: update to 0.10.1 - update to 0.10.1 - convert to USES=python - remove unneeded patch This version also works with python3. PR: 194339 Submitted by: rm (myself) Approved by: maintainer timeout (two weeks) Modified: head/www/py-selector/Makefile head/www/py-selector/distinfo Modified: head/www/py-selector/Makefile ============================================================================== --- head/www/py-selector/Makefile Thu Oct 30 21:10:49 2014 (r371772) +++ head/www/py-selector/Makefile Thu Oct 30 21:18:34 2014 (r371773) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= selector -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 0.10.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +14,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}resolver>=0.2.1:${PORTSDIR}/devel/py-resolver -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes - -post-patch: - @${REINPLACE_CMD} 's/license="MIT",/license="MIT", zip_safe=False,/' \ - ${WRKSRC}/setup.py +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/www/py-selector/distinfo ============================================================================== --- head/www/py-selector/distinfo Thu Oct 30 21:10:49 2014 (r371772) +++ head/www/py-selector/distinfo Thu Oct 30 21:18:34 2014 (r371773) @@ -1,2 +1,2 @@ -SHA256 (selector-0.9.4.tar.gz) = 6eb14570e638eecc8edb75b20dcec3809c55db92116f8f4bfd9fecbeb6457c3f -SIZE (selector-0.9.4.tar.gz) = 5723 +SHA256 (selector-0.10.1.tar.gz) = 2ce3a87933bd28a9bd2b59dc35904e2575c056e6a72ca68c26681a4a610b580f +SIZE (selector-0.10.1.tar.gz) = 5842