Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2015 08:34:08 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404334 - head/devel/py-setuptools
Message-ID:  <201512240834.tBO8Y89m076242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Dec 24 08:34:07 2015
New Revision: 404334
URL: https://svnweb.freebsd.org/changeset/ports/404334

Log:
  - Update to 19.1.1
  
  Exp-run by:     antoine
  Differential Revision:	D4665

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

Modified: head/devel/py-setuptools/Makefile
==============================================================================
--- head/devel/py-setuptools/Makefile	Thu Dec 24 06:03:35 2015	(r404333)
+++ head/devel/py-setuptools/Makefile	Thu Dec 24 08:34:07 2015	(r404334)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	setuptools
-PORTVERSION=	18.7
+PORTVERSION=	19.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -40,7 +40,7 @@ SUB_LIST+=	PYTHON_VER=${PYTHON_VER}
 post-install:
 	${INSTALL_DATA} ${FILESDIR}/easy-install.pth.dist ${STAGEDIR}${PYTHON_SITELIBDIR}/
 
-regression-test: build
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.post.mk>

Modified: head/devel/py-setuptools/distinfo
==============================================================================
--- head/devel/py-setuptools/distinfo	Thu Dec 24 06:03:35 2015	(r404333)
+++ head/devel/py-setuptools/distinfo	Thu Dec 24 08:34:07 2015	(r404334)
@@ -1,2 +1,2 @@
-SHA256 (python/setuptools-18.7.tar.gz) = c57c1f5aa3b83e4c5e0ce5b144a7f96eea1dab873f35d5aaa3c2a2d960674353
-SIZE (python/setuptools-18.7.tar.gz) = 628702
+SHA256 (python/setuptools-19.1.1.tar.gz) = 32ebb08b72aee11fefa6907ddf5db5a81e0eef9cf62c7fa6b58d8e32da249960
+SIZE (python/setuptools-19.1.1.tar.gz) = 640997



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