svn commit: r516171 - head/net/py-ipaddress

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 31 14:51:19 UTC 2019


Author: sunpoet
Date: Thu Oct 31 14:51:18 2019
New Revision: 516171
URL: https://svnweb.freebsd.org/changeset/ports/516171

Log:
  Update to 1.0.23
  
  Changes:	https://github.com/phihag/ipaddress/commits/master

Modified:
  head/net/py-ipaddress/Makefile
  head/net/py-ipaddress/distinfo

Modified: head/net/py-ipaddress/Makefile
==============================================================================
--- head/net/py-ipaddress/Makefile	Thu Oct 31 14:51:13 2019	(r516170)
+++ head/net/py-ipaddress/Makefile	Thu Oct 31 14:51:18 2019	(r516171)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ipaddress
-PORTVERSION=	1.0.22
+PORTVERSION=	1.0.23
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net/py-ipaddress/distinfo
==============================================================================
--- head/net/py-ipaddress/distinfo	Thu Oct 31 14:51:13 2019	(r516170)
+++ head/net/py-ipaddress/distinfo	Thu Oct 31 14:51:18 2019	(r516171)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523896740
-SHA256 (ipaddress-1.0.22.tar.gz) = b146c751ea45cad6188dd6cf2d9b757f6f4f8d6ffb96a023e6f2e26eea02a72c
-SIZE (ipaddress-1.0.22.tar.gz) = 33051
+TIMESTAMP = 1572528649
+SHA256 (ipaddress-1.0.23.tar.gz) = b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2
+SIZE (ipaddress-1.0.23.tar.gz) = 32958


More information about the svn-ports-head mailing list