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: games/katawa-shoujo/Makefile

Number of commits found: 19

Sunday, 8 Mar 2020
11:49 jbeich search for other commits by this committer
games/renpy: bump expiration for master port

Upstream is working on Python 3 support for RenPy 7. However, RenPy 6
may need to be retired, so propagate the warning to the only consumer.
Original commitRevision:528029 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Monday, 3 Sep 2018
00:21 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)
Original commitRevision:478837 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
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 
Saturday, 17 Sep 2016
08:10 jbeich search for other commits by this committer
games/katawa-shoujo: chase r421995
Original commitRevision:422298 
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 
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 
Friday, 8 Jan 2016
00:48 jbeich search for other commits by this committer
games/katawa-shoujo: include Italian translation

Changes:	http://katawashoujo.blogspot.fi/2015/12/katawa-shoujo-in-italian.html
MFH:		2016Q1
Original commitRevision:405498 
Saturday, 18 Jul 2015
17:28 jbeich search for other commits by this committer
Per r390886 stop pulling unnecessary GTK+ deps in my ports
Original commitRevision:392439 
16:41 jbeich search for other commits by this committer
games/katawa-shoujo: update to 1.3.1

Changes:	http://katawashoujo.blogspot.fi/2015/06/katawa-shoujo-131-release-and-end-of.html
Original commitRevision:392429 
Friday, 29 May 2015
19:56 jbeich search for other commits by this committer
games/katawa-shoujo: slightly simplify distfiles
Original commitRevision:387884 
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 
Friday, 8 May 2015
13:30 jbeich search for other commits by this committer
games/katawa-shoujo: update to 1.3

- Drop MANUAL_PACKAGE_BUILD for package size < 1G
- List available languages in pkg-descr

Changes:	http://katawashoujo.blogspot.fi/2015/04/katawa-shoujo-japanese-translation.html
Original commitRevision:385778 
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 
Saturday, 7 Feb 2015
19:38 jbeich search for other commits by this committer
Use INSTALL_MAN for documentation per r367307 and Porter's Handbook

Approved by:	mentors (implicit)
Original commitRevision:378613 
Tuesday, 3 Feb 2015
19:14 jbeich search for other commits by this committer
Add new port games/katawa-shoujo

PR:		195769
Differential Revision:	https://reviews.freebsd.org/D1601
Requested by:	XENOHEAVEN on forums.pcbsd.org
Reviewed by:	games (amdmi3)
Approved by:	flo (mentor)

Katawa Shoujo is a bishoujo-style visual novel set in the fictional
Yamaku High School for disabled children, located somewhere in modern
Japan. Hisao Nakai, a normal boy living a normal life, has his life
turned upside down when a congenital heart defect forces him to move
to a new school after a long hospitalization. Despite his
difficulties, Hisao is able to find friends - and perhaps love, if he
plays his cards right. There are five main paths corresponding to the
5 main female characters, each path following the storyline pertaining
to that character.

WWW: http://www.katawa-shoujo.com/
Original commitRevision:378367 

Number of commits found: 19