Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.5 17 Jan 2024 04:54:59 |
Jason E. Hale (jhale) |
games/connectagram: Update to 1.3.5
https://github.com/gottcode/connectagram/releases/tag/v1.3.5 |
1.3.4_1 26 Jul 2023 19:58:56 |
Loïc Bartoletti (lbartoletti) |
devel/qt6: bump dependent ports |
1.3.4 16 Jun 2023 16:49:43 |
Jason E. Hale (jhale) |
games/connectagram: Update to 1.3.4
https://github.com/gottcode/connectagram/releases/tag/v1.3.4 |
1.3.3 17 Jan 2023 20:36:18 |
Jason E. Hale (jhale) |
games/connectagram: Update to 1.3.3 |
1.3.2 01 Nov 2022 20:32:47 |
Jason E. Hale (jhale) |
games/connectagram: Update to 1.3.2
Switch to Qt6 and CMake build as Qt5 support was dropped upstream. |
1.2.11_1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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.2.11_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.2.11_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.2.11_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.2.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.11 29 Jun 2020 20:36:01 |
jhale |
Update games/connectagram to 1.2.11 |
1.2.10 12 Dec 2019 15:45:39 |
jhale |
Update games/connectagram to 1.2.10 |
1.2.9_4 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.2.9_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.2.9_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.2.9_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.2.9_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.2.9 29 Jul 2018 01:59:46 |
jhale |
Update to 1.2.9 |
1.2.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.2.6 25 Feb 2018 00:10:49 |
jhale |
Adopt a few ports |
1.2.6 21 Feb 2018 15:16:30 |
jhale |
Update to 1.2.6
Make translations optional
Fix stage-qa warnings
Remove INSTALLS_ICONS (Qt apps don't use this)
Move USES block upward |
1.2.5_1 04 Jan 2018 09:00:45 |
amdmi3 |
- Pet portlint
- Update WWW |
1.2.5_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.2.5 04 Aug 2017 01:33:16 |
jhale |
Update to 1.2.5 |
1.2.4_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.2.4 13 Feb 2017 13:31:04 |
vanilla |
Update to 1.2.4. |
1.2.3 08 Oct 2016 13:40:25 |
riggs |
Update to upstream version 1.2.3 |
1.2.1 12 Jun 2016 09:03:56 |
amdmi3 |
- Switch to options helpers |
1.2.1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.2.1 17 Mar 2015 09:31:25 |
robak |
games/connectagram: update 1.1.2 -> 1.2.1
- Switch from using QT4 to QT5
- Change description text in pkg-descr
PR: 197429
Submitted by: Kato Tsuguru <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.1.2 06 Oct 2014 14:00:33 |
amdmi3 |
- Drop @dirrm* from plist
- Clarify LICENSE
- Add LICENSE_FILE |
1.1.2 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.1.2 05 Feb 2014 13:27:57 |
nemysis |
- Update to 1.1.2, Announce message:
Fixed games only saved when closing window
Added Russian wordlist
Added Hungarian wordlist
Translation updates: Croatian, Hungarian, Polish |
1.1.1 04 Feb 2014 13:57:45 |
nemysis |
- Remove USES desktop-file-utils
- Add NLS Option and REINPLACE
- Add OPTIONS_SUB
- Strip executable
- Recreate pkg-plist with make makeplist |
1.1.1 27 Nov 2013 13:44:28 |
nemysis |
- Fix typo
Approved by: pawel / wg (mentors, implicit) |
1.1.1 26 Nov 2013 20:59:56 |
nemysis |
- Change maintainer email to @FreeBSD.org
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit) |
1.1.1 22 Nov 2013 18:48:31 |
makc |
- Convert to USES=qmake
- Adjust USE_QT4 components
Approved by: portmgr (blanket approval) |
1.1.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.1.1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.1.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.1.1 07 Jun 2013 15:41:59 |
miwi |
- Update to 1.1.1
PR: 178844
Submitted by: nemysis <nemysis@gmx.ch> (maintainer) |
1.1.0 22 Feb 2013 09:17:37 |
pclin |
- Update to 1.1.0
- Refine share data/icon installation
- Reformat pkg-descr
PR: ports/176324
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Approved by: araujo (mentor) |
1.0.1_2 17 Sep 2012 14:23:31 |
jhale |
- Clean up Makefile
- Respect PREFIX
- Install pixmaps
- Convert to pkg-plist
PR: ports/171359
Submitted by: nemysis <nemysis at gmx dot ch> (maintainer)
Approved by: makc (mentor) |
1.0.1_1 20 Aug 2012 16:23:56 |
jgh |
- data is required
- use portname variable in plist
PR: 170724
Submitted by: maintainer, nemysis@gmx.ch |
1.0.1 14 Aug 2012 05:51:08 |
jgh |
Connectagram is a word unscrambling game. The board consists
of several scrambled words that are joined together.
You can choose the length of the words, the amount of words,
and the pattern that the words are arranged in.
The game provides a hint option for times when you are stuck,
and features an online word lookup that fetches the definitions
of each word from www.dict.org. Your current progress is automatically saved.
Note that this game involves a large and varied word list,
some of which may be considered inappropriate for children.
You can edit the file containing the word list if you wish
to remove words from your game. The location of this file varies by platform.
WWW: http://gottcode.org/connectagram/
PR: ports/167849
Submitted by: nemysis@gmx.ch |