Page MenuHomeFreeBSD

x11/guake: Update to version 3.7.0
Needs ReviewPublic

Authored by daniel_shafer.cc on Aug 1 2021, 9:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 19 2024, 10:22 AM
Unknown Object (File)
Oct 7 2024, 3:13 PM
Unknown Object (File)
Oct 2 2024, 6:27 PM
Unknown Object (File)
Sep 30 2024, 1:15 AM
Unknown Object (File)
Sep 29 2024, 6:58 PM
Unknown Object (File)
Sep 28 2024, 3:58 PM
Unknown Object (File)
Sep 27 2024, 4:59 PM
Unknown Object (File)
Sep 25 2024, 4:10 PM

Details

Reviewers
tcberner
koobs
Summary
x11/guake: Update to version 3.7.0

Changes can be viewed on the Guake release page:
https://github.com/Guake/guake/releases

The biggest difference is the removal of the data
directory from pypi, which now requires we compile
the gschemas file post-install.
Test Plan

portlint: WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support.
0 fatal errors and 1 warning found. (There is no way around this, Guake requires gettext regardless).

poudriere: (testport, 13Samd64, good)

Diff Detail

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

Event Timeline

daniel_shafer.cc edited the summary of this revision. (Show Details)

Forgot to remove the old SVN $FreeBSD$ tag.

tcberner requested changes to this revision.Aug 1 2021, 9:26 AM
tcberner added a subscriber: tcberner.
tcberner added inline comments.
x11/guake/Makefile
-4

^ no longer a thing

x11/guake/pkg-plist
4

^ hardcoded python-version

This revision now requires changes to proceed.Aug 1 2021, 9:26 AM
daniel_shafer.cc added a reviewer: koobs.
daniel_shafer.cc edited the test plan for this revision. (Show Details)

Removed hard coded Python version as pointed out by @tcberner

x11/guake/Makefile
2

PORTVERSION --> DISTVERSION (if you are going to follow Porter's Handbook)

28

Upstream disagrees, https://github.com/Guake/guake/blob/3.7.0/requirements.txt#L14 (oldest version we have in tree is 3.6)