Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2016 15:47: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: r412411 - head/security/py-python-registry
Message-ID:  <201604021547.u32Flqqs039132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr  2 15:47:52 2016
New Revision: 412411
URL: https://svnweb.freebsd.org/changeset/ports/412411

Log:
  Update to 1.2.0

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 Apr  2 15:13:35 2016	(r412410)
+++ head/security/py-python-registry/Makefile	Sat Apr  2 15:47:52 2016	(r412411)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-registry
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	security devel python
 MASTER_SITES=	LOCAL/antoine
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,12 @@ MAINTAINER=	antoine@FreeBSD.org
 COMMENT=	Read access to Windows Registry files
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	williballenthin
 
+NO_ARCH=	yes
 USES=		python shebangfix
 USE_PYTHON=	distutils autoplist
 SHEBANG_FILES=	samples/*.py
@@ -31,10 +33,12 @@ PORTEXAMPLES=	*
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34
 .endif
 
-post-install:
+post-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:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
 

Modified: head/security/py-python-registry/distinfo
==============================================================================
--- head/security/py-python-registry/distinfo	Sat Apr  2 15:13:35 2016	(r412410)
+++ head/security/py-python-registry/distinfo	Sat Apr  2 15:47:52 2016	(r412411)
@@ -1,2 +1,2 @@
-SHA256 (williballenthin-python-registry-1.1.0_GH0.tar.gz) = 12c4222d38bc387d7909a589d08c0e263cdc35b7a59789333348b30fe6313af4
-SIZE (williballenthin-python-registry-1.1.0_GH0.tar.gz) = 132008
+SHA256 (williballenthin-python-registry-1.2.0_GH0.tar.gz) = 785f313e09cb84c45cabcb858a7ab337848c24148858eda24bfb3c82595cf147
+SIZE (williballenthin-python-registry-1.2.0_GH0.tar.gz) = 135451



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