Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Feb 2020 05:29:53
1.6.0,3

|
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 |
24 Sep 2019 16:40:59
1.5.0,3

|
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 |
16 Jan 2019 11:13:45
1.4.1_1,3

|
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 ) |
03 Jan 2019 09:30:22
1.4.1,3

|
amdmi3  |
- Update WWW
- Cleanup pkg-descr
Approved by: portmgr blanket |
22 Dec 2017 02:40:39
1.4.1,3

|
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. |
18 Sep 2017 17:45:33
1.3.0,3

|
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 |
23 May 2017 05:03:16
1.2.0.p1_3,2

|
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 |
25 Apr 2017 08:20:31
1.2.0.p1_2,2

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
03 Apr 2017 12:28:59
1.2.0.p1_1,2

|
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 |
24 Jan 2017 20:51:10
1.2.0.p1,2

|
kmoore  |
- Fix pkg-plist expansion
Reported by: Nikolai Lifanov <lifanov@> |
24 Jan 2017 20:16:47
1.2.0.p1,2

|
kmoore  |
- Update to 1.2.0-p1
PR: 215913
Submitted by: Ken Moore <ken@ixsystems.com> |
28 Oct 2016 13:07:17
1.1.0.p1,2

|
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) |
26 Oct 2016 15:01:13
1.1.0.p1,2

|
kmoore  |
- Update to 1.1.0-p1
PR: 213802
Submitted by: Lars Engels <lme@freebsd.org> |
09 Aug 2016 15:42:32
1.0.0.r.p1,2

|
kmoore  |
- Switch to using DISTVERSION (Thanks koobs!) |
09 Aug 2016 15:28:40
1.0.0,2

|
kmoore  |
- Update to 1.0.0-Release-p1 |
25 Jul 2016 20:50:25
1.0.0_1,1

|
kmoore  |
- Update to 1.0.0-BETA2
- Sync options with upstream TrueOS ports repo |
19 May 2016 11:09:14
0.9.0_3,1

|
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
06 May 2016 13:07:50
0.9.0_3,1

|
kmoore  |
- Distfile was re-rolled
- Update depends
- Improve pkg-descr
- Bump PORTREV |
03 May 2016 17:19:02
0.9.0_2,1

|
kmoore  |
- Update x11/lumina and x11/lumina-i18n to 0.9.0 |
01 Apr 2016 14:33:58
0.8.8_2,1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
04 Mar 2016 18:44:43
0.8.8_2,1

|
kmoore  |
- Chase upstream 0.8.8_2
- Bump PORTREV |
19 Feb 2016 19:35:57
0.8.8_1,1

|
kmoore  |
- Upstream bumped 0.8.8 with some minor bugfixes, chase them
- Bump PORTREV |
10 Feb 2016 21:10:24
0.8.8,1

|
kmoore  |
- Update to 0.8.8
http://lumina-desktop.org/lumina-desktop-0-8-8-released/ |
26 Oct 2015 15:20:30
0.8.7,1

|
kmoore  |
- Update to Lumina 0.8.7 |
04 Aug 2015 11:29:19
0.8.6,1

|
mat  |
Cleanup some abusive use of GH_TAGNAME.
With hat: portmgr
Sponsored by: Absolight |
03 Aug 2015 19:06:43
0.8.6,1

|
kmoore  |
- Update to 0.8.6
- Update WWW: to new website url |
15 Jul 2015 13:22:53
0.8.5,1

|
kmoore  |
- Update to 0.8.5 |
30 Apr 2015 22:56:07
0.8.4_1,1

|
kmoore  |
- Remove old GH_COMMIT tag
- Restore PORTEPOCH
- Pet portlint
Reported by: many |
30 Apr 2015 22:12:47
0.8.4_1

|
kmoore  |
- Update to 0.8.4 |
30 Mar 2015 22:03:35
0.8.3.1427733141,1

|
kmoore  |
- Update to 0.8.3 |
18 Feb 2015 21:47:35
0.8.2.1424293520,1

|
kmoore  |
- Update to 0.8.2 |
22 Jan 2015 16:42:44
0.8.1.1421890927,1

|
kmoore  |
- Update to 0.8.1 |
06 Jan 2015 17:28:17
0.8.0.1420494806,1

|
kmoore  |
- Update to 0.8.0
- Pet portlint |
24 Nov 2014 20:22:00
0.7.2.1416412720,1

|
antoine  |
Cleanup plist |
20 Nov 2014 14:00:10
0.7.2.1416412720,1

|
kmoore  |
- Update to 0.7.2 |
29 Oct 2014 21:03:33
0.7.1.1414614312,1

|
kmoore  |
- Update to 0.7.1 |
22 Oct 2014 02:47:17
0.7.0.1413916751,1

|
kmoore  |
- Update to 0.7.0-1413916751 |
15 Oct 2014 19:28:20
0.7.0.1413399783,1

|
kmoore  |
- Update to 0.7.0-1413399783
- Fixes a few missing files from a bad git merge |
15 Oct 2014 14:07:51
0.7.0.1413376519,1

|
kmoore  |
- Update to 0.7.0 |
22 Sep 2014 19:41:29
0.6.3.1411413020,1

|
kmoore  |
- Update Lumina to 0.6.3 |
10 Sep 2014 20:50:37
0.6.2.1409847349_1,1

|
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) |
05 Sep 2014 00:20:39
0.6.2.1409847349,1

|
kmoore  |
Remove obsolete USE_CDRTOOLS |
04 Sep 2014 17:07:16
0.6.2.1409847349,1

|
kmoore  |
Opps, remove restriction to FBSD 10.0 and later
Pointy Hat: kmoore |
04 Sep 2014 16:34:11
0.6.2.1409847349,1

|
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 |