Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 16:49:15 +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: r482685 - head/devel/py-xdis
Message-ID:  <201810211649.w9LGnFnJ038715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 21 16:49:15 2018
New Revision: 482685
URL: https://svnweb.freebsd.org/changeset/ports/482685

Log:
  Update to 3.8.8
  
  Changes:	https://github.com/rocky/python-xdis/blob/master/NEWS

Modified:
  head/devel/py-xdis/Makefile
  head/devel/py-xdis/distinfo

Modified: head/devel/py-xdis/Makefile
==============================================================================
--- head/devel/py-xdis/Makefile	Sun Oct 21 16:49:07 2018	(r482684)
+++ head/devel/py-xdis/Makefile	Sun Oct 21 16:49:15 2018	(r482685)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xdis
-PORTVERSION=	3.8.7
+PORTVERSION=	3.8.8
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,8 +18,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-xdis/distinfo
==============================================================================
--- head/devel/py-xdis/distinfo	Sun Oct 21 16:49:07 2018	(r482684)
+++ head/devel/py-xdis/distinfo	Sun Oct 21 16:49:15 2018	(r482685)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534786738
-SHA256 (xdis-3.8.7.tar.gz) = 618c205ced132ac053df7f789f6adcc2822c824184a4ab3d50b8f8224bea5b56
-SIZE (xdis-3.8.7.tar.gz) = 180731
+TIMESTAMP = 1540136730
+SHA256 (xdis-3.8.8.tar.gz) = 4d212df8a85ab55a35f6ad71b2c29818d903c3e6a95e31eb26d5f3fc66a4e015
+SIZE (xdis-3.8.8.tar.gz) = 180921



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