From owner-svn-ports-head@freebsd.org Sun Jun 4 14:44:34 2017 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 46B5CB7D442; Sun, 4 Jun 2017 14:44:34 +0000 (UTC) (envelope-from koobs@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 1708F789D7; Sun, 4 Jun 2017 14:44:34 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v54EiXxD057410; Sun, 4 Jun 2017 14:44:33 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v54EiXIY057409; Sun, 4 Jun 2017 14:44:33 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201706041444.v54EiXIY057409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 4 Jun 2017 14:44:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442563 - head/dns/py-idna 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: Sun, 04 Jun 2017 14:44:34 -0000 Author: koobs Date: Sun Jun 4 14:44:33 2017 New Revision: 442563 URL: https://svnweb.freebsd.org/changeset/ports/442563 Log: dns/py-idna: Update to 2.5 - Update PORTVERSION and distinfo checksum (2.5) - Enable concurrent version installation - Mark package architecture independent https://github.com/kjd/idna/blob/v2.5/HISTORY.rst Modified: head/dns/py-idna/Makefile head/dns/py-idna/distinfo Modified: head/dns/py-idna/Makefile ============================================================================== --- head/dns/py-idna/Makefile Sun Jun 4 14:34:18 2017 (r442562) +++ head/dns/py-idna/Makefile Sun Jun 4 14:44:33 2017 (r442563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= idna -PORTVERSION= 2.0 +PORTVERSION= 2.5 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Internationalized Domain Names in Applications (IDNA) -USES= python -USE_PYTHON= autoplist distutils +USES= python # Actually, 2.6-2.7,3.3-3.6 +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/dns/py-idna/distinfo ============================================================================== --- head/dns/py-idna/distinfo Sun Jun 4 14:34:18 2017 (r442562) +++ head/dns/py-idna/distinfo Sun Jun 4 14:44:33 2017 (r442563) @@ -1,2 +1,3 @@ -SHA256 (idna-2.0.tar.gz) = 16199aad938b290f5be1057c0e1efc6546229391c23cea61ca940c115f7d3d3b -SIZE (idna-2.0.tar.gz) = 135150 +TIMESTAMP = 1496221751 +SHA256 (idna-2.5.tar.gz) = 3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab +SIZE (idna-2.5.tar.gz) = 130211