Bug 262076 - net/wireshark: Update MASTER_SITES, fix RTP option, adjust Makefile
Summary: net/wireshark: Update MASTER_SITES, fix RTP option, adjust Makefile
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: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-20 22:12 UTC by Daniel Engberg
Modified: 2022-02-21 20:00 UTC (History)
0 users

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


Attachments
Patch for wireshark (2.73 KB, patch)
2022-02-20 22:12 UTC, Daniel Engberg
no flags Details | Diff
Patch for wireshark v2 (2.69 KB, patch)
2022-02-20 22:24 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2022-02-20 22:12:52 UTC
Created attachment 231970 [details]
Patch for wireshark

- Update MASTER_SITES with official mirrors and add main site as last resort
Reference: https://www.wireshark.org/mirror.html
- Remove unnecessary definitions and switch to DISTVERSION while at it
- Fix RTP option

Poudriere testport OK 13.0-RELEASE (i386)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2022-02-20 22:24:46 UTC
Created attachment 231972 [details]
Patch for wireshark v2

2 more unecessary lines
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-21 20:00:24 UTC
A commit in branch main references this bug:

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

commit 575930ac731f8f9c3122cc9b6aa321561fec544b
Author:     Daniel Engberg <dizzy@FreeBSD.org>
AuthorDate: 2022-02-21 19:58:15 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2022-02-21 19:58:15 +0000

    net/wireshark: Update MASTER_SITES, fix RTP option, adjust Makefile

    - Update MASTER_SITES with official mirrors and add main site as last resort
    Reference: https://www.wireshark.org/mirror.html
    - Remove unnecessary definitions and switch to DISTVERSION while at it
    - Fix RTP option
     PR:            262076

 net/wireshark/Makefile  | 19 ++++++++-----------
 net/wireshark/pkg-plist |  2 ++
 2 files changed, 10 insertions(+), 11 deletions(-)
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2022-02-21 20:00:55 UTC
Committed, thanks!