Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2017 15:54:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456550 - head/net/py-ipaddress
Message-ID:  <201712171554.vBHFsamb067648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 17 15:54:36 2017
New Revision: 456550
URL: https://svnweb.freebsd.org/changeset/ports/456550

Log:
  Update to 1.0.19
  
  - Update COMMENT
  - Update USES=python to :2.7
  
  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	Sun Dec 17 15:54:30 2017	(r456549)
+++ head/net/py-ipaddress/Makefile	Sun Dec 17 15:54:36 2017	(r456550)
@@ -2,18 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	ipaddress
-PORTVERSION=	1.0.18
+PORTVERSION=	1.0.19
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	python@FreeBSD.org
-COMMENT=	Python 3.3's ipaddress for Python 2.6 and 2.7
+COMMENT=	Port of Python 3.3+ ipaddress module to 2.7
 
 LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:-3.3
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 

Modified: head/net/py-ipaddress/distinfo
==============================================================================
--- head/net/py-ipaddress/distinfo	Sun Dec 17 15:54:30 2017	(r456549)
+++ head/net/py-ipaddress/distinfo	Sun Dec 17 15:54:36 2017	(r456550)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484226465
-SHA256 (ipaddress-1.0.18.tar.gz) = 5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1
-SIZE (ipaddress-1.0.18.tar.gz) = 32475
+TIMESTAMP = 1513512646
+SHA256 (ipaddress-1.0.19.tar.gz) = 200d8686011d470b5e4de207d803445deee427455cd0cb7c982b68cf82524f81
+SIZE (ipaddress-1.0.19.tar.gz) = 32854



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712171554.vBHFsamb067648>