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.

Port details
renpy Framework for developing visual-novel type games
7.0.0 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.0.0Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-02-03 18:43:24
Last Update: 2018-09-03 00:21:45
SVN Revision: 478837
Also Listed In: games
License: APACHE20 BSD3CLAUSE DejaVu LGPL21+ MIT OFL11 ZLIB ART20 PSFL FREETYPE LIBJPEG LIBPNG MSVCR90
WWW:
https://www.renpy.org/
Description:
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: https://www.renpy.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • renpy>0:devel/renpy
No installation instructions:
This port has been deleted.
PKGNAME: renpy
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1527821217 SHA256 (renpy-7.0.0-sdk.tar.bz2) = 548561684b4e800c5aa349f9fae0371789c462dc3ede4ffd60ef45d3df1cc384 SIZE (renpy-7.0.0-sdk.tar.bz2) = 92106485

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-game_sdl2>0 : devel/py-game_sdl2@py27
  2. sdl2-config : devel/sdl20
  3. cython-2.7 : lang/cython@py27
  4. py27-setuptools>0 : devel/py-setuptools@py27
  5. python2.7 : lang/python27
Runtime dependencies:
  1. py27-game_sdl2>=7.0.0 : devel/py-game_sdl2@py27
  2. py27-tkinter>0 : x11-toolkits/py-tkinter@py27
  3. py27-setuptools>0 : devel/py-setuptools@py27
  4. python2.7 : lang/python27
Library dependencies:
  1. libfribidi.so : converters/fribidi
  2. libpng.so : graphics/png
  3. libavcodec.so : multimedia/ffmpeg
  4. libfreetype.so : print/freetype2
  5. libSDL2.so : devel/sdl20
  6. libGLEW.so : graphics/glew
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for renpy-7.0.0: DIST=on: Distribution runtimes for Windows, OS X, Linux DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples TKINTER=on: Install Tkinter to allow choosing Projects Directory ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:2.7 shebangfix tar:bz2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://www.renpy.org/dl/7.0.0/
Collapse this list.

Number of commits found: 64

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.0.0
03 Sep 2018 00:21:45
Revision:478837Original commit files touched by this commit
jbeich search for other commits by this committer
Reorganize some my ports for better discoverability

devel/onscripter{,-1byte} -> games/onscripter{,-1byte}
devel/ponscripter-sekai -> games/ponscripter-sekai
devel/renpy{,6} -> games/renpy{,6}
devel/rlvm -> games/rlvm
dns/openmdns -> net/openmdns (where Bonjour and Avahi are)
7.0.0
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
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
7.0.0
02 Jun 2018 16:21:07
Revision:471376Original commit files touched by this commit
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)
6.99.14.3_2
16 May 2018 22:50:26
Revision:470157Original commit files touched by this commit
jbeich search for other commits by this committer
devel/renpy: unbreak with cython 0.28

PR:		228235
Obtained from:	upstream
6.99.14.3_1
16 May 2018 19:59:03
Revision:470147Original commit files touched by this commit
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.99.14.3_1
11 May 2018 15:26:18
Revision:469645Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix build when python3 is the default

Approved by:	portmgr blanket
6.99.14.3_1
02 May 2018 15:07:27
Revision:468844Original commit files touched by this commit
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
6.99.14.3
06 Apr 2018 12:14:41
Revision:466640Original commit files touched by this commit
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)
6.99.14.2
28 Mar 2018 09:16:58
Revision:465786Original commit files touched by this commit
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)
6.99.14.1
05 Feb 2018 12:46:10
Revision:460969Original commit files touched by this commit
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
6.99.14_1
15 Jan 2018 11:59:41
Revision:459038Original commit files touched by this commit
jbeich search for other commits by this committer
devel/renpy: drop oldtutorial in favor of renpy6

It's not shown in the launcher, anyway.
6.99.14
15 Jan 2018 11:58:56
Revision:459037Original commit files touched by this commit
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)
6.99.13_2
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.99.13_2
18 Nov 2017 19:32:39
Revision:454454Original commit files touched by this commit
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
6.99.13_1
08 Nov 2017 01:54:38
Revision:453715Original commit files touched by this commit
jbeich search for other commits by this committer
devel/renpy6: unbreak after r453509

find: gui: No such file or directory

Reported by:	pkg-fallout
6.99.13_1
05 Nov 2017 01:18:42
Revision:453509Original commit files touched by this commit
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
6.99.13
30 Oct 2017 19:22:19
Revision:453207Original commit files touched by this commit
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
6.99.13
30 Oct 2017 18:36:00
Revision:453203Original commit files touched by this commit
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
6.99.12.4_3
21 Oct 2017 06:50:50
Revision:452570Original commit files touched by this commit
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
6.99.12.4_2
23 May 2017 05:03:16
Revision:441503Original commit files touched by this commit
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
6.99.12.4_1
08 May 2017 00:57:14
Revision:440396Original commit files touched by this commit
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
6.99.12.4_1
25 Apr 2017 08:20:31
Revision:439367Original commit files touched by this commit
riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
6.99.12.4
02 Mar 2017 11:16:35
Revision:435229Original commit files touched by this commit
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
6.99.12.3
15 Feb 2017 03:35:29
Revision:434151Original commit files touched by this commit
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
6.99.12.2
31 Dec 2016 16:06:03
Revision:430138Original commit files touched by this commit
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)
6.99.12.1
25 Dec 2016 07:28:31
Revision:429397Original commit files touched by this commit
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)
6.99.12
20 Dec 2016 14:49:38
Revision:428991Original commit files touched by this commit
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)
6.99.11_1
11 Dec 2016 15:22:47
Revision:428352Original commit files touched by this commit
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)
6.99.11
06 Sep 2016 23:44:59
Revision:421472Original commit files touched by this commit
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".
6.99.11
06 Sep 2016 23:44:45
Revision:421471Original commit files touched by this commit
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.99.10_1
06 Sep 2016 23:44:31
Revision:421470Original commit files touched by this commit
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'
6.99.10
25 Mar 2016 15:36:15
Revision:411855Original commit files touched by this commit
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
6.99.9
16 Mar 2016 12:58:17
Revision:411229Original commit files touched by this commit
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
6.99.9
09 Mar 2016 01:48:03
Revision:410677Original commit files touched by this commit
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
6.99.8_1
27 Feb 2016 19:51:11
Revision:409682Original commit files touched by this commit
jbeich search for other commits by this committer
devel/renpy: prepare for ffmpeg 3.0 update

Obtained from:	upstream
6.99.8
07 Feb 2016 16:25:33
Revision:408421Original commit files touched by this commit
jbeich search for other commits by this committer
Clarify LICENSE
6.99.8
08 Jan 2016 00:47:52
Revision:405497Original commit files touched by this commit
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)
6.99.7
03 Nov 2015 13:01:34
Revision:400698Original commit files touched by this commit
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
6.99.6
19 Oct 2015 14:50:52
Revision:399684Original commit files touched by this commit
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
6.99.6
20 Sep 2015 01:13:48
Revision:397351Original commit files touched by this commit
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
6.99.6
15 Sep 2015 23:57:29
Revision:397031Original commit files touched by this commit
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
6.99.5_1
28 Aug 2015 14:57:29
Revision:395493Original commit files touched by this commit
jbeich search for other commits by this committer
Convert my ports to _VARS option helper
6.99.5_1
20 Aug 2015 13:12:48
Revision:394865Original commit files touched by this commit
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
6.99.5_1
29 Jul 2015 22:09:55
Revision:393196Original commit files touched by this commit
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
6.99.5_1
24 Jul 2015 00:50:40
Revision:392765Original commit files touched by this commit
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.99.5
24 Jul 2015 00:06:11
Revision:392762Original commit files touched by this commit
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]
6.99.4
19 Jul 2015 07:42:22
Revision:392488Original commit files touched by this commit
jbeich search for other commits by this committer
Convert my ports to target option helpers
6.99.4
25 Jun 2015 12:57:23
Revision:390566Original commit files touched by this commit
jbeich search for other commits by this committer
devel/renpy: disable GENTOO mirrors until they host 6.99.*
6.99.4
31 May 2015 02:26:57
Revision:388046Original commit files touched by this commit
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
6.99.2_1
29 May 2015 04:56:21
Revision:387782Original commit files touched by this commit
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
6.99.2
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
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
6.99.2
27 Apr 2015 14:12:47
Revision:384835Original commit files touched by this commit
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
6.99.2
26 Apr 2015 00:35:19
Revision:384752Original commit files touched by this commit
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
6.99.1_2
06 Apr 2015 20:15:11
Revision:383478Original commit files touched by this commit
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
6.99.1_2
01 Apr 2015 20:14:33
Revision:382950Original commit files touched by this commit
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
6.99.1_1
29 Mar 2015 09:34:29
Revision:382575Original commit files touched by this commit
jbeich search for other commits by this committer
Pet portlint(1)
6.99.1_1
29 Mar 2015 09:32:54
Revision:382574Original commit files touched by this commit
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
6.99.1
28 Mar 2015 21:23:10
Revision:382557Original commit files touched by this commit
jbeich search for other commits by this committer
Update to 6.99.1

Changes:	http://www.renpy.org/doc/html/changelog.html
6.18.3_3
28 Mar 2015 21:14:45
Revision:382555Original commit files touched by this commit
jbeich search for other commits by this committer
Install pre-built Ren'Py bytecode
6.18.3_2
20 Mar 2015 09:27:14
Revision:381724Original commit files touched by this commit
jbeich search for other commits by this committer
Install pre-built python bytecode
6.18.3_1
26 Feb 2015 14:50:38
Revision:380008Original commit files touched by this commit
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]
6.18.3
26 Feb 2015 14:50:21
Revision:380007Original commit files touched by this commit
jbeich search for other commits by this committer
Ignore some potential updates
6.18.3
16 Feb 2015 08:12:17
Revision:379072Original commit files touched by this commit
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)
6.18.3
03 Feb 2015 18:43:05
Revision:378363Original commit files touched by this commit
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/

Number of commits found: 64