Bug 282046 - security/gcr: Update to latest version and move old one to gcr3
Summary: security/gcr: Update to latest version and move old one to gcr3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-13 08:54 UTC by Gleb Popov
Modified: 2024-11-04 17:04 UTC (History)
3 users (show)

See Also:
vishwin: maintainer-feedback+


Attachments
Patch (85.29 KB, patch)
2024-10-13 08:54 UTC, Gleb Popov
vishwin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Popov freebsd_committer freebsd_triage 2024-10-13 08:54:29 UTC
Created attachment 254195 [details]
Patch

This change opens path for updating devel/gvfs to the latest version in the same way.

I didn't bump PORTREVISIONs yet, will do that when pushing.
Comment 1 Olivier Duchateau 2024-10-13 18:40:57 UTC
Why not add security/gcr4 instead of security/gcr? In repology we find this name.
Comment 2 Charlie Li freebsd_committer freebsd_triage 2024-10-15 03:16:13 UTC
Repology be repology, but what ultimately matters is what upstream decides for mainstream development and support moving forward, which looks to be gcr-4/gck-2. As such, plus the primary consumers being GNOME 40+ components, gcr-4/gck-2 should be in the security/gcr port with gcr-3/gck-1 in security/gcr3.
Comment 3 Gleb Popov freebsd_committer freebsd_triage 2024-10-25 16:18:10 UTC
Charlie, did you mean "OK to push" when you set the maintainer feedback to "+"?
Comment 4 Charlie Li freebsd_committer freebsd_triage 2024-11-01 22:36:39 UTC
(In reply to Gleb Popov from comment #3)
maintainer-feedback to + was to acknowledge and prevent timeout.
Comment 5 Charlie Li freebsd_committer freebsd_triage 2024-11-01 22:37:40 UTC
Comment on attachment 254195 [details]
Patch

ship it, just make sure to rebase (I think some of the bumped ports updated in the meantime)
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-11-04 16:53:58 UTC
A commit in branch main references this bug:

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

commit 791bbaf6c8fc9fa64fba502ab083de8e8345b03e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-10-13 08:48:39 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-11-04 16:50:19 +0000

    security/gcr: Update to 4.3.0

    Move the previous version to security/gcr3 and switch consumer ports to it

    PR:             282046
    Approved by:    vishwin
    Sponsored by:   Future Crew, LLC

 databases/evolution-data-server/Makefile |    4 +-
 devel/gvfs/Makefile                      |    2 +-
 devel/libgdata/Makefile                  |    3 +-
 graphics/shotwell/Makefile               |    3 +-
 mail/evolution/Makefile                  |    4 +-
 mail/geary/Makefile                      |    4 +-
 net-im/folks/Makefile                    |    6 +-
 net/gnome-online-accounts/Makefile       |    4 +-
 security/Makefile                        |    1 +
 security/gcr/Makefile                    |   23 +-
 security/gcr/distinfo                    |    8 +-
 security/gcr/pkg-plist                   | 1158 ++++++++++++++++++++++--------
 security/gcr3/Makefile (new)             |   42 ++
 security/gcr3/distinfo (new)             |    5 +
 security/gcr3/pkg-descr (new)            |    3 +
 security/gcr3/pkg-plist (new)            |  296 ++++++++
 security/gnome-keyring/Makefile          |    7 +-
 security/pinentry/Makefile               |    4 +-
 security/seahorse/Makefile               |    4 +-
 sysutils/budgie-control-center/Makefile  |    4 +-
 www/epiphany/Makefile                    |    4 +-
 www/midori/Makefile                      |    4 +-
 www/surf/Makefile                        |    4 +-
 x11-fm/sushi/Makefile                    |    4 +-
 x11/gnome-shell/Makefile                 |    4 +-
 25 files changed, 1254 insertions(+), 351 deletions(-)
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-11-04 17:03:03 UTC
A commit in branch main references this bug:

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

commit d924606565452c1a554b2d74d700170389432967
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-11-04 16:56:51 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-11-04 17:02:29 +0000

    devel/gvfs: Bump PORTREVISION after switching to gcr3

    PR:             282046
    Fixes:  791bbaf6c8fc9fa64fba502ab083de8e8345b03e
    Sponsored by:   Future Crew, LLC

 devel/gvfs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)