Bug 223163

Summary: audio/codec2: update MASTER_SITES to unbreak port
Product: Ports & Packages Reporter: Thibault Jouan <tj+freebsd_ports>
Component: Individual Port(s)Assignee: hamradio (Nobody) <hamradio>
Status: Closed FIXED    
Severity: Affects Only Me CC: db
Priority: --- Flags: bugzilla: maintainer-feedback? (hamradio)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update MASTER_SITES to fix distfiles none

Description Thibault Jouan 2017-10-22 10:39:42 UTC
Created attachment 187364 [details]
update MASTER_SITES to fix distfiles

I noticed this port is currently broken:

BROKEN=		no public distfiles

Then I found the public archive at:
https://freedv.com/wp-content/uploads/sites/8/2017/10/codec2-0.7.tar.xz
(the checksum matches)

I think the port can be "fixed" with the attached patch.

Thanks!
Comment 1 Diane Bruce freebsd_committer freebsd_triage 2017-10-22 14:30:39 UTC
A better place to get this file is from the Canonical source. Upstream changed the location on us very recently. However, I forgot to update the LOCAL copy too.
Comment 2 Diane Bruce freebsd_committer freebsd_triage 2017-10-22 14:31:48 UTC
Ooops you did have the right upstream link. *g*
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-10-22 14:41:09 UTC
A commit references this bug:

Author: db
Date: Sun Oct 22 14:40:54 UTC 2017
New revision: 452647
URL: https://svnweb.freebsd.org/changeset/ports/452647

Log:
  update MASTER_SITES to fix distfiles

  I noticed this port is currently broken:

  BROKEN=		no public distfiles

  Then I found the public archive at:
  https://freedv.com/wp-content/uploads/sites/8/2017/10/codec2-0.7.tar.xz
  (the checksum matches)

  I think the port can be "fixed" with the attached patch.

  Thanks!

  Update the LOCAL copy I forgot to add the last time (db)

  PR:		ports/223163
  Submitted by: 	tj+freebsd_ports@a13.fr

Changes:
  head/audio/codec2/Makefile
  head/audio/codec2/distinfo
Comment 4 Thibault Jouan 2017-10-22 16:18:02 UTC
(In reply to Diane Bruce from comment #2)

To be honest I took the first one that seemed OK after a quick search
on the web. Thank you for the commmit!