Index: head/devel/py-game_sdl2/Makefile =================================================================== --- head/devel/py-game_sdl2/Makefile (revision 505555) +++ head/devel/py-game_sdl2/Makefile (revision 505556) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 7.3.0 +PORTVERSION= 7.3.1 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION} MAINTAINER= jbeich@FreeBSD.org COMMENT= Reimplementation of portions of the pygame API using SDL2 LICENSE= LGPL21+ ZLIB LICENSE_COMB= multi LIB_DEPENDS= libpng.so:graphics/png # Upstream tends to reroll distfiles before moving under /release/ PORTSCOUT= site:http://www.renpy.org/dl/release/ USES= jpeg python USE_SDL= image2 mixer2 ttf2 USE_PYTHON= autoplist distutils cython EXCLUDE= gen gen3 PKG-INFO '*.egg-info' EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} BINARY_ALIAS= cython=cython-${PYTHON_VER} post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \ -exec ${STRIP_CMD} {} + .include Index: head/devel/py-game_sdl2/distinfo =================================================================== --- head/devel/py-game_sdl2/distinfo (revision 505555) +++ head/devel/py-game_sdl2/distinfo (revision 505556) @@ -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 Index: head/games/renpy/Makefile =================================================================== --- head/games/renpy/Makefile (revision 505555) +++ head/games/renpy/Makefile (revision 505556) @@ -1,114 +1,114 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 7.3.0 +PORTVERSION?= 7.3.1 DISTVERSIONSUFFIX=-sdk PORTREVISION?= 0 CATEGORIES= games devel MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/ MAINTAINER= jbeich@FreeBSD.org COMMENT= Framework for developing visual-novel type games LICENSE= APACHE20 BSD3CLAUSE DejaVu LGPL21+ MIT OFL11 ZLIB LICENSE_COMB= multi LICENSE_NAME_DejaVu= Bitstream Vera and Arev fonts license LICENSE_FILE_DejaVu= ${WRKSRC}/renpy/common/DejaVuSans.txt LICENSE_PERMS_DejaVu= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:devel/py-game_sdl2@${PY_FLAVOR} LIB_DEPENDS= libfribidi.so:converters/fribidi \ libpng.so:graphics/png \ libavcodec.so:multimedia/ffmpeg \ libfreetype.so:print/freetype2 RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}game_sdl2>=${PORTVERSION}:devel/py-game_sdl2@${PY_FLAVOR} CONFLICTS_INSTALL?= ${PORTNAME}6-* # Upstream tends to reroll distfiles before moving under /release/ PORTSCOUT?= site:http://www.renpy.org/dl/release/ USES= python:2.7 shebangfix tar:bz2 USE_GL= glew USE_PYTHON= autoplist distutils cython USE_SDL?= sdl2 EXCLUDE= gen 'module/*.py[co]' 'renpy/*.py[co]' EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py TARGET_ORDER_OVERRIDE=610:fix-shebang BUILD_WRKSRC= ${WRKSRC}/module INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV+= RENPY_DEPS_INSTALL="${LOCALBASE}" \ RENPY_CYTHON=cython-${PYTHON_VER} PORTDATA?= gui PORTDATA+= launcher renpy renpy.py PORTDOCS= * PLIST_FILES= bin/${PORTNAME} DESKTOP_ENTRIES="Ren'Py" \ "" \ "${DATADIR}/launcher/game/images/logo32.png" \ "${PORTNAME} %f" \ "Development;Game;AdventureGame;" \ "" OPTIONS_DEFAULT=TKINTER DIST OPTIONS_DEFINE= DOCS DIST EXAMPLES TKINTER DIST_DESC= Distribution runtimes for Windows, OS X, Linux DIST_VARS= LICENSE+="ART20 PSFL" \ PORTDATA+="lib renpy.app renpy.exe renpy.sh" EXAMPLES_VARS= PORTDATA+="the_question tutorial" TKINTER_DESC= Install Tkinter to allow choosing Projects Directory TKINTER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} . for lic in FREETYPE LIBJPEG LIBPNG MSVCR90 DIST_VARS+= LICENSE+=${lic} LICENSE_NAME_${lic}= ${lic} license LICENSE_FILE_${lic}= ${WRKSRC}/LICENSE.txt LICENSE_PERMS_${lic}= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept . endfor post-extract: @${FIND} ${WRKSRC}/lib ${WRKSRC}/renpy.app -type d -empty -delete .if !target(post-patch) post-patch: @${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ ${WRKSRC}/launcher/game/choose_directory.rpy .endif post-patch: common-post-patch common-post-patch: # Avoid having to add -I/usr/include -L/usr/lib @${REINPLACE_CMD} '/library("z")/d' ${BUILD_WRKSRC}/${PYSETUP} post-build: @${PYTHON_CMD} -m compileall -d ${DATADIR} ${WRKSRC} @${PYTHON_CMD} -O -m compileall -d ${DATADIR} ${WRKSRC} add-plist-post: add-empty-dirs add-empty-dirs: # Keep images directory in gui and templates, see renpy@d81ea29 ${FIND} ${WRKSRC} -type d -empty \ ! \( -name "saves" -or -name "pysdlsound" \) | \ ${SED} 's,^${WRKSRC},@dir ${DATADIR},' >>${TMPPLIST} post-install: common-post-install common-post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \ -exec ${STRIP_CMD} {} + ${LN} -fs ../${DATADIR_REL}/renpy.py \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDATA}" ${STAGEDIR}${DATADIR} \ "! -name *.orig ! -name *.bak \ ! -name saves ! -name log.txt") ${CHMOD} +x ${STAGEDIR}${DATADIR}/renpy.py post-install-DOCS-on: (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \ . ${STAGEDIR}${DOCSDIR} \ "! -name *.orig ! -name *.bak") .include Index: head/games/renpy/distinfo =================================================================== --- head/games/renpy/distinfo (revision 505555) +++ head/games/renpy/distinfo (revision 505556) @@ -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 Index: head/games/renpy/pkg-descr =================================================================== --- head/games/renpy/pkg-descr (revision 505555) +++ head/games/renpy/pkg-descr (revision 505556) @@ -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/