notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/anki/Makefile
SVNWeb

Number of commits found: 131 (showing only 100 on this page)

1 | 2  »  

Mon, 8 May 2023
[ 11:54 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:5a788a624932f69708a11d4470c157bd216d455d  commit hash:5a788a624932f69708a11d4470c157bd216d455d  commit hash:5a788a624932f69708a11d4470c157bd216d455d  5a788a6  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
games/anki: Update to 2.1.62

* Since release 2.1.55, upstream has changed the build system to a
  homebrew solution written in Rust, which generates the files for
  ninja(1) and then uses the latter also for building.

  As a result, quite a number of patches, that revolved around the
  Bazel build system, can now be removed and the Makefile can also be
  slimmed down considerably.

  By environment variables recognized by the build system, some
  required binaries (e.g. Python, Node.js, etc.) for the build can be
  directly defined instead downloading the binary tarballs from the
  official repositories, which saving quite a bit of patches at
  the end.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 2 May 2023
[ 06:34 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:bdcfffd8573e09ef4c838b3dd1444fa15e508c4e  commit hash:bdcfffd8573e09ef4c838b3dd1444fa15e508c4e  commit hash:bdcfffd8573e09ef4c838b3dd1444fa15e508c4e  bdcfffd 
games/anki: Fix crashes with nVidia drivers

* Prevent Anki from explicitly loading "libGL.so.1", which leads to
  segfaults in environments that have nVidia drivers in use.

* Bump PORTREVISION due package change.

PR:		270778
Reported by:	bitbucket63-it@yahoo.com
MFH:		2023Q2
Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
Sun, 23 Apr 2023
[ 13:14 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:3db55c4e97489e0f34fd7d35be6be0a4d0599061  commit hash:3db55c4e97489e0f34fd7d35be6be0a4d0599061  commit hash:3db55c4e97489e0f34fd7d35be6be0a4d0599061  3db55c4  (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.69.0

PR:		270953
Sat, 8 Apr 2023
[ 15:13 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912  commit hash:ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912  commit hash:ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912  ff40d94  (Only the first 10 of 554 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{119,120} update
Thu, 16 Mar 2023
[ 11:11 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:ebf29acc6ce4942cbc6ee75d81b6b97391e4371f  commit hash:ebf29acc6ce4942cbc6ee75d81b6b97391e4371f  commit hash:ebf29acc6ce4942cbc6ee75d81b6b97391e4371f  ebf29ac  (Only the first 10 of 351 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.68.0

PR:		270080
Fri, 10 Mar 2023
[ 05:51 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:89fcb25ec43a78886b86a0a82eb46e74d131d8f1  commit hash:89fcb25ec43a78886b86a0a82eb46e74d131d8f1  commit hash:89fcb25ec43a78886b86a0a82eb46e74d131d8f1  89fcb25 
games/anki: Switch to PyQt6

* This also fixes runtime errors [1] that occur in environments where
  PyQt5 and PyQt6 are present.  In that case Anki prefers PyQt6 over
  PyQt5 upon invocation which leads then to following error:

$ anki
Running with temporary Qt5 compatibility shims.
Run with DISABLE_QT5_COMPAT=1 to confirm compatibility with Qt6.
Traceback (most recent call last):
  File "/usr/local/bin/anki", line 7, in <module>
    import aqt
  File "/usr/local/share/anki/aqt/__init__.py", line 74, in <module>
    from aqt.main import AnkiQt  # isort:skip
  File "/usr/local/share/anki/aqt/main.py", line 20, in <module>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 9 Mar 2023
[ 11:15 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:6d3a647cc0ba425475074038caed83f68bd739b2  commit hash:6d3a647cc0ba425475074038caed83f68bd739b2  commit hash:6d3a647cc0ba425475074038caed83f68bd739b2  6d3a647  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
PyQt: Update to latest versions

- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7

PR:		269751
Exp-run by:	antoine
Wed, 15 Feb 2023
[ 19:06 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:56b5ec772f679a600dabe41622c1350594628286  commit hash:56b5ec772f679a600dabe41622c1350594628286  commit hash:56b5ec772f679a600dabe41622c1350594628286  56b5ec7  (Only the first 10 of 554 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{119,120} update
Mon, 13 Feb 2023
[ 14:52 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:109e35fd592baffe0d7ece384d16e243468dcc42  commit hash:109e35fd592baffe0d7ece384d16e243468dcc42  commit hash:109e35fd592baffe0d7ece384d16e243468dcc42  109e35f  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.67.1

PR:		269336
Thu, 9 Feb 2023
[ 21:55 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:2297efc51b0f75d25389b742048fb7e9b2d96f0d  commit hash:2297efc51b0f75d25389b742048fb7e9b2d96f0d  commit hash:2297efc51b0f75d25389b742048fb7e9b2d96f0d  2297efc  (Only the first 10 of 554 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after GO_DEFAULT update.
Sat, 14 Jan 2023
[ 11:31 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:3b383d833aadb5e3e89d8ee3db1fef37ac239af6  commit hash:3b383d833aadb5e3e89d8ee3db1fef37ac239af6  commit hash:3b383d833aadb5e3e89d8ee3db1fef37ac239af6  3b383d8  (Only the first 10 of 549 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTVERSION after lang/go{118,119} update
Sat, 7 Jan 2023
[ 19:24 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:12f1c627d4a26e8098339900303640f7520b6673  commit hash:12f1c627d4a26e8098339900303640f7520b6673  commit hash:12f1c627d4a26e8098339900303640f7520b6673  12f1c62  (Only the first 10 of 323 ports in this commit are shown above. View all ports for this commit)
*/*: Bump rust (cargo) ports to reflect on WITH_LTO

Bump ports in tree so they get rebuilt with new default settings
for cargo ports
Tue, 20 Dec 2022
[ 17:37 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:ba14e01a5249ee9d2f51183587dde36067be000f  commit hash:ba14e01a5249ee9d2f51183587dde36067be000f  commit hash:ba14e01a5249ee9d2f51183587dde36067be000f  ba14e01  (Only the first 10 of 240 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.66.0

PR:		268415
Sun, 11 Dec 2022
[ 11:17 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:d9ad1002d517a618a299e45ae70075f2cfc66d2a  commit hash:d9ad1002d517a618a299e45ae70075f2cfc66d2a  commit hash:d9ad1002d517a618a299e45ae70075f2cfc66d2a  d9ad100  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{118,119} update
Thu, 17 Nov 2022
[ 07:06 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:9bf6a9996323c016eb295bd6190b0e47ad76fdf4  commit hash:9bf6a9996323c016eb295bd6190b0e47ad76fdf4  commit hash:9bf6a9996323c016eb295bd6190b0e47ad76fdf4  9bf6a99  (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.65.0

PR:		267622
Sun, 30 Oct 2022
[ 12:07 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:afe651cf62deb08500a44cde90296a818effe5ae  commit hash:afe651cf62deb08500a44cde90296a818effe5ae  commit hash:afe651cf62deb08500a44cde90296a818effe5ae  afe651c  (Only the first 10 of 230 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.64.0

PR:		267173
Thu, 6 Oct 2022
[ 19:24 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:bde51869ee0206eeaa2849d8ef28b14da59727a3  commit hash:bde51869ee0206eeaa2849d8ef28b14da59727a3  commit hash:bde51869ee0206eeaa2849d8ef28b14da59727a3  bde5186  (Only the first 10 of 525 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{118,119} update
Fri, 16 Sep 2022
[ 03:42 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:09353d0a9c71e245d4460d90af49451261a8d587  commit hash:09353d0a9c71e245d4460d90af49451261a8d587  commit hash:09353d0a9c71e245d4460d90af49451261a8d587  09353d0  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
games/anki: Update to 2.1.54

* Remove BROKEN for aarch64 as the FreeBSD related sections in the
  Bazel rules should now be architecture independent.

* Build a separate binary version of "esbuild" beforehand as the JS
  counterpart, which is used by the Bazel NodeJS ruleset, has fixed
  version checks that cannot patched out easily.

Changelogs since 2.1.49:

https://github.com/ankitects/anki/releases/tag/2.1.54
https://github.com/ankitects/anki/releases/tag/2.1.53
https://github.com/ankitects/anki/releases/tag/2.1.52
https://github.com/ankitects/anki/releases/tag/2.1.51
https://github.com/ankitects/anki/releases/tag/2.1.50

Reviewed by:	tcberner (earlier revision)
MFH:		No (feature release)
Differential Revision:	https://reviews.freebsd.org/D36461
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 25 Aug 2022
[ 14:49 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:b9b250f91299716bc4a7a6b7b8db2284c57f16ca  commit hash:b9b250f91299716bc4a7a6b7b8db2284c57f16ca  commit hash:b9b250f91299716bc4a7a6b7b8db2284c57f16ca  b9b250f  (Only the first 10 of 227 ports in this commit are shown above. View all ports for this commit)
rust: bring back update to 1.63

Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.

With hat:	portmgr
[ 10:49 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:783c056d7d681d66e2c5c59251c275d65274028e  commit hash:783c056d7d681d66e2c5c59251c275d65274028e  commit hash:783c056d7d681d66e2c5c59251c275d65274028e  783c056  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
Revert "lang/rust: Bump revisions after 1.63.0"

This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.

PR:	265915
[ 08:51 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:c7912d97754bb7aa9a18eb33df53f91cba4cd82d  commit hash:c7912d97754bb7aa9a18eb33df53f91cba4cd82d  commit hash:c7912d97754bb7aa9a18eb33df53f91cba4cd82d  c7912d9  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.63.0
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 2 Jul 2022
[ 13:47 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:a50372b91f2b327f3bc400d088e21f4b18c2a112  commit hash:a50372b91f2b327f3bc400d088e21f4b18c2a112  commit hash:a50372b91f2b327f3bc400d088e21f4b18c2a112  a50372b  (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.62.0
Tue, 31 May 2022
[ 13:06 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:e9a35a1c5016dde2e50c722753b048dfeb7093be  commit hash:e9a35a1c5016dde2e50c722753b048dfeb7093be  commit hash:e9a35a1c5016dde2e50c722753b048dfeb7093be  e9a35a1c  (Only the first 10 of 204 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.61.0
Tue, 3 May 2022
[ 08:00 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:57c3caaa6c71fac422a82aa252be380179d3c042  commit hash:57c3caaa6c71fac422a82aa252be380179d3c042  commit hash:57c3caaa6c71fac422a82aa252be380179d3c042  57c3caa  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
lang/rust: Relink ports after the Rust 1.60.0 update
Wed, 30 Mar 2022
[ 10:13 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:c4d23d072136ddd4d0a1db1332d4f7c2339f0ce7  commit hash:c4d23d072136ddd4d0a1db1332d4f7c2339f0ce7  commit hash:c4d23d072136ddd4d0a1db1332d4f7c2339f0ce7  c4d23d0 
games/anki: Mark as BROKEN on aarch64

* Now that devel/bazel can be built on aarch64, some of Anki's Bazel
  rule files still need to be adjusted accordingly.  This needs some
  time and testing thus mark it as BROKEN on aarch64 for now.

MFH:		2022Q1
Mon, 28 Mar 2022
[ 10:37 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:7632b651e6578dc8198712a132de6c0a76c8a9e4  commit hash:7632b651e6578dc8198712a132de6c0a76c8a9e4  commit hash:7632b651e6578dc8198712a132de6c0a76c8a9e4  7632b65 
games/anki: Update to 2.1.49

While I'm here:

* Use ECHO_CMD instead of ECHO as the latter one is already defined in
  /usr/share/mk/sys.mk, which can either be "echo" or "true" if the make
  flag -s is given.

Changelog:

https://github.com/ankitects/anki/releases/tag/2.1.49

PR:		262735
Reported by:	Pau Amma
MFH:		No (2022Q2 is soon)
Tue, 15 Mar 2022
[ 09:51 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:e255ac5487b4968237729e953a156c2be8914617  commit hash:e255ac5487b4968237729e953a156c2be8914617  commit hash:e255ac5487b4968237729e953a156c2be8914617  e255ac5  (Only the first 10 of 194 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.59.0
Mon, 7 Mar 2022
[ 17:39 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  2d8f8573  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
devel/py-qt5, devel/py-sip: Update versions

- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
Thu, 3 Feb 2022
[ 14:02 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:d64a2a380f88ceec8264db6bbc94805f58112ee7  commit hash:d64a2a380f88ceec8264db6bbc94805f58112ee7  commit hash:d64a2a380f88ceec8264db6bbc94805f58112ee7  d64a2a3  (Only the first 10 of 180 ports in this commit are shown above. View all ports for this commit)
lang/rust: Relink consumers

PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
Thu, 27 Jan 2022
[ 06:12 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  4f0a5e1  (Only the first 10 of 205 ports in this commit are shown above. View all ports for this commit)
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.

SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 23 Jan 2022
[ 20:56 Rene Ladan (rene) search for other commits by this committer ]    commit hash:48d98ef9181e828b575f37e1841ad53e5def5987  commit hash:48d98ef9181e828b575f37e1841ad53e5def5987  commit hash:48d98ef9181e828b575f37e1841ad53e5def5987  48d98ef  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
cleanup: remove transitive py27 deprecation (www/qt5-webengine)
Mon, 17 Jan 2022
[ 11:57 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:835bd573300a74e379d8f37fefec3a0e9d24e391  commit hash:835bd573300a74e379d8f37fefec3a0e9d24e391  commit hash:835bd573300a74e379d8f37fefec3a0e9d24e391  835bd57  (Only the first 10 of 177 ports in this commit are shown above. View all ports for this commit)
lang/rust: Bump revisions after 1.58.0
Sun, 5 Dec 2021
[ 12:35 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:5a7f23c69df040ff8b38bb1c0d25db96cc1c2605  commit hash:5a7f23c69df040ff8b38bb1c0d25db96cc1c2605  commit hash:5a7f23c69df040ff8b38bb1c0d25db96cc1c2605  5a7f23c  (Only the first 10 of 177 ports in this commit are shown above. View all ports for this commit)
lang/rust: Rebuild consumers for Rust 1.57.0
Mon, 25 Oct 2021
[ 08:55 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:ad90fc634b9923b6fb3b5072b30bc104175a0061  commit hash:ad90fc634b9923b6fb3b5072b30bc104175a0061  commit hash:ad90fc634b9923b6fb3b5072b30bc104175a0061  ad90fc6  (Only the first 10 of 170 ports in this commit are shown above. View all ports for this commit)
*: Rebuild for Rust 1.56.0
[ 08:49 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:551949aec246598fcd730e299245295af56e28a9  commit hash:551949aec246598fcd730e299245295af56e28a9  commit hash:551949aec246598fcd730e299245295af56e28a9  551949a 
games/anki: Chase USES=cargo's new git source support

PR:		256581
Wed, 22 Sep 2021
[ 17:34 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:c8be80df2a26c5877173a65d042fc4e687e82b88  commit hash:c8be80df2a26c5877173a65d042fc4e687e82b88  commit hash:c8be80df2a26c5877173a65d042fc4e687e82b88  c8be80d 
games/anki: Update to 2.1.48

Changelog:

https://github.com/ankitects/anki/releases/tag/2.1.48

MFH:		2021Q3
Sun, 19 Sep 2021
[ 09:03 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:7059b437276adb3724a01c87aa54da081f71c94b  commit hash:7059b437276adb3724a01c87aa54da081f71c94b  commit hash:7059b437276adb3724a01c87aa54da081f71c94b  7059b43  (Only the first 10 of 163 ports in this commit are shown above. View all ports for this commit)
*: Rebuild lang/rust consumers after the 1.55.0 update
Tue, 31 Aug 2021
[ 10:16 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:95fe5f51344e1e7bbf40701c1b24fd18b19409d3  commit hash:95fe5f51344e1e7bbf40701c1b24fd18b19409d3  commit hash:95fe5f51344e1e7bbf40701c1b24fd18b19409d3  95fe5f5 
games/anki: Update to 2.1.47

Changelog:

https://changes.ankiweb.net/changes/2.1.40-49.html#changes-in-2147

MFH:		2021Q3
Sat, 28 Aug 2021
[ 13:42 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:70f1b063ed6e9bfdab36a45f5fb18898d5e66b24  commit hash:70f1b063ed6e9bfdab36a45f5fb18898d5e66b24  commit hash:70f1b063ed6e9bfdab36a45f5fb18898d5e66b24  70f1b06  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
lang/rust: Rebuild consumers for 1.54.0
Fri, 13 Aug 2021
[ 12:28 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:83f30a2775ac114cf71dab7ea64917c618668f42  commit hash:83f30a2775ac114cf71dab7ea64917c618668f42  commit hash:83f30a2775ac114cf71dab7ea64917c618668f42  83f30a2  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
games/anki: Update to 2.1.46

* Remove DIST_SUBDIR, which once made sense when Anki was still a pure
  Python port.  Anki now needs a lot of Rust crates that are also used
  by other ports.

  Therefore, these crates should be placed in the usual place and not
  in an additional subdirectory to save bandwidth and disk space. [1]

Reported by:	se [1]
MFH:		2021Q3
Mon, 2 Aug 2021
[ 06:16 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:7cb5fb35608f4cc8a97afd2bdb83fa7f797fcadc  commit hash:7cb5fb35608f4cc8a97afd2bdb83fa7f797fcadc  commit hash:7cb5fb35608f4cc8a97afd2bdb83fa7f797fcadc  7cb5fb3  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
games/anki: Update to 2.1.44

Since the 2.1.36 release the build system has changed significantly
again and devel/bazel is now used by upstream for the entire build
process.

With this change, a lot of bazel rules and also some translation files
needs to be downloaded from various repositories during the buildtime.

In order to still make Anki compatible with the Ports framework, the
following approach is used:

  1. Prefetch all the required files before buildtime.
  2. Create and setup a few local bazel repositories along with a set
     of custom bazel rules and to provide Node, Protobuf and Yarn from
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 27 Jun 2021
[ 05:39 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:06dbc12f96527e421161f573b6f983c8cfb0391c  commit hash:06dbc12f96527e421161f573b6f983c8cfb0391c  commit hash:06dbc12f96527e421161f573b6f983c8cfb0391c  06dbc12  (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
lang/rust: Rebuild consumers for 1.53.0
Sun, 20 Jun 2021
[ 09:26 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:db3e8fbceb2b90977d3fee89f18bdbb217c91614  commit hash:db3e8fbceb2b90977d3fee89f18bdbb217c91614  commit hash:db3e8fbceb2b90977d3fee89f18bdbb217c91614  db3e8fb 
games/anki: Unbreak with Rust 1.53.0

error[E0308]: mismatched types
  --> cargo-crates/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:24
   |
62 |     let bytes = bits / Limb::BITS;
   |                        ^^^^^^^^^^ expected `usize`, found `u32`

error[E0277]: cannot divide `usize` by `u32`

PR:		256653
Tue, 25 May 2021
[ 13:55 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  0729af4  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x

PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
Tue, 11 May 2021
[ 18:33 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:28e7a9334a30b9ace65539f22940d2d7831bad1e  commit hash:28e7a9334a30b9ace65539f22940d2d7831bad1e  commit hash:28e7a9334a30b9ace65539f22940d2d7831bad1e  28e7a93  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Rebuild lang/rust consumers after d8837418ea743776
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 29 Mar 2021
[ 18:10 tobik search for other commits by this committer ] Original commit   Revision:569491 (Only the first 10 of 134 ports in this commit are shown above. View all ports for this commit)
Rebuild lang/rust consumers after r569489
Wed, 24 Mar 2021
[ 13:34 rene search for other commits by this committer ] Original commit   Revision:569118 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
Mark ports recursively depending on Python 2.7 for expiration on June 23.

For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.

Submitted by:	rene
Reviewed by:	portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D28665
Sat, 20 Mar 2021
[ 08:39 kai search for other commits by this committer ] Original commit   Revision:568854
games/anki: Fix packaging with Python 3.8

* Add a workaround to make the transition from Python 3.7 to Python 3.8
  possible because the name of the .so file is slightly different between
  the two releases.

* Also add CARGO_INSTALL to avoid warnings about ignored duplicate scripts
  for the target "do-install".

PR:		253815
Tue, 16 Mar 2021
[ 09:29 lbartoletti search for other commits by this committer ] Original commit   Revision:568547 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1

PR:		254218
Exp-run by:	antoine
Mon, 8 Mar 2021
[ 06:49 lbartoletti search for other commits by this committer ] Original commit   Revision:567825 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0

* PyQt5: update to 5.15.3

This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.

 - Added the missing QImage.setAlphaChannel().
 - Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
 - Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.

* QScintilla2: update to 2.12.0

This adds support for Qt6 and removes support for Qt4.

 - Change the new distname (again)i due to a conflict
 - Use the new sip-build system

* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo

PR:		253865
Exp-run by:	antoine
Sun, 14 Feb 2021
[ 15:45 mikael search for other commits by this committer ] Original commit   Revision:565245 (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.50.0

  - Use bundled libgit/libssh, the versions in ports are too old
  - Update lang/rust-nightly to 2021-02-12
  - Update devel/racer to 2.1.41
  - Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)

Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D28616
Wed, 6 Jan 2021
[ 10:13 mikael search for other commits by this committer ] Original commit   Revision:560492 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.49.0

Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D27940
Tue, 15 Dec 2020
[ 17:56 lbartoletti search for other commits by this committer ] Original commit   Revision:558168 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1

PR:		251764
Exp-run by: antoine
Fri, 4 Dec 2020
[ 10:43 kai search for other commits by this committer ] Original commit   Revision:556966
games/anki: Remove pkg-message

* The installation instructions on how to set up audio/lame manually are
  obsolete since r554970 thus remove them.

* Bump PORTREVISION to flush out old packages that still contain the
  pkg-message.
Tue, 24 Nov 2020
[ 12:48 mikael search for other commits by this committer ] Original commit   Revision:556157 (Only the first 10 of 137 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.48.0

Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0

Reviewed by:	jbeich
Tested by:	bdragon, jbeich, mikael
Differential Revision:	https://reviews.freebsd.org/D27293
Fri, 20 Nov 2020
[ 07:16 adamw search for other commits by this committer ] Original commit   Revision:555738 (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
Add education virtual category

PR:		248402
Submitted by:	PauAmma
Tue, 10 Nov 2020
[ 13:01 kai search for other commits by this committer ] Original commit   Revision:554834 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
games/anki: Update to 2.1.35

Since the 2.1.17 release the build system has been significantly revised and
contains many changes (e.g. a Rust library with Python bindings) that had to
be adapted to the Ports framework.

Kudos to David Schlachter for the additional testing and feedback!

Changelog since 2.1.16 (too many changes to list them separately):

https://changes.ankiweb.net/

PR:		247666
Reported by:	David Schlachter
Reviewed by:	tcberner (earlier revision)
Differential Revision:	https://reviews.freebsd.org/D26961
Mon, 5 Oct 2020
[ 15:50 lbartoletti search for other commits by this committer ] Original commit   Revision:551499 (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5

- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts

[1] RiverBankComputing doesn't offer links to download latest version of some
ports

PR:		247369
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D25749
Exp-run by:	antoine
Sat, 11 Apr 2020
[ 05:04 lbartoletti search for other commits by this committer ] Original commit   Revision:531396 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4

  - Update py-sip to 4.19.21
  - Update qscintilla2 to 2.11.4
  - Replace MASTER_SITE_RIVERBANK with https versions
  - Replace QSCI2_DISTNAME to match with the new one

PR:		245308
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Wed, 19 Feb 2020
[ 08:20 kai search for other commits by this committer ] Original commit   Revision:526491
games/anki: Update to 2.1.16

* Backport two patches from upstream that fix the argument handling with
  multimedia/mpv since r520597.

* Also slightly change the MASTER_SITES as upstream distribute tarballs for
  newer versions only via GitHub.

Although there are already some newer releases available use the 2.1.16
release for a while.  It's mainly because the build process has changed a
lot since the 2.1.17 release and still needs to be investigated a little
more closely.

Changelog:

https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.16

MFH:		2020Q1 (blanket: bug and regression fixes)
Wed, 11 Dec 2019
[ 19:26 kai search for other commits by this committer ] Original commit   Revision:519830
games/anki: Add pkg-message with installation instructions

* Improve the user experience by adding a pkg-message which gives some
  advice that audio/lame needs to be installed manually afterwards when
  installing from the official FreeBSD package repositories.

* Bump PORTREVISION to include the pkg-message.

PR:		242528
Submitted by:	PauAmma <pauamma@gundo.com> (based on)
MFH:		2019Q4
Sun, 25 Aug 2019
[ 10:35 kai search for other commits by this committer ] Original commit   Revision:509787
games/anki: Update to 2.1.15

Changelog:

* The V2 scheduler now fully randomizes review cards due on a given day.
* Fix flag changes in Browse screen not syncing.
* Cleanup recording wav file when recording canceled.
* Fix the window icon on Wayland.
* Add a progress bar to media deletion.
* Other minor changes.

https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.15

MFH:		2019Q3
Sat, 29 Jun 2019
[ 12:27 kai search for other commits by this committer ] Original commit   Revision:505346
games/anki: Update to 2.1.14

Changelog:

* Fix a bug in the V2 scheduler that would cause partially learnt cards
  removed from filtered decks to revert to an earlier state.
* Fix a bug in the handling of relearning cards when switching back to the
  V1 scheduler.
* Fix lost space when pasting indented text.
* Limit image height relative to window height, not document height.
* Fix deck list being re-rendered unnecessarily.
* Remove the unable to connect to local port message.

https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.14
Wed, 22 May 2019
[ 06:45 kai search for other commits by this committer ] Original commit   Revision:502256
games/anki: Update to 2.1.13

Changelog:

* Fix formatting getting lost when copying&pasting between fields on macOS.
* Fix some issues that cause the main window to get stuck.
* Fix an empty deck list sometimes appearing when restoring from a backup.
* Fix Anki hanging after an error occurs during startup.
* Fix error message when syncing with an unconfirmed email address.
* Use jsonschema for add-on manifests
* Warn in DB check when high due numbers are encountered.
* Improve error messages on full disk and failed add-on deletion.
* Fix relearning cards being given learning step count in V2 scheduler.
* Fix preview window failing to appear when show both sides enabled.
* Removing trailing BR tag when pasting into an empty field.
* Don't throw an error when non-Latin text in the Javascript console can't
  be shown.
* Double click on add-ons to edit their configuration.
* Fix the window icon in a few screens.
* Improve the default type in the answer note type.

https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.13-(3ba55990)
Mon, 29 Apr 2019
[ 20:54 kai search for other commits by this committer ] Original commit   Revision:500437
games/anki: Update to 2.1.12

Changelog:

* Fix fields appearing under editor buttons.
* Fix memory leak in card layout screen.
* Fix some issues with previewing in the Browse screen.
* Fix card counts not updating when a review is undone.
* Fix an error caused by missing note types.
* Fix an issue checking for add-on updates.
* Disable add-on config button when not appropriate.
* Tweaks to the deck age graph binning.
* Add-ons hosted on AnkiWeb can now define conflicts in the manifest file.
* Make sure mpv doesn't attempt to load scripts from default location.
* Other minor fixes.

https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.12-(eef86bf3)

Approved by:	mentors (implicit)
Fri, 29 Mar 2019
[ 16:36 kai search for other commits by this committer ] Original commit   Revision:497168
games/anki: Unbreak

Unbreak since www/py-qt5-webengine is usable again since r497003.

Also update the patch for aqt/qt.py to load PyQt5.QtWebChannel explicitly.
Otherwise Anki will crash upon invocation.

PR:		233192
Approved by:	mentors (implicit)
Wed, 13 Mar 2019
[ 17:08 kai search for other commits by this committer ] Original commit   Revision:495620
games/anki: Update to 2.1.11, undeprecate and set to BROKEN

Undeprecate and save the port from the big Qt4 wipeout by switching from Qt4
to Qt5.

Also set games/anki temporarily as BROKEN because www/py-qt5-webengine is
still in a defunct state. This will change when www/qt5-webengine gets
updated to a more recent version soon (hopefully to the end of Q1).

At last but not least: Add options to switch between multimedia/mpv (new
default by upstream) and multimedia/mplayer (previous default) or choose both
of them.

Changelog:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Feb 2019
[ 18:55 kai search for other commits by this committer ] Original commit   Revision:491837 (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
Change my maintainer email address to my new one at the FreeBSD project.

Reviewed by:	miwi (mentor)
Approved by:	miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Thu, 22 Nov 2018
[ 20:18 tcberner search for other commits by this committer ] Original commit   Revision:485614 (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Sun, 3 Jun 2018
[ 12:58 miwi search for other commits by this committer ] Original commit   Revision:471494
- Update to 2.0.52

PR:		228678
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
Wed, 28 Mar 2018
[ 19:12 fernape search for other commits by this committer ] Original commit   Revision:465840
Update games/anki to 2.0.51

PR:	226966
Submitted by:	freebsd_ports@k-worx.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14881
Thu, 15 Mar 2018
[ 15:51 yuri search for other commits by this committer ] Original commit   Revision:464596
games/anki: Update to 2.0.50

Changelog is in:
https://apps.ankiweb.net/docs/changes.html

Also updated WWW.

PR:		226623
Submitted by:	owk <freebsd_ports@k-worx.org> (maintainer)
Wed, 7 Mar 2018
[ 23:58 yuri search for other commits by this committer ] Original commit   Revision:463841
games/anki: Update to 2.0.48

This release contains minor bugfixes.

PR:		226438
Submitted by:	owk <freebsd_ports@k-worx.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
Mon, 5 Mar 2018
[ 09:10 yuri search for other commits by this committer ] Original commit   Revision:463633
games/anki: Update to 2.0.47

Maintainer's timeout expired: trebbu@googlemail.com
freebsd_ports@k-worx.org takes maintainership.

Port changes:
* Updated MASTER_SITES/added DISTNAME
* Added to SHEBANG_FILES
* Updated patches

PR:		225487
Submitted by:	owk <freebsd_ports@k-worx.org>
Approved by:	tcberner (mentor, implicit)
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Sat, 4 Feb 2017
[ 13:37 tcberner search for other commits by this committer ] Original commit   Revision:433310 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS

pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
Tue, 27 Dec 2016
[ 11:54 rene search for other commits by this committer ] Original commit   Revision:429604
games/anki: update sqlalchemy dependency to 1.0, bump PORTREVISION

PR:		215218
Submitted by:	rene
Approved by:	maintainer timeout (trebbu@googlemail.com, 16 days)
Tue, 23 Aug 2016
[ 15:08 amdmi3 search for other commits by this committer ] Original commit   Revision:420692
- Update to 2.0.36
- While here, fix LICENSE and unhardcode PREFIX

PR:		211972
Submitted by:	yuri@rawbw.com
Approved by:	trebbu@googlemail.com (maintainer)
Sun, 22 May 2016
[ 10:52 matthew search for other commits by this committer ] Original commit   Revision:415627 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Reorganise and modernise the py-sqlalchemy ports.

 - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 5 Sep 2015
[ 22:48 jbeich search for other commits by this committer ] Original commit   Revision:396199
games/anki: convert to target option helpers
[ 22:48 jbeich search for other commits by this committer ] Original commit   Revision:396198
games/anki: update to 2.0.32

PR:		202908
Submitted by:	Bert Burgemeister <trebbu@googlemail.com> (maintainer)

ChangeLog:
- Fixed a syncing bug that could lead to lost reviews and sanity
  check errors when deleting a filtered deck before syncing.
- Make default note type titles consistent (thanks to Soren).
- Load saved searches in alphabetical order (thanks to Houssam).
- Fix some fields not being renamed in template when renaming
  field (thanks to Dave).
- Fixed an error message that could occur in add-ons (thanks to Thomas) .
- Add a few more media types in the file selector (thanks to Jonathan).
- Report an error if an add-on download is corrupt.
- Fix sync error being shown twice.
- Updated translations, thanks to the translators.
Sat, 29 Nov 2014
[ 18:22 tijl search for other commits by this committer ] Original commit   Revision:373636 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
[ 02:10 amdmi3 search for other commits by this committer ] Original commit   Revision:373597
- Pass maintainership to submitter

PR:		194943
Submitted by:	trebbu@googlemail.com
Mon, 24 Nov 2014
[ 23:56 amdmi3 search for other commits by this committer ] Original commit   Revision:373386
- Update to 2.0.31

PR:		194943
Submitted by:	trebbu@googlemail.com
Fri, 31 Oct 2014
[ 16:11 amdmi3 search for other commits by this committer ] Original commit   Revision:371872 (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 9 Oct 2014
[ 14:00 amdmi3 search for other commits by this committer ] Original commit   Revision:370533
- Drop @dirrm* from plist
- Convert to USES=python
- Add LICENSE_FILE
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Mon, 28 Jul 2014
[ 22:00 nemysis search for other commits by this committer ] Original commit   Revision:363263
- Update to 2.0.28
Sun, 27 Apr 2014
[ 12:05 nemysis search for other commits by this committer ] Original commit   Revision:352411
- Update to 2.0.26
- Transfer maintainership to games@ team
Sat, 12 Apr 2014
[ 17:39 nemysis search for other commits by this committer ] Original commit   Revision:351114
- Update to 2.0.24

Number of commits found: 131 (showing only 100 on this page)

1 | 2  »