Page MenuHomeFreeBSD

x11/lumina: Update to 1.6.0 and Take MAINTAINER'ship
ClosedPublic

Authored by lbartoletti on Feb 10 2020, 4:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 10:11 PM
Unknown Object (File)
Mar 6 2024, 6:58 PM
Unknown Object (File)
Jan 7 2024, 6:17 AM
Unknown Object (File)
Jan 7 2024, 6:17 AM
Unknown Object (File)
Jan 7 2024, 6:12 AM
Unknown Object (File)
Jan 7 2024, 6:12 AM
Unknown Object (File)
Jan 5 2024, 1:57 PM
Unknown Object (File)
Dec 21 2023, 10:13 PM
Subscribers

Details

Summary

x11/lumina, x11/lumina-core,
x11/lumina-coreutils,
deskutils/lumina-fileinfo,
deskutils/lumina-calculator,
deskutils/lumina-fm,
deskutils/lumina-screenshot,
deskutils/lumina-textedit,
deskutils/lumina-archiver,
deskutils/lumina-photo,
deskutils/lumina-mediaplayer,
deskutils/lumina-pdf: Update to 1.6.0

Test Plan
  • portlint: OK (looks fine.)
  • testport: OK (poudriere: 11/12/13, i386/amd64)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29271
Build 27185: arc lint + arc unit

Event Timeline

Did you ask Ken?

Yes, both on telegram chat

In D23603#518103, @lbartoletti_tuxfamily.org wrote:

Did you ask Ken?

Yes, both on telegram chat

Macro stlgtm:

[00:05:26] [01] [00:00:33] Finished deskutils/lumina-textedit | lumina-textedit-1.6.0: Failed: check-plist

could you please double check that?

This revision now requires changes to proceed.Feb 10 2020, 8:23 PM
[00:05:26] [01] [00:00:33] Finished deskutils/lumina-textedit | lumina-textedit-1.6.0: Failed: check-plist

could you please double check that?

Ah la boulette... - Imgur.gif (212×350 px, 1 MB)

Done and pet portlint

Fix deskutils/lumina-textedit pkg-plist
Pet portlint with USE_GL and USES={xorg, gl}

deskutils/lumina-archiver/Makefile
18

You need USES=gl.

22–30

Wrong place in the Makefile, it is framework variables, then options. See Chapter 15. Order of Variables in Port Makefiles.

deskutils/lumina-calculator/Makefile
21–29

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

deskutils/lumina-fileinfo/Makefile
18

You need USES=gl.

22–30

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

deskutils/lumina-fm/Makefile
16

USES=gl.

20–28

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

deskutils/lumina-mediaplayer/Makefile
26–32

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

deskutils/lumina-pdf/Makefile
32–34

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

deskutils/lumina-photo/Makefile
16

USES=gl.

23

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

deskutils/lumina-screenshot/Makefile
25–27

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

deskutils/lumina-textedit/Makefile
18

Why +=?

25–27

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

x11/lumina-core/Makefile
44–47

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

x11/lumina-coreutils/Makefile
28–30

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

Add missing USES=gl and fix a typo on a USE_GL+=gl
Fix order of options in Makefiles

Done. Thanks mat.

This revision is now accepted and ready to land.Feb 21 2020, 7:00 PM