diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-07-02 22:54:51 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-07-02 22:54:51 +0800 |
commit | c3f503c148603c4aacc9883af50a9bfe74076baf (patch) | |
tree | 357f49bf10120f503229f5db4aab57dd15cdbf8c | |
parent | d2bbdaba057ab8fafdb1ad0625a10f0b2e725561 (diff) | |
download | freebsd-ports-graphics-c3f503c148603c4aacc9883af50a9bfe74076baf.tar.gz freebsd-ports-graphics-c3f503c148603c4aacc9883af50a9bfe74076baf.tar.zst freebsd-ports-graphics-c3f503c148603c4aacc9883af50a9bfe74076baf.zip |
Update to 1.1.10
PR: 209671
Submitted by: myself
Approved by: sbz@ (maintainer, timeout > 1 month)
-rw-r--r-- | devel/py-setproctitle/Makefile | 6 | ||||
-rw-r--r-- | devel/py-setproctitle/distinfo | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/py-setproctitle/Makefile b/devel/py-setproctitle/Makefile index 92abd8b055c..fdf9faf570f 100644 --- a/devel/py-setproctitle/Makefile +++ b/devel/py-setproctitle/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= setproctitle -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,9 +21,11 @@ PORTDOCS= COPYRIGHT HISTORY.rst README.rst OPTIONS_DEFINE= DOCS post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/setproctitle.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/setproctitle.so do-test: @cd ${WRKSRC}/tests && ${PYTHON_CMD} ${WRKSRC}/tests/setproctitle_test.py diff --git a/devel/py-setproctitle/distinfo b/devel/py-setproctitle/distinfo index ca1bf69c4eb..35fef2b0118 100644 --- a/devel/py-setproctitle/distinfo +++ b/devel/py-setproctitle/distinfo @@ -1,2 +1,3 @@ -SHA256 (setproctitle-1.1.9.tar.gz) = 1c3414d18f9cacdab78b0ffd8e886d56ad45f22e55001a72aaa0b2aeb56a0ad7 -SIZE (setproctitle-1.1.9.tar.gz) = 23576 +TIMESTAMP = 1463772319 +SHA256 (setproctitle-1.1.10.tar.gz) = 6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398 +SIZE (setproctitle-1.1.10.tar.gz) = 24042 |