svn commit: r452647 - head/audio/codec2
Diane Bruce
db at FreeBSD.org
Sun Oct 22 14:40:55 UTC 2017
Author: db
Date: Sun Oct 22 14:40:54 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 at a13.fr
Modified:
head/audio/codec2/Makefile
head/audio/codec2/distinfo
Modified: head/audio/codec2/Makefile
==============================================================================
--- head/audio/codec2/Makefile Sun Oct 22 13:53:58 2017 (r452646)
+++ head/audio/codec2/Makefile Sun Oct 22 14:40:54 2017 (r452647)
@@ -3,13 +3,11 @@
PORTNAME= codec2
PORTVERSION= 0.7
CATEGORIES= audio hamradio
-MASTER_SITES= http://files.freedv.org/codec2/ \
+MASTER_SITES= https://freedv.com/wp-content/uploads/sites/8/2017/10/ \
LOCAL/db
MAINTAINER= hamradio at FreeBSD.org
COMMENT= Low bit rate codec
-
-BROKEN= no public distfiles
LICENSE= LGPL21
Modified: head/audio/codec2/distinfo
==============================================================================
--- head/audio/codec2/distinfo Sun Oct 22 13:53:58 2017 (r452646)
+++ head/audio/codec2/distinfo Sun Oct 22 14:40:54 2017 (r452647)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500555166
+TIMESTAMP = 1508682185
SHA256 (codec2-0.7.tar.xz) = 0695bb93cd985dd39f02f0db35ebc28a98b9b88747318f90774aba5f374eadb2
SIZE (codec2-0.7.tar.xz) = 8386048
More information about the svn-ports-head
mailing list