Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7_4 05 Jan 2024 12:57:24 |
Tobias C. Berner (tcberner) |
net-im/libaccounts-qt5: rename to libaccounts-qt and flavorize
- rename to get rid of qt5 in name
- switch to fork [1] to add Qt6 support
[1] https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6 |
0.7_3 05 Jan 2024 12:57:24 |
Tobias C. Berner (tcberner) |
sysutils/signon-qt5: rename port to sysutils/signond and flavorize
- switch to fork [1]
- flavorize to be used against Qt6
- rename port to match upstream (and get rid of the qt-version in the name)
[1] https://gitlab.com/nicolasfella/signond/ |
0.7_2 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
0.7_2 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) |
0.7_2 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 ) |
0.7_2 25 Apr 2022 14:12:25 |
Piotr Kubaj (pkubaj) |
sysutils/accounts-qml-module: add all the files to pkg-plist on powerpc64 |
0.7_2 19 Apr 2022 12:09:18 |
Piotr Kubaj (pkubaj) |
sysutils/accounts-qml-module: install all the files on powerpc64le
Builds fine. |
0.7_2 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 |
0.7_1 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
0.7_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.7_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7_1 27 Sep 2020 20:44:45 |
linimon |
Attempt to fix plist on powerpc64le.
While here, remove stray trailing backslash to appease portlint.
Approved by: portmgr (tier-2 blanket) |
0.7_1 11 Jul 2020 11:38:30 |
tcberner |
Update accounts-sso ports
- this fixes for example kio-gdrive |
0.7 15 Jun 2020 09:23:38 |
pkubaj |
sysutils/accounts-qml-module: fix packaging on powerpc64
Because of clang crash, html docs don't get built, leading to packaging error.
Omit them until clang works.
PR: 246658
Approved by: kde (maintainer timeout) |
0.7 25 Apr 2020 09:53:51 |
tcberner |
New port: sysutils/accounts-qml-module -- Expose the Online Accounts API to QML
applications
- this was a missing dependency for kio-gdrive
Reported by: mikael |