Bug 262076

Summary: net/wireshark: Update MASTER_SITES, fix RTP option, adjust Makefile
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (marcus)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for wireshark
none
Patch for wireshark v2 none

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!