git: 73e1db9a1fce - main - devel/py-pysdl2: Update to 0.9.9

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 21 03:52:19 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73e1db9a1fceae7848eb0244182d9936f3bf59fe

commit 73e1db9a1fceae7848eb0244182d9936f3bf59fe
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:12:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 03:44:42 +0000

    devel/py-pysdl2: Update to 0.9.9
    
    Changes:        https://github.com/marcusva/py-sdl2/releases
                    https://github.com/marcusva/py-sdl2/blob/master/doc/news.rst
---
 devel/py-pysdl2/Makefile | 8 ++++----
 devel/py-pysdl2/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-pysdl2/Makefile b/devel/py-pysdl2/Makefile
index df1ba1af0af8..ad4a450dd3b5 100644
--- a/devel/py-pysdl2/Makefile
+++ b/devel/py-pysdl2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pysdl2
-PORTVERSION=	0.9.8
+PORTVERSION=	0.9.9
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,10 +23,10 @@ OPTIONS_DEFINE=	DOCS
 DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 
 post-build-DOCS-on:
-	@cd ${WRKSRC} && ${MAKE_CMD} docs
+	@cd ${WRKSRC}/doc && ${MAKE_CMD} html
 
 post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '! -name .buildinfo'
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC}/doc/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '! -name .buildinfo'
 
 .include <bsd.port.mk>
diff --git a/devel/py-pysdl2/distinfo b/devel/py-pysdl2/distinfo
index e32ff175b68c..091ec2920c9e 100644
--- a/devel/py-pysdl2/distinfo
+++ b/devel/py-pysdl2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628439052
-SHA256 (PySDL2-0.9.8.tar.gz) = 4dfa3168e4e4e9301a2cd5904bdcea15e2bf62a1c9abb5d3f92d9122ea22c26e
-SIZE (PySDL2-0.9.8.tar.gz) = 742279
+TIMESTAMP = 1632037156
+SHA256 (PySDL2-0.9.9.tar.gz) = 45879ae588038d7cf7cb0289ae47af60722b394d0efa527bf4327103dc4dc918
+SIZE (PySDL2-0.9.9.tar.gz) = 743302


More information about the dev-commits-ports-main mailing list