diff options
author | antoine <antoine@FreeBSD.org> | 2016-04-02 23:47:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-04-02 23:47:52 +0800 |
commit | b9774322095c2971a65f6b91207cb071f277ac2b (patch) | |
tree | ed425665e87c93bf29e1179de41b8e1e29d416b0 /security | |
parent | b4850824da24e377f74d98d247ac456f31595255 (diff) | |
download | freebsd-ports-gnome-b9774322095c2971a65f6b91207cb071f277ac2b.tar.gz freebsd-ports-gnome-b9774322095c2971a65f6b91207cb071f277ac2b.tar.zst freebsd-ports-gnome-b9774322095c2971a65f6b91207cb071f277ac2b.zip |
Update to 1.2.0
Diffstat (limited to 'security')
-rw-r--r-- | security/py-python-registry/Makefile | 8 | ||||
-rw-r--r-- | security/py-python-registry/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/security/py-python-registry/Makefile b/security/py-python-registry/Makefile index b1fd19dd4631..42bd0de52d99 100644 --- a/security/py-python-registry/Makefile +++ b/security/py-python-registry/Makefile @@ -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} diff --git a/security/py-python-registry/distinfo b/security/py-python-registry/distinfo index 57c9c60d9e1f..3059b905701b 100644 --- a/security/py-python-registry/distinfo +++ b/security/py-python-registry/distinfo @@ -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 |