1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update distfile to re-rolled 6.99.1

Lots of changes there as expected of a new prerelease snapshot until
the announcement is made. Bumping PORTREVISION instead of going back
to 6.99.0 or 6.18.3 with PORTEPOCH.

Pointy hat:	jbeich
This commit is contained in:
Jan Beich 2015-03-29 09:32:53 +00:00
parent 147b723c06
commit d9b3bb5f2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382574
5 changed files with 6 additions and 47 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= game_sdl2
PORTVERSION= 6.99.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
GENTOO/distfiles

View File

@ -1,2 +1,2 @@
SHA256 (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 0e2eec8ab936c42d5603bf7698d210525f8c6a5bbd78fe583de9af81d933c803
SIZE (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 94563
SHA256 (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 38b0d094b1459f803ae2819fcafae002de6625affc613876b073de6e143c0010
SIZE (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 94476

View File

@ -2,6 +2,7 @@
PORTNAME= renpy
PORTVERSION= 6.99.1
PORTREVISION= 1
DISTVERSIONSUFFIX=-source
CATEGORIES= devel games
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
@ -59,10 +60,6 @@ TKINTER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py
PORTDATA+= the_question tutorial
.endif
post-extract:
# https://github.com/renpy/renpy/issues/594
${CP} -n ${FILESDIR}/style_common.pxi ${BUILD_WRKSRC}/include
post-patch:
@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
${WRKSRC}/launcher/game/project.rpy

View File

@ -1,2 +1,2 @@
SHA256 (renpy-6.99.1-source.tar.bz2) = 8c34634b98a2bb0937c9582d98105d975e7157cc76f59bb9df2465e279d462fd
SIZE (renpy-6.99.1-source.tar.bz2) = 23435755
SHA256 (renpy-6.99.1-source.tar.bz2) = 8de3a491a82795e5aecbac21d8b0b4b06be8dc5e489378d0d4bf443902100e85
SIZE (renpy-6.99.1-source.tar.bz2) = 23429463

View File

@ -1,39 +0,0 @@
# Copyright 2004-2014 Tom Rothamel <pytom@bishoujo.us>
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation files
# (the "Software"), to deal in the Software without restriction,
# including without limitation the rights to use, copy, modify, merge,
# publish, distribute, sublicense, and/or sell copies of the Software,
# and to permit persons to whom the Software is furnished to do so,
# subject to the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
import renpy
from renpy.style cimport register_property_function, assign
from cpython.ref cimport PyObject
from renpy.styledata.styleutil import none_is_null, expand_focus_mask, expand_outlines, expand_anchor
cdef inline object index_0(object v):
return v[0]
cdef inline object index_1(object v):
return v[1]
cdef inline object index_2(object v):
return v[2]
cdef inline object index_3(object v):
return v[3]