diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2017-01-06 02:43:17 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2017-01-06 02:43:17 +0000 |
commit | e113cbca02fc10dfb61a77d9c547550718cc7190 (patch) | |
tree | 1c786d09eae310b6852eea27e06bdb5fe0e277eb /devel/renpy | |
parent | 2717dd2c32257c9e152110230ff65bd72c69206d (diff) | |
download | ports-2016Q4.tar.gz ports-2016Q4.zip |
MFH: r4301382016Q4
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)
Notes
Notes:
svn path=/branches/2016Q4/; revision=430679
Diffstat (limited to 'devel/renpy')
-rw-r--r-- | devel/renpy/Makefile | 2 | ||||
-rw-r--r-- | devel/renpy/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile index 03181000f14d..e5ceece0010c 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 3e84caa0b7c7..09801d82eb7c 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 |