aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-18 20:39:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-18 20:39:22 +0000
commitb3b7d887564afc7a8c621b90d05feef7e4d83e85 (patch)
tree595a37659c963b2dcd263c0eba30a129ea611842
parenta5eeba70e86b34d3f366d42955e3f8756914f470 (diff)
downloadports-b3b7d887564afc7a8c621b90d05feef7e4d83e85.tar.gz
ports-b3b7d887564afc7a8c621b90d05feef7e4d83e85.zip
devel/py-pysdl2: Update to 0.9.12
-rw-r--r--devel/py-pysdl2/Makefile2
-rw-r--r--devel/py-pysdl2/distinfo6
-rw-r--r--devel/py-pysdl2/pkg-descr2
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