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
F154597371: D31371.id93069.diff
Wed, Apr 29, 12:23 AM
Unknown Object (File)
Sun, Apr 26, 6:25 PM
Unknown Object (File)
Sun, Apr 26, 3:37 PM
Unknown Object (File)
Sun, Apr 26, 11:44 AM
Unknown Object (File)
Sun, Apr 26, 10:33 AM
Unknown Object (File)
Tue, Apr 21, 10:36 AM
Unknown Object (File)
Tue, Apr 21, 9:57 AM
Unknown Object (File)
Tue, Apr 21, 9:41 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)