diff options
author | junovitch <junovitch@FreeBSD.org> | 2017-01-06 02:43:17 +0000 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2017-01-06 02:43:17 +0000 |
commit | d8ef0e2dc4b2f9e3d9d5e8b7c4f691a6ee38799f (patch) | |
tree | 1c786d09eae310b6852eea27e06bdb5fe0e277eb | |
parent | b8bc183dadd04721d6ae1a63cc67dbb46f44f39c (diff) | |
download | FreeBSD-ports-branches/2016Q4.zip FreeBSD-ports-branches/2016Q4.tar.gz |
MFH: r430138branches/2016Q4
devel/py-game_sdl2, devel/renpy: update to 6.99.12.2
6.99.12.2.2029: December 31, 2016
This fixes a bug that could prevent viewport children from becoming
focused, and a bug that prevented the RAPT and Renios DLC from being
downloaded properly. It also adds functionality to support the
interactive director.
Changes: http://www.renpy.org/latest.html (see Announcement)
Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-2
Approved by: ports-secteam (with hat)
-rw-r--r-- | devel/py-game_sdl2/Makefile | 2 | ||||
-rw-r--r-- | devel/py-game_sdl2/distinfo | 6 | ||||
-rw-r--r-- | devel/renpy/Makefile | 2 | ||||
-rw-r--r-- | devel/renpy/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile index dc8c0a3..afc377d 100644 --- a/devel/py-game_sdl2/Makefile +++ b/devel/py-game_sdl2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.12.1 +PORTVERSION= 6.99.12.2 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO diff --git a/devel/py-game_sdl2/distinfo b/devel/py-game_sdl2/distinfo index 1266310..efaf946 100644 --- a/devel/py-game_sdl2/distinfo +++ b/devel/py-game_sdl2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482474870 -SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.1.tar.gz) = 0767b378ba6d60618c7891de8eb9a5c8d4342ae1a654d41df3c1b550d904b371 -SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.1.tar.gz) = 2291869 +TIMESTAMP = 1483158858 +SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.2.tar.gz) = 4129d09edadc8a4cd1f5753c8f13dc88b6b4cb6ab20209d940a0b2cd04f14d0c +SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.2.tar.gz) = 2291869 diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile index 0318100..e5ceece 100644 --- a/devel/renpy/Makefile +++ b/devel/renpy/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 6.99.12.1 +PORTVERSION?= 6.99.12.2 DISTVERSIONSUFFIX=-sdk PORTREVISION?= 0 CATEGORIES= devel games diff --git a/devel/renpy/distinfo b/devel/renpy/distinfo index 3e84caa..09801d8 100644 --- a/devel/renpy/distinfo +++ b/devel/renpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482382814 -SHA256 (renpy-6.99.12.1-sdk.tar.bz2) = 9bf242d727caece52c0725fa908f9a43c2db41a0f556cd6f29bc0ba246cb89b7 -SIZE (renpy-6.99.12.1-sdk.tar.bz2) = 56693685 +TIMESTAMP = 1483158858 +SHA256 (renpy-6.99.12.2-sdk.tar.bz2) = d5229972ccd72e96f4914d0dfd300f3232fdda12c3367e98a6de35fffda1feef +SIZE (renpy-6.99.12.2-sdk.tar.bz2) = 56833097 |