git: b3b7d887564a - main - devel/py-pysdl2: Update to 0.9.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 20:40:57 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b3b7d887564afc7a8c621b90d05feef7e4d83e85
commit b3b7d887564afc7a8c621b90d05feef7e4d83e85
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-18 20:39:22 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-18 20:39:22 +0000
devel/py-pysdl2: Update to 0.9.12
- Update WWW
Changes: https://github.com/py-sdl/py-sdl2/releases
https://github.com/py-sdl/py-sdl2/blob/master/doc/news.rst
---
devel/py-pysdl2/Makefile | 2 +-
devel/py-pysdl2/distinfo | 6 +++---
devel/py-pysdl2/pkg-descr | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/devel/py-pysdl2/Makefile b/devel/py-pysdl2/Makefile
index 3e0e20e0f41d..384a34c89018 100644
--- a/devel/py-pysdl2/Makefile
+++ b/devel/py-pysdl2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pysdl2
-PORTVERSION= 0.9.11
+PORTVERSION= 0.9.12
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pysdl2/distinfo b/devel/py-pysdl2/distinfo
index b17b2769b46a..0961ee08fd8c 100644
--- a/devel/py-pysdl2/distinfo
+++ b/devel/py-pysdl2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643971088
-SHA256 (PySDL2-0.9.11.tar.gz) = 93e51057d39fd583b80001d42b21d5a3f71e30d489d85924d944b2c7350e2da6
-SIZE (PySDL2-0.9.11.tar.gz) = 736026
+TIMESTAMP = 1658176308
+SHA256 (PySDL2-0.9.12.tar.gz) = 828c25218062b298b679bce62b3ade245788babd2abf76cadf6c7529e5442e2e
+SIZE (PySDL2-0.9.12.tar.gz) = 741668
diff --git a/devel/py-pysdl2/pkg-descr b/devel/py-pysdl2/pkg-descr
index e5326de976d8..99a910d5f9a2 100644
--- a/devel/py-pysdl2/pkg-descr
+++ b/devel/py-pysdl2/pkg-descr
@@ -2,4 +2,4 @@ PySDL2 is a wrapper around the SDL2 library and as such similar to the
discontinued PySDL project. In contrast to PySDL, it has no licensing
restrictions, nor does it rely on C code, but uses ctypes instead.
-WWW: https://github.com/marcusva/py-sdl2
+WWW: https://github.com/py-sdl/py-sdl2