Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.5 07 Mar 2025 22:55:47
    |
Dmitry Marakasov (amdmi3)  |
games/simsu: update 1.4.4 → 1.4.5 |
1.4.4 06 Feb 2025 22:40:39
    |
Dmitry Marakasov (amdmi3)  |
games/simsu: update 1.4.3 → 1.4.4 |
1.4.3 28 Feb 2024 20:04:00
    |
Dmitry Marakasov (amdmi3)  |
games/simsu: update 1.4.2 → 1.4.3 |
1.4.2_1 26 Jul 2023 19:58:56
    |
Loïc Bartoletti (lbartoletti)  |
devel/qt6: bump dependent ports |
1.4.2 26 Jan 2023 17:55:05
    |
Dmitry Marakasov (amdmi3)  |
games/*: do not needlessly run-depend on qt6-tools |
1.4.2 12 Jan 2023 17:41:58
    |
Dmitry Marakasov (amdmi3)  |
games/simsu: update 1.4.1 → 1.4.2 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.1 01 Sep 2022 18:13:33
    |
Dmitry Marakasov (amdmi3)  |
games/simsu: update 1.4.0 → 1.4.1
- Simplify by not installing docs which are mostly useless |
1.4.0_1 20 Jul 2022 14:21:58
    |
Tobias C. Berner (tcberner)  |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.0_1 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.4.0 16 Jun 2021 11:58:08
    |
Dmitry Marakasov (amdmi3)  |
games/simsu: update to 1.4.0 |
1.3.9 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.9 03 May 2020 01:14:50
  |
amdmi3  |
- Update to 1.3.9 |
1.3.8 07 Apr 2020 11:15:13
  |
amdmi3  |
- Switch to share/man |
1.3.8 14 Aug 2019 18:16:28
  |
amdmi3  |
- Update to 1.3.8 |
1.3.7_4 26 Jul 2019 20:46:57
  |
gerald  |
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 |
1.3.7_3 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.3.7_2 12 Dec 2018 01:35:36
  |
gerald  |
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 |
1.3.7_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.3.7 25 Jul 2018 18:30:41
  |
amdmi3  |
- Update to 1.3.7 |
1.3.6 28 Jun 2018 17:39:55
  |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.3.6 07 Jun 2018 17:02:17
  |
amdmi3  |
- Update to 1.3.6 |
1.3.5 30 Dec 2017 18:19:49
  |
amdmi3  |
- Update to 1.3.5
- Update WWW |
1.3.4_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.3.4 21 Aug 2017 11:45:11
  |
amdmi3  |
- Update to 1.3.4 |
1.3.3_2 14 Jul 2017 11:35:51
  |
amdmi3  |
- Pet portlint
- Update WWW
- Add distfile mirror |
1.3.3_2 23 May 2017 05:03:16
  |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.3.3_1 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.3.3 17 Feb 2017 13:36:03
  |
amdmi3  |
- Take maintainership |
1.3.3 19 Jan 2017 02:23:38
  |
jhale  |
Update to 1.3.3
Add missing dependencies reported by stage-qa |
1.3.2 01 Mar 2016 10:38:44
  |
madpilot  |
- Update to 1.3.2
- Add LICENSE_FILE
- Remove unneeded INSTALLS_ICONS
- Use option targets
PR: 207160
Submitted by: Ports Fury |
1.3.1 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.3.1 03 Mar 2015 20:30:57
  |
madpilot  |
Update to 1.3.1.
PR: 197434
Submitted by: tkato432@yahoo.com |
31 Oct 2014 16:11:34

|
amdmi3  |
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino |
1.2.3_1 11 Oct 2014 14:01:10
  |
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist |
1.2.3_1 05 May 2014 22:02:10
  |
nemysis  |
games/bombherman
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/connectagram
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Break lines around 80 characters
games/cretan-hubris
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team (Only the first 15 lines of the commit message are shown above ) |
1.2.3_1 04 Feb 2014 13:58:04
  |
nemysis  |
- Add NLS Option and REINPLACE
- Add OPTIONS_SUB
- Strip executable
- Recreate pkg-plist with make makeplist |
1.2.3_1 29 Nov 2013 12:41:59
  |
nemysis  |
- Fix build, add USE_QT4= gui
Approved by: pawel / wg (mentors, implicit) |
1.2.3_1 27 Nov 2013 11:49:17
  |
nemysis  |
- Change Makefile header
- Change maintainer email to @FreeBSD.org
- Add DOCS Option
- Add OPTIONS_SUB
- Change pkg-plist, remove mtree
Approved by: pawel / wg (mentors, implicit) |
1.2.3_1 22 Nov 2013 18:48:31
  |
makc  |
- Convert to USES=qmake
- Adjust USE_QT4 components
Approved by: portmgr (blanket approval) |
1.2.3_1 22 Oct 2013 13:53:34
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
1.2.3_1 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.2.3_1 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.2.3_1 23 Feb 2013 19:13:43
  |
rm  |
- remove dependency on desktopfileutils, because target desktop-file doesn't
contains MimeType key.
- bump PORTREVISION because of dependency change
Reported by: makc
Approved by: nemysis <nemysis@gmx.ch> (maintainer, by mail) |
1.2.3 20 Feb 2013 19:21:31
  |
rm  |
- update to 1.2.3
- restore 'Created by' in Makefile header
- add dependency on desktopfileutils
PR: 176171
Submitted by: nemysis <nemysis@gmx.ch> (maintainer) |
1.2.2_2 08 Sep 2012 21:02:42
  |
ak  |
- Simplify Makefile [1]
- Remove deprecated comments at the top of Makefile
PR: ports/171358
Submitted by: nemysis <nemysis at gmx.ch> (maintainer) [1] |
1.2.2_1 01 Sep 2012 13:39:34
  |
rakuco  |
Fix typo in icon directory name.
PR: ports/171233
Submitted by: nemysis <nemysis@gmx.ch> (maintainer) |
1.2.2_1 27 Aug 2012 17:39:52
 |
jgh  |
- port requires data
- adopt optionsNG for DOCS
- move from cp to install_data for icons
- drop INSTALL doc from PORTDOCS
PR: 170742
Submitted by: maintainer, nemysis@gmx.ch |
1.2.2 06 Jun 2012 06:44:38
 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.2.2 13 May 2012 10:12:23
 |
mva  |
Simsu is a basic Sudoku game. You can switch between filling in notes
(pencil mode), or filling in answers (pen mode).
To make it easier to see where to place numbers, you can highlight
all instances of a number. You can also check your answers for
correctness while playing. The game stores your current notes and answers,
so that you can pick up where you left off the next time you play.
WWW: http://gottcode.org/simsu/
PR: ports/167238
Submitted by: nemysis@gmx.ch |