Bug 267928

Summary: x11/gnome-terminal: update to 3.44.2
Product: Ports & Packages Reporter: Olivier Duchateau <duchateau.olivier>
Component: Individual Port(s)Assignee: Gleb Popov <arrowd>
Status: Closed FIXED    
Severity: Affects Only Me CC: arrowd, duchateau.olivier
Priority: --- Flags: bugzilla: maintainer-feedback? (gnome)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 261055    
Attachments:
Description Flags
Patch to update x11/gnome-terminal none

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.