svn commit: r505556 - in head: devel/py-game_sdl2 games/renpy
Jan Beich
jbeich at FreeBSD.org
Mon Jul 1 08:39:19 UTC 2019
Author: jbeich
Date: Mon Jul 1 08:39:17 2019
New Revision: 505556
URL: https://svnweb.freebsd.org/changeset/ports/505556
Log:
devel/renpy: update to 7.3.1
Changes: https://www.renpy.org/release/7.3.1 (see Announcment)
Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-3-1
Reported by: portscout
Modified:
head/devel/py-game_sdl2/Makefile (contents, props changed)
head/devel/py-game_sdl2/distinfo (contents, props changed)
head/games/renpy/Makefile (contents, props changed)
head/games/renpy/distinfo (contents, props changed)
head/games/renpy/pkg-descr (contents, props changed)
Modified: head/devel/py-game_sdl2/Makefile
==============================================================================
--- head/devel/py-game_sdl2/Makefile Mon Jul 1 08:21:57 2019 (r505555)
+++ head/devel/py-game_sdl2/Makefile Mon Jul 1 08:39:17 2019 (r505556)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= game_sdl2
-PORTVERSION= 7.3.0
+PORTVERSION= 7.3.1
CATEGORIES= devel python
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
GENTOO
Modified: head/devel/py-game_sdl2/distinfo
==============================================================================
--- head/devel/py-game_sdl2/distinfo Mon Jul 1 08:21:57 2019 (r505555)
+++ head/devel/py-game_sdl2/distinfo Mon Jul 1 08:39:17 2019 (r505556)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560715910
-SHA256 (pygame_sdl2-2.1.0-for-renpy-7.3.0.tar.gz) = ddfa57b6557c000ef90d82efd646df455d62621e52dc76d1d61c5e3c322e0602
-SIZE (pygame_sdl2-2.1.0-for-renpy-7.3.0.tar.gz) = 2683060
+TIMESTAMP = 1561951781
+SHA256 (pygame_sdl2-2.1.0-for-renpy-7.3.1.tar.gz) = ad5ea2470847100a2b8f910c378ce1a76937d54f259051ad85dc2078e380c62e
+SIZE (pygame_sdl2-2.1.0-for-renpy-7.3.1.tar.gz) = 2683037
Modified: head/games/renpy/Makefile
==============================================================================
--- head/games/renpy/Makefile Mon Jul 1 08:21:57 2019 (r505555)
+++ head/games/renpy/Makefile Mon Jul 1 08:39:17 2019 (r505556)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= renpy
-PORTVERSION?= 7.3.0
+PORTVERSION?= 7.3.1
DISTVERSIONSUFFIX=-sdk
PORTREVISION?= 0
CATEGORIES= games devel
Modified: head/games/renpy/distinfo
==============================================================================
--- head/games/renpy/distinfo Mon Jul 1 08:21:57 2019 (r505555)
+++ head/games/renpy/distinfo Mon Jul 1 08:39:17 2019 (r505556)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560715852
-SHA256 (renpy-7.3.0-sdk.tar.bz2) = 7b5b248f2f90275d1959db4d939a8ba50ac80980bd5675c6c3fae80404a60f60
-SIZE (renpy-7.3.0-sdk.tar.bz2) = 94650150
+TIMESTAMP = 1561951609
+SHA256 (renpy-7.3.1-sdk.tar.bz2) = ceaf805960c370a29f019fc89409f3dbe37b9a3183bb7dd85e301021aefc5300
+SIZE (renpy-7.3.1-sdk.tar.bz2) = 94708930
Modified: head/games/renpy/pkg-descr
==============================================================================
--- head/games/renpy/pkg-descr Mon Jul 1 08:21:57 2019 (r505555)
+++ head/games/renpy/pkg-descr Mon Jul 1 08:39:17 2019 (r505556)
@@ -1,7 +1,9 @@
-Ren'Py is a visual novel engine that helps you use words, images, and
-sounds to tell stories with the computer. These can be both visual
-novels and life simulation games. The easy to learn script language
-allows you to efficiently write large visual novels, while its Python
-scripting is enough for complex simulation games.
+Ren'Py is a visual novel engine – used by thousands of creators from
+around the world – that helps you use words, images, and sounds to
+tell interactive stories that run on computers and mobile
+devices. These can be both visual novels and life simulation
+games. The easy to learn script language allows anyone to efficiently
+write large visual novels, while its Python scripting is enough for
+complex simulation games.
WWW: https://www.renpy.org/
More information about the svn-ports-all
mailing list