svn commit: r495382 - head/dns/py-idna

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 11 18:08:14 UTC 2019


Author: sunpoet
Date: Mon Mar 11 18:08:09 2019
New Revision: 495382
URL: https://svnweb.freebsd.org/changeset/ports/495382

Log:
  Update to 2.8
  
  Changes:	https://github.com/kjd/idna/blob/master/HISTORY.rst
  PR:		236275
  Submitted by:	sunpoet (myself)
  Approved by:	koobs (maintainer)

Modified:
  head/dns/py-idna/Makefile
  head/dns/py-idna/distinfo

Modified: head/dns/py-idna/Makefile
==============================================================================
--- head/dns/py-idna/Makefile	Mon Mar 11 18:08:04 2019	(r495381)
+++ head/dns/py-idna/Makefile	Mon Mar 11 18:08:09 2019	(r495382)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	idna
-PORTVERSION=	2.7
+PORTVERSION=	2.8
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE=	BSD3CLAUSE PSFL
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-USES=		python	# Actually, 2.6-2.7,3.3-3.6
+USES=		python	# Actually, 2.7,3.4-3.6
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/dns/py-idna/distinfo
==============================================================================
--- head/dns/py-idna/distinfo	Mon Mar 11 18:08:04 2019	(r495381)
+++ head/dns/py-idna/distinfo	Mon Mar 11 18:08:09 2019	(r495382)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533609933
-SHA256 (idna-2.7.tar.gz) = 684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16
-SIZE (idna-2.7.tar.gz) = 172698
+TIMESTAMP = 1546769353
+SHA256 (idna-2.8.tar.gz) = c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407
+SIZE (idna-2.8.tar.gz) = 174481


More information about the svn-ports-all mailing list