Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.2_1,3 14 Jul 2024 20:38:29 |
Jason W. Bacon (jwb) |
x11/lumina: More targeted WWW
https://lumina-desktop.org has no information about components
PR: 253206
Reported by: grahamperrin |
1.6.2_1,3 11 Jul 2023 16:23:59 |
Jason W. Bacon (jwb) |
lumina*: Adopt from ports@
Taking over maintenance of the following ports
and beginning work on upstream code
deskutils/lumina-archiver
deskutils/lumina-calculator
deskutils/lumina-fileinfo
deskutils/lumina-fm
deskutils/lumina-mediaplayer
deskutils/lumina-pdf
deskutils/lumina-photo
deskutils/lumina-screenshot
deskutils/lumina-textedit
x11/lumina-core
x11/lumina-coreutils
x11/lumina |
1.6.2_1,3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.6.2,3 20 Oct 2022 19:13:41 |
Loïc Bartoletti (lbartoletti) |
*/*: Reset maintainership |
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.6.2,3 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.6.2,3 26 Aug 2022 12:00:33 |
Baptiste Daroussin (bapt) |
metaport: remove license
metaports do not contain any licensed files, or materials |
1.6.2,3 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
1.6.2,3 29 Jan 2022 22:07:28 |
Loïc Bartoletti (lbartoletti) |
x11/lumina: Update to 1.6.2 |
1.6.1,3 29 Jan 2022 16:14:50 |
Loïc Bartoletti (lbartoletti) |
lumina: Update to 1.6.2
Changes:
- 1.6.1: https://lumina-desktop.org/post/2021-10-05/
- 1.6.2: https://lumina-desktop.org/post/2021-12-25/
PR: 259965
Reported by: jwb
Tested by: jwb |
1.6.0,3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0,3 22 Feb 2020 05:29:53 |
lbartoletti |
x11/lumina: Update to 1.6.0 and Take MAINTAINER'ship
- Update to 1.6.0
- Take MAINTAINER'ship
- Add missing USE_GL
- Fix order of options in Makefiles
Changelog:
- Lumina: https://github.com/lumina-desktop/lumina/compare/v1.5.0...v1.6.0
- Lumina-pdf:
https://github.com/lumina-desktop/lumina-pdf/compare/v1.5.0...v1.6.0
- Lumina-calculator:
https://github.com/lumina-desktop/lumina-calculator/compare/v1.5.0...v1.6.0
PR: 243895
Reviewed by: mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23603 |
1.5.0,3 24 Sep 2019 16:40:59 |
pi |
x11/lumina: upgrade 1.4.1 -> 1.5.0
- Remove deskutils/lumina-notify (upstreamed)
https://github.com/lumina-desktop/lumina/commit/89ad0095d7da09158778b5afae9beeaa0bd98d38
- Remove deskutils/lumina-xdg-entry (upstreamed)
https://github.com/lumina-desktop/lumina/commit/0069a052e1cbef588e8f93a31314965b0c2af68a
- Fix variables order (pet portlint)
- Alphabetize USE_QT
- Update knob to use options helpers
- Remove GH_TAGNAME (except for deskutils/lumina-pdf and
deskutils/lumina-calculator which haven't release tag)
- Change GH_ACCOUNT from "trueos" to "lumina-desktop"
- Add a new port deskutils/lumina-photo
- Change I18N option to well know NLS option
PR: 240749
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org>
Approved by: JT Pennington <jt@ixsystems.com> (maintainer)
Differential Revision: D21749 |
1.4.1_1,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.4.1,3 03 Jan 2019 09:30:22 |
amdmi3 |
- Update WWW
- Cleanup pkg-descr
Approved by: portmgr blanket |
1.4.1,3 22 Dec 2017 02:40:39 |
araujo |
- Update lumina-textedit to 1.4.1.
- Pass maintainership to submitter.
PR: ports/224308
Submitted by: JT Pennington <jt@ixsystems.com>
Approved by: kmoore (maintainer)
Sponsored by: iXsystems, Inc. |
1.3.0,3 18 Sep 2017 17:45:33 |
kmoore |
- Update x11/lumina to 1.3.0
- Bring in Lumina utilities as their own ports
PR: 220387
Submitted by: Ken Moore <ken@pcbsd.org>
Sponsored by: iXsystems |
1.2.0.p1_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.2.0.p1_2,2 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
1.2.0.p1_1,2 03 Apr 2017 12:28:59 |
rakuco |
Drop x11-themes/kde4-icons-oxygen in favor of x11-themes/kf5-oxygen-icons5.
Despite the name, kf5-oxygen-icons5 does not depend on Qt5 and just contains
the Oxygen icon set without any architecture-dependent files.
As such, we can make all ports depend on it and remove kde4-icons-oxygen
altogether and avoid having two conflicting ports for KDE4 and KF5.
x11-themes/kf5-oxygen-icons5 was adjusted to have its dependencies reduced even
further:
- The dependencies on qt5-core and qt5-testlib were removed, as they were only
needed to build tests.
- We're also passing some CMake arguments to avoid looking for qt5-core
altogether.
With the changes above, the only port kf5-oxygen-icons5 depends on at runtime
is devel/kf5-extra-cmake-modules, which itself does not depend on anything
else.
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D10237 |
1.2.0.p1,2 24 Jan 2017 20:51:10 |
kmoore |
- Fix pkg-plist expansion
Reported by: Nikolai Lifanov <lifanov@> |
1.2.0.p1,2 24 Jan 2017 20:16:47 |
kmoore |
- Update to 1.2.0-p1
PR: 215913
Submitted by: Ken Moore <ken@ixsystems.com> |
1.1.0.p1,2 28 Oct 2016 13:07:17 |
tcberner |
Remove wrongly used QT-related plist-subs from plist
%%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
by chance, and should not be used that way.
Approved by: portmgr (blanket), rakuco (mentor) |
1.1.0.p1,2 26 Oct 2016 15:01:13 |
kmoore |
- Update to 1.1.0-p1
PR: 213802
Submitted by: Lars Engels <lme@freebsd.org> |
1.0.0.r.p1,2 09 Aug 2016 15:42:32 |
kmoore |
- Switch to using DISTVERSION (Thanks koobs!) |
1.0.0,2 09 Aug 2016 15:28:40 |
kmoore |
- Update to 1.0.0-Release-p1 |
1.0.0_1,1 25 Jul 2016 20:50:25 |
kmoore |
- Update to 1.0.0-BETA2
- Sync options with upstream TrueOS ports repo |
0.9.0_3,1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.9.0_3,1 06 May 2016 13:07:50 |
kmoore |
- Distfile was re-rolled
- Update depends
- Improve pkg-descr
- Bump PORTREV |
0.9.0_2,1 03 May 2016 17:19:02 |
kmoore |
- Update x11/lumina and x11/lumina-i18n to 0.9.0 |
0.8.8_2,1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.8.8_2,1 04 Mar 2016 18:44:43 |
kmoore |
- Chase upstream 0.8.8_2
- Bump PORTREV |
0.8.8_1,1 19 Feb 2016 19:35:57 |
kmoore |
- Upstream bumped 0.8.8 with some minor bugfixes, chase them
- Bump PORTREV |
0.8.8,1 10 Feb 2016 21:10:24 |
kmoore |
- Update to 0.8.8
http://lumina-desktop.org/lumina-desktop-0-8-8-released/ |
0.8.7,1 26 Oct 2015 15:20:30 |
kmoore |
- Update to Lumina 0.8.7 |
0.8.6,1 04 Aug 2015 11:29:19 |
mat |
Cleanup some abusive use of GH_TAGNAME.
With hat: portmgr
Sponsored by: Absolight |
0.8.6,1 03 Aug 2015 19:06:43 |
kmoore |
- Update to 0.8.6
- Update WWW: to new website url |
0.8.5,1 15 Jul 2015 13:22:53 |
kmoore |
- Update to 0.8.5 |
0.8.4_1,1 30 Apr 2015 22:56:07 |
kmoore |
- Remove old GH_COMMIT tag
- Restore PORTEPOCH
- Pet portlint
Reported by: many |
0.8.4_1 30 Apr 2015 22:12:47 |
kmoore |
- Update to 0.8.4 |
0.8.3.1427733141,1 30 Mar 2015 22:03:35 |
kmoore |
- Update to 0.8.3 |
0.8.2.1424293520,1 18 Feb 2015 21:47:35 |
kmoore |
- Update to 0.8.2 |
0.8.1.1421890927,1 22 Jan 2015 16:42:44 |
kmoore |
- Update to 0.8.1 |
0.8.0.1420494806,1 06 Jan 2015 17:28:17 |
kmoore |
- Update to 0.8.0
- Pet portlint |
0.7.2.1416412720,1 24 Nov 2014 20:22:00 |
antoine |
Cleanup plist |
0.7.2.1416412720,1 20 Nov 2014 14:00:10 |
kmoore |
- Update to 0.7.2 |
0.7.1.1414614312,1 29 Oct 2014 21:03:33 |
kmoore |
- Update to 0.7.1 |
0.7.0.1413916751,1 22 Oct 2014 02:47:17 |
kmoore |
- Update to 0.7.0-1413916751 |
0.7.0.1413399783,1 15 Oct 2014 19:28:20 |
kmoore |
- Update to 0.7.0-1413399783
- Fixes a few missing files from a bad git merge |
0.7.0.1413376519,1 15 Oct 2014 14:07:51 |
kmoore |
- Update to 0.7.0 |
0.6.3.1411413020,1 22 Sep 2014 19:41:29 |
kmoore |
- Update Lumina to 0.6.3 |
0.6.2.1409847349_1,1 10 Sep 2014 20:50:37 |
gerald |
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) |
0.6.2.1409847349,1 05 Sep 2014 00:20:39 |
kmoore |
Remove obsolete USE_CDRTOOLS |
0.6.2.1409847349,1 04 Sep 2014 17:07:16 |
kmoore |
Opps, remove restriction to FBSD 10.0 and later
Pointy Hat: kmoore |
0.6.2.1409847349,1 04 Sep 2014 16:34:11 |
kmoore |
- Add x11/lumina 0.6.2
Lumina-DE is a lightweight, BSD licensed desktop environment designed
specifically for use on FreeBSD
WWW: https://github.com/pcbsd/lumina |