Bug 267928 - x11/gnome-terminal: update to 3.44.2
Summary: x11/gnome-terminal: update to 3.44.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gleb Popov
URL:
Keywords:
Depends on:
Blocks: 261055
  Show dependency treegraph
 
Reported: 2022-11-22 18:08 UTC by Olivier Duchateau
Modified: 2023-01-27 13:48 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
Patch to update x11/gnome-terminal (2.87 KB, patch)
2022-11-22 18:08 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2022-11-22 18:08:00 UTC
Created attachment 238256 [details]
Patch to update x11/gnome-terminal

- Update to 3.44.2
- Fix pkg-plist when options (NAUTILUS and SEARCHPROVIDER) are off
- Avoid to install systemd file (Linux only)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-01-27 13:46:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bbaa0c3858f4db443cd1b32a283506ed9c5c6f70

commit bbaa0c3858f4db443cd1b32a283506ed9c5c6f70
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2023-01-27 13:40:20 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-01-27 13:45:28 +0000

    x11/gnome-terminal: Update to 3.44.1

    PR:             267928
    Tested by:      arrowd
    Approved by:    gnome (timeout)

 x11/gnome-terminal/Makefile  | 7 +++++--
 x11/gnome-terminal/distinfo  | 6 +++---
 x11/gnome-terminal/pkg-plist | 5 ++---
 3 files changed, 10 insertions(+), 8 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-27 13:48:02 UTC
A commit in branch 2023Q1 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=135bb1330c0cf36c996cc706e9e3e3adaca06bb9

commit 135bb1330c0cf36c996cc706e9e3e3adaca06bb9
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2023-01-27 13:40:20 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-01-27 13:47:11 +0000

    x11/gnome-terminal: Update to 3.44.2

    PR:             267928
    Tested by:      arrowd
    Approved by:    gnome (timeout)

    (cherry picked from commit bbaa0c3858f4db443cd1b32a283506ed9c5c6f70)

 x11/gnome-terminal/Makefile  | 7 +++++--
 x11/gnome-terminal/distinfo  | 6 +++---
 x11/gnome-terminal/pkg-plist | 5 ++---
 3 files changed, 10 insertions(+), 8 deletions(-)
Comment 3 Gleb Popov freebsd_committer freebsd_triage 2023-01-27 13:48:33 UTC
Pushed in, thanks. I made some changes to your patch:

1. No need to change MASTER_SITES - Gnome Gitlab is already in GNOME.
2. I just removed systemd directory at post-install stage, intead of patching it out.