Date: Sun, 22 Oct 2017 14:40:54 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452647 - head/audio/codec2 Message-ID: <201710221440.v9MEesLX098039@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710221440.v9MEesLX098039>