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
F159678474: D31371.id93071.diff
Wed, Jun 17, 12:09 AM
F159646834: D31371.id93071.diff
Tue, Jun 16, 2:45 PM
F159646815: D31371.id93071.diff
Tue, Jun 16, 2:45 PM
F159632178: D31371.id93070.diff
Tue, Jun 16, 11:42 AM
Unknown Object (File)
Mon, Jun 15, 5:02 PM
Unknown Object (File)
Sun, Jun 14, 9:43 PM
Unknown Object (File)
Tue, Jun 9, 12:59 AM
Unknown Object (File)
Mon, Jun 8, 9:23 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)