svn commit: r352766 - head/security/py-python-registry

Antoine Brodin antoine at FreeBSD.org
Thu May 1 20:42:59 UTC 2014


Author: antoine
Date: Thu May  1 20:42:57 2014
New Revision: 352766
URL: http://svnweb.freebsd.org/changeset/ports/352766
QAT: https://qat.redports.org/buildarchive/r352766/

Log:
  Update to 1.0.3

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	Thu May  1 20:20:47 2014	(r352765)
+++ head/security/py-python-registry/Makefile	Thu May  1 20:42:57 2014	(r352766)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-registry
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.3
 CATEGORIES=	security devel python
 MASTER_SITES=	GH \
 		LOCAL/antoine
@@ -16,7 +16,7 @@ LICENSE=	APACHE20
 USE_GITHUB=	yes
 GH_ACCOUNT=	williballenthin
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	0817990
+GH_COMMIT=	24afb86
 
 USES=		shebangfix
 SHEBANG_FILES=	samples/*.py
@@ -31,6 +31,12 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 340
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>=0:${PORTSDIR}/devel/py-enum34
+.endif
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/CHANGELOG.TXT ${WRKSRC}/CONTRIBUTORS.TXT ${WRKSRC}/README.txt \
@@ -38,4 +44,4 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/security/py-python-registry/distinfo
==============================================================================
--- head/security/py-python-registry/distinfo	Thu May  1 20:20:47 2014	(r352765)
+++ head/security/py-python-registry/distinfo	Thu May  1 20:42:57 2014	(r352766)
@@ -1,2 +1,2 @@
-SHA256 (python-registry-1.0.1.tar.gz) = 0c4c857e4ed0617df8bdf2dd875f36163e8754df939e8402650214fb7dc07f03
-SIZE (python-registry-1.0.1.tar.gz) = 137118
+SHA256 (python-registry-1.0.3.tar.gz) = 6db4520d26fb3bc2c69f35a59aedc411ec95a1b42a845870b7ee619dd6534516
+SIZE (python-registry-1.0.3.tar.gz) = 125980


More information about the svn-ports-all mailing list