Bug 282666 - www/geckodriver, update to v0.35.0
Summary: www/geckodriver, update to v0.35.0
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: Robert Clausecker
URL: https://github.com/mozilla/geckodrive...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-10 12:25 UTC by King John
Modified: 2024-11-14 08:56 UTC (History)
2 users (show)

See Also:
daniel: maintainer-feedback+


Attachments
www/geckodriver, update to v0.35.0 (109.25 KB, patch)
2024-11-10 12:25 UTC, King John
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description King John 2024-11-10 12:25:50 UTC
Created attachment 255069 [details]
www/geckodriver, update to v0.35.0
Comment 1 Daniel Ylitalo 2024-11-12 11:59:09 UTC
Thanks! 

Patch looks good, however I unfortunately don't have a FreeBSD box to test this on and probably won't have in a while, approving patch for commit.
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2024-11-12 13:02:54 UTC
Will commit with some slight whitespace changes.
GH_PROJECT defaults to ${PORTNAME}, no need to set it explicitly.
Is there a changelog for this update?
Comment 3 Daniel Ylitalo 2024-11-12 13:09:22 UTC
This update jumps about 10 releases so probably best to link the changelog to the release page here;
https://github.com/mozilla/geckodriver/releases
Comment 4 King John 2024-11-14 01:24:44 UTC
The changelog is https://github.com/mozilla/geckodriver/blob/release/CHANGES.md (from version 0.26.0 to v0.35.0).
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-11-14 08:45:42 UTC
A commit in branch main references this bug:

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

commit 1c89946d2a2d9debf0eb0196ef7481fde5f28ede
Author:     King John <jinking.this@gmail.com>
AuthorDate: 2024-11-10 12:16:30 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-11-14 08:43:25 +0000

    www/geckodriver: update to v0.35.0

    Changelog: https://github.com/mozilla/geckodriver/blob/release/CHANGES.md

    PR:             282666
    Approved by:    daniel@blodan.se (maintainer)

 www/geckodriver/Makefile                      |  561 +++++--------
 www/geckodriver/distinfo                      | 1112 ++++++++++---------------
 www/geckodriver/files/patch-Cargo.toml (gone) |   25 -
 www/geckodriver/files/patch-powerpc (gone)    |   62 --
 4 files changed, 635 insertions(+), 1125 deletions(-)
Comment 6 Robert Clausecker freebsd_committer freebsd_triage 2024-11-14 08:56:36 UTC
Thank you for your contribution.