Date: Sun, 4 Jun 2017 14:44:33 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442563 - head/dns/py-idna Message-ID: <201706041444.v54EiXIY057409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706041444.v54EiXIY057409>