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)
Jan 3 2024, 4:07 AM
Unknown Object (File)
Dec 20 2023, 7:51 AM
Unknown Object (File)
Dec 13 2023, 6:35 AM
Unknown Object (File)
Dec 1 2023, 11:24 AM
Unknown Object (File)
Nov 6 2023, 9:30 AM
Unknown Object (File)
Oct 5 2023, 8:27 AM
Unknown Object (File)
Sep 29 2023, 8:30 AM
Unknown Object (File)
Sep 14 2023, 9:44 AM

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)