Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 21:36:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527477 - head/security/py-python-registry
Message-ID:  <202002292136.01TLaqWd055159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 29 21:36:52 2020
New Revision: 527477
URL: https://svnweb.freebsd.org/changeset/ports/527477

Log:
  Update to 1.3.1

Modified:
  head/security/py-python-registry/Makefile
  head/security/py-python-registry/distinfo

Modified: head/security/py-python-registry/Makefile
==============================================================================
--- head/security/py-python-registry/Makefile	Sat Feb 29 21:34:12 2020	(r527476)
+++ head/security/py-python-registry/Makefile	Sat Feb 29 21:36:52 2020	(r527477)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	python-registry
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.1
 CATEGORIES=	security devel python
-MASTER_SITES=	LOCAL/antoine
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	antoine@FreeBSD.org
@@ -20,7 +19,7 @@ GH_ACCOUNT=	williballenthin
 
 NO_ARCH=	yes
 USES=		python shebangfix
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist concurrent
 SHEBANG_FILES=	samples/*.py
 python_OLD_CMD=	.*
 
@@ -29,12 +28,12 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
-post-install-DOCS-on:
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/CHANGELOG.TXT ${WRKSRC}/CONTRIBUTORS.TXT ${WRKSRC}/README.MD \
 		${WRKSRC}/documentation/* ${STAGEDIR}${DOCSDIR}
 
-post-install-EXAMPLES-on:
+do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
 

Modified: head/security/py-python-registry/distinfo
==============================================================================
--- head/security/py-python-registry/distinfo	Sat Feb 29 21:34:12 2020	(r527476)
+++ head/security/py-python-registry/distinfo	Sat Feb 29 21:36:52 2020	(r527477)
@@ -1,2 +1,3 @@
-SHA256 (williballenthin-python-registry-1.2.0_GH0.tar.gz) = 785f313e09cb84c45cabcb858a7ab337848c24148858eda24bfb3c82595cf147
-SIZE (williballenthin-python-registry-1.2.0_GH0.tar.gz) = 135451
+TIMESTAMP = 1557393637
+SHA256 (williballenthin-python-registry-1.3.1_GH0.tar.gz) = 0f507d858edeaf63eb2772bdd1b6583b41ed5ec1a5a6ec774eebce251bf69723
+SIZE (williballenthin-python-registry-1.3.1_GH0.tar.gz) = 11317512



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