notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/renpy/Makefile

Number of commits found: 63

Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Saturday, 2 Jun 2018
16:21 jbeich search for other commits by this committer
devel/renpy: update to 7.0.0

Changes:	https://www.renpy.org/release/7.0 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-0
MFH:		2018Q2 (stabilization, no in-tree consumers)
Original commitRevision:471376 
Wednesday, 16 May 2018
22:50 jbeich search for other commits by this committer
devel/renpy: unbreak with cython 0.28

PR:		228235
Obtained from:	upstream
Original commitRevision:470157 
19:59 jbeich search for other commits by this committer
devel/renpy: mark BROKEN after r470010

Error compiling Cython file:
------------------------------------------------------------
...
IMAGEDISSOLVE = 2
PIXELLATE = 3

cdef class Render:

    def __init__(Render self, float width, float height, draw_func=None,
layer_name=None, bint opaque=None): #@DuplicatedSignature
                                                                                
                    ^
------------------------------------------------------------

/wrkdirs/usr/ports/devel/renpy/work-py27/renpy-6.99.14.3-sdk/renpy/display/render.pyx:575:102:
Cannot assign None to bint
_renpy is out of date.
_renpybidi is out of date.
_renpysteam is out of date.
renpy.audio.renpysound is out of date.
renpy.parsersupport is out of date.
renpy.pydict is out of date.
renpy.style is out of date.
renpy.styledata.styleclass is out of date.
renpy.styledata.stylesets is out of date.
renpy.styledata.style_selected_hover_functions is out of date.
renpy.styledata.style_selected_idle_functions is out of date.
renpy.styledata.style_selected_insensitive_functions is out of date.
renpy.styledata.style_selected_functions is out of date.
renpy.styledata.style_hover_functions is out of date.
renpy.styledata.style_idle_functions is out of date.
renpy.styledata.style_insensitive_functions is out of date.
renpy.styledata.style_functions is out of date.
renpy.styledata.style_activate_functions is out of date.
renpy.styledata.style_selected_activate_functions is out of date.
renpy.display.render is out of date.

Command '['cython-2.7', '-Iinclude', '-Igen', '-I..',
'../renpy/display/render.pyx', '-o', 'gen/renpy.display.render.c']' returned
non-zero exit status 1

PR:		228235
Reported by:	pkg-fallout
Original commitRevision:470147 
Friday, 11 May 2018
15:26 amdmi3 search for other commits by this committer
- Fix build when python3 is the default

Approved by:	portmgr blanket
Original commitRevision:469645 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Original commitRevision:468844 
Friday, 6 Apr 2018
12:14 jbeich search for other commits by this committer
devel/renpy: update to 6.99.14.3

Changes:	https://www.renpy.org/release/6.99.14.3 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-3
MFH:		2018Q2 (mainly regression fixes, no in-tree consumers)
Original commitRevision:466640 
Wednesday, 28 Mar 2018
09:16 jbeich search for other commits by this committer
devel/renpy: update to 6.99.14.2

Changes:	https://www.renpy.org/release/6.99.14.2 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-2
MFH:		2018Q1 (minor changes, no in-tree consumers)
Original commitRevision:465786 
Monday, 5 Feb 2018
12:46 jbeich search for other commits by this committer
devel/renpy: update to 6.99.14.1

Changes:	https://www.renpy.org/release/6.99.14.1 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-1
MFH:		2018Q1
Original commitRevision:460969 
Monday, 15 Jan 2018
11:59 jbeich search for other commits by this committer
devel/renpy: drop oldtutorial in favor of renpy6

It's not shown in the launcher, anyway.
Original commitRevision:459038 
11:58 jbeich search for other commits by this committer
devel/renpy: update to 6.99.14

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14
MFH:		2018Q1 (compat with new games; all 6.99.* are unstable until 7.0)
Original commitRevision:459037 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 18 Nov 2017
19:32 zeising search for other commits by this committer
Bump portrevision to chase graphics/glew shard library version update.

PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
Original commitRevision:454454 
Wednesday, 8 Nov 2017
01:54 jbeich search for other commits by this committer
devel/renpy6: unbreak after r453509

find: gui: No such file or directory

Reported by:	pkg-fallout
Original commitRevision:453715 
Sunday, 5 Nov 2017
01:18 jbeich search for other commits by this committer
devel/renpy: partially unbreak creating a project after r421471

/usr/local/share/renpy/gui/game does not appear to be a Ren'Py game
Original commitRevision:453509 
Monday, 30 Oct 2017
19:22 jbeich search for other commits by this committer
devel/renpy6: unbreak after r453203

find: tutorial/recrop.py: No such file or directory
find: oldtutorial: No such file or directory
Original commitRevision:453207 
18:36 jbeich search for other commits by this committer
devel/renpy: update to 6.99.13

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-13
Original commitRevision:453203 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Original commitRevision:452570 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Monday, 8 May 2017
00:57 jbeich search for other commits by this committer
devel/renpy: switch to HTTPS

Homepage link "http://www.renpy.org/" is a permanent redirect to
"https://www.renpy.org/" and should be updated

Reported by:	Repology
Original commitRevision:440396 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Thursday, 2 Mar 2017
11:16 jbeich search for other commits by this committer
devel/renpy: update to 6.99.12.4

  6.99.12.4.2187: February 28, 2017
      This release fixes a number of bugs, including one that would
      cause the renpy.input function to crash. It improves the console
      (accessed with shift+O), and updates translations.

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-4
MFH:		2017Q1
Original commitRevision:435229 
Wednesday, 15 Feb 2017
03:35 jbeich search for other commits by this committer
devel/renpy: update to 6.99.12.3

  6.99.12.3.2123: February 12, 2017
      This release fixes a number of bugs. It also adds and renames gui
      variables so that every text property can be controlled by a gui
      variable, and adds support for the new Ren'Py Interactive Director.

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-3
MFH:		2017Q1
Original commitRevision:434151 
Saturday, 31 Dec 2016
16:06 jbeich search for other commits by this committer
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
MFH:		2016Q4 (no consumers apart from bug 195975)
Original commitRevision:430138 
Sunday, 25 Dec 2016
07:28 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: update to 6.99.12.1

  6.99.12.1.2012: December 23, 2016
      This fixes a major issue that could cause MultiPersistent data to
      not work on systems using non-ASCII character sets. It also fixes
      other bugs, and updates the Indonesian translation.

Changes:	http://www.renpy.org/latest.html (see Announcement)
Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-1
MFH:		2016Q4 (no consumers apart from bug 195975)
Original commitRevision:429397 
Tuesday, 20 Dec 2016
14:49 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: update to 6.99.12

Changes:	http://www.renpy.org/latest.html (see Announcement)
Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12
MFH:		2016Q4 (no consumers apart from bug 195975)
Original commitRevision:428991 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Original commitRevision:428352 
Tuesday, 6 Sep 2016
23:44 jbeich search for other commits by this committer
devel/renpy: add 6.18 slave for compatibility with games/katawa-shoujo

PKGNAMESUFFIX is based on 6.99.11 being "the latest in a series of
releases that will culminate in Ren'Py 7".
Original commitRevision:421472 
23:44 jbeich search for other commits by this committer
devel/renpy: update to 6.99.11

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-11

Temporarily mark games/katawa-shoujo as BROKEN. Other games may work fine.

  $ katawa-shoujo
  ValueError('list.remove(x): x not in list',)

  Full traceback:
    File "game/ui_settings.rpy", line 2, in script
    File "/usr/local/share/renpy/renpy/ast.py", line 805, in execute
      renpy.python.py_exec_bytecode(self.code.bytecode, self.hide,
store=self.store)
    File "/usr/local/share/renpy/renpy/python.py", line 1641, in
py_exec_bytecode
      exec bytecode in globals, locals
    File "game/ui_settings.rpy", line 21, in <module>
    File "/usr/local/share/renpy/renpy/defaultstore.py", line 91, in __setattr__
      renpy.store._set_script_version(value) # E1101 @UndefinedVariable
    File "renpy/common/00compat.rpy", line 134, in _set_script_version
      config.window_auto_hide.remove("call screen")
    File "/usr/local/share/renpy/renpy/python.py", line 568, in do_mutation
      return method(self, *args, **kwargs)
  ValueError: list.remove(x): x not in list

  While running game code:
    File "game/ui_settings.rpy", line 2, in script
    File "game/ui_settings.rpy", line 21, in <module>
    File "renpy/common/00compat.rpy", line 134, in _set_script_version
      config.window_auto_hide.remove("call screen")
  ValueError: list.remove(x): x not in list
Original commitRevision:421471 
23:44 jbeich search for other commits by this committer
Fix bin/renpy's shebang after r410677 and appease stage-qa

Warning: Bad symlink '/usr/local/bin/renpy' pointing to an absolute pathname
'/usr/local/share/renpy/renpy.py'
Original commitRevision:421470 
Friday, 25 Mar 2016
15:36 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: update to 6.99.10

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-10
Original commitRevision:411855 
Wednesday, 16 Mar 2016
12:58 jbeich search for other commits by this committer
Drop default directory from _DEPENDS in my ports

https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
Original commitRevision:411229 
Wednesday, 9 Mar 2016
01:48 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: update to 6.99.9

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-9
Original commitRevision:410677 
Saturday, 27 Feb 2016
19:51 jbeich search for other commits by this committer
devel/renpy: prepare for ffmpeg 3.0 update

Obtained from:	upstream
Original commitRevision:409682 
Sunday, 7 Feb 2016
16:25 jbeich search for other commits by this committer
Clarify LICENSE
Original commitRevision:408421 
Friday, 8 Jan 2016
00:47 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: update to 6.99.8

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-8
MFH:		2016Q1 (on 6.99.* train since 2015Q2)
Original commitRevision:405497 
Tuesday, 3 Nov 2015
13:01 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: update to 6.99.7

Changes:	http://www.renpy.org/latest.html
Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-7
Original commitRevision:400698 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Sunday, 20 Sep 2015
01:13 jbeich search for other commits by this committer
Convert the rest to USE_GL

Tested by:	make describe (only touched ports)
Approved by:	portmgr blanket
Original commitRevision:397351 
Tuesday, 15 Sep 2015
23:57 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: update to 6.99.6

Python C module build only requires pygame_sdl2 headers and they haven't
changed since initial release, so drop version from BUILD_DEPENDS.

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-6
Original commitRevision:397031 
Friday, 28 Aug 2015
14:57 jbeich search for other commits by this committer
Convert my ports to _VARS option helper
Original commitRevision:395493 
Thursday, 20 Aug 2015
13:12 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: adjust GENTOO mirrors

- 6.99.5 is now in the main repo thus mirrored
- they don't use/mirror -sdk tarball, only -source one

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b01b6
Original commitRevision:394865 
Wednesday, 29 Jul 2015
22:09 antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Original commitRevision:393196 
Friday, 24 Jul 2015
00:50 jbeich search for other commits by this committer
devel/renpy: unbreak bundled python in distributions

Don't remove *.pyo that ends up in game packages to fix

  $ tar xf foo-game-linux.tar.bz2
  $ cd foo-game-linux
  $ /compat/linux/bin/bash -x foo-game.sh
  + SCRIPT=foo-game.sh
  + '[' -L foo-game.sh ']'
  ++ dirname foo-game.sh
  + ROOT=.
  ++ cd .
  ++ pwd
  + ROOT=/path/to/foo-game-dists/foo-game-linux
  ++ basename foo-game.sh .sh
  + BASEFILE=foo-game
  + '[' -z '' ']'
  + case "$(uname -s)-$(uname -m)" in
  ++ uname -s
  ++ uname -m
  + RENPY_PLATFORM=linux-i686
  + ROOT1=/path/to/foo-game-dists/foo-game-linux
  + ROOT2=/path/to/foo-game-dists/foo-game-linux
  + for BASE in '"$ROOT"' '"$ROOT1"' '"$ROOT2"'
  + LIB=/path/to/foo-game-dists/foo-game-linux/lib/linux-i686
  + test -d /path/to/foo-game-dists/foo-game-linux/lib/linux-i686
  + break
  + exec /path/to/foo-game-dists/foo-game-linux/lib/linux-i686/foo-game -EO
/path/to/foo-game-dists/foo-game-linux/foo-game.py
  Could not find platform independent libraries <prefix>
  Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
  ImportError: No module named site

PR:		201322
Original commitRevision:392765 
00:06 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: update to 6.99.5 and switch to -sdk

- Install runtimes necessary to build game distributions for non-FreeBSD [1]
- Use vendor bytecode to avoid an issue with saves and workaround build
  now failing without X11 connection

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-5
PR:		201322 [1]
Original commitRevision:392762 
Sunday, 19 Jul 2015
07:42 jbeich search for other commits by this committer
Convert my ports to target option helpers
Original commitRevision:392488 
Thursday, 25 Jun 2015
12:57 jbeich search for other commits by this committer
devel/renpy: disable GENTOO mirrors until they host 6.99.*
Original commitRevision:390566 
Sunday, 31 May 2015
02:26 jbeich search for other commits by this committer
devel/py-game_sdl2, devel/renpy: update to 6.99.4

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-4
Original commitRevision:388046 
Friday, 29 May 2015
04:56 jbeich search for other commits by this committer
devel/renpy: fix TKINTER regressing after r382557

Traceback (most recent call last):
  File "choose_directory.rpy", line 61, in choose_directory
  File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Original commitRevision:387782 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Monday, 27 Apr 2015
14:12 jbeich search for other commits by this committer
Skip release with no changes in -source tarballs

http://lemmasoft.renai.us/forums/viewtopic.php?p=369024#p369024
Original commitRevision:384835 
Sunday, 26 Apr 2015
00:35 jbeich search for other commits by this committer
- Update to 6.99.2
- py-game_sdl2 now supports python3

Changes:	http://www.renpy.org/doc/html/changelog.html
Original commitRevision:384752 
Monday, 6 Apr 2015
20:15 jbeich search for other commits by this committer
Don't extract python bytecode from the distfile

No PORTREVISION bump: distutils defaults to building without -O
and the following files aren't even installed.

  $ ls **/*.py[co]
  module/generate_styles.pyo  module/setuplib.pyo
Original commitRevision:383478 
Wednesday, 1 Apr 2015
20:14 jbeich search for other commits by this committer
Update distfile to re-rolled 6.99.1 (again)

Given the version is now properly announced and also exists under
/release/ directory I don't expect another re-roll.

Changes:	http://renpy.org/latest.html
Pointy hat:	jbeich
Original commitRevision:382950 
Sunday, 29 Mar 2015
09:34 jbeich search for other commits by this committer
Pet portlint(1)
Original commitRevision:382575 
09:32 jbeich search for other commits by this committer
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
Original commitRevision:382574 
Saturday, 28 Mar 2015
21:23 jbeich search for other commits by this committer
Update to 6.99.1

Changes:	http://www.renpy.org/doc/html/changelog.html
Original commitRevision:382557 
21:14 jbeich search for other commits by this committer
Install pre-built Ren'Py bytecode
Original commitRevision:382555 
Friday, 20 Mar 2015
09:27 jbeich search for other commits by this committer
Install pre-built python bytecode
Original commitRevision:381724 
Thursday, 26 Feb 2015
14:50 jbeich search for other commits by this committer
- Don't try to use files generated by old Cython versions
- Fix -Wimplicit-function-declaration warning [1] which could affect
  A/V sync due to integer overflow every 72 minutes of the day

Obtained from:	https://github.com/renpy/renpy/commit/2be0638 [1]
Original commitRevision:380008 
14:50 jbeich search for other commits by this committer
Ignore some potential updates
Original commitRevision:380007 
Monday, 16 Feb 2015
08:12 jbeich search for other commits by this committer
Improve style/consistency among the ports I maintain

- Convert to COPYTREE_SHARE
- Drop unnecessary MKDIR before COPYTREE_SHARE
- Drop bsd.port.options.mk if only DOCS requires it without dependencies
- Use separate backup if several REINPLACE_CMD against the same file
- audio/alsa-utils: convert to LIBS

Differential Revision:	https://reviews.freebsd.org/D1851
Approved by:	bapt (mentor)
Original commitRevision:379072 
Tuesday, 3 Feb 2015
18:43 jbeich search for other commits by this committer
Add new port devel/renpy

PR:		195768
Differential Revision:	https://reviews.freebsd.org/D1577
Reviewed by:	games (amdmi3, earlier version)
Approved by:	flo (mentor, earlier version)
Approved by:	bapt (mentor)

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.

WWW: http://www.renpy.org/
Original commitRevision:378363 

Number of commits found: 63