From owner-svn-ports-head@freebsd.org Mon Dec 28 14:18:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26BD6A520AC; Mon, 28 Dec 2015 14:18:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA22C15D6; Mon, 28 Dec 2015 14:18:11 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSEIBjv018908; Mon, 28 Dec 2015 14:18:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSEIAkK018906; Mon, 28 Dec 2015 14:18:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512281418.tBSEIAkK018906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 28 Dec 2015 14:18:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404649 - head/audio/audex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 14:18:12 -0000 Author: rakuco Date: Mon Dec 28 14:18:10 2015 New Revision: 404649 URL: https://svnweb.freebsd.org/changeset/ports/404649 Log: Switch MASTER_SITES to make the port fetchable again. Move to kde-apps.org, which provides a tarball with the same hash and size. Modified: head/audio/audex/Makefile head/audio/audex/distinfo Modified: head/audio/audex/Makefile ============================================================================== --- head/audio/audex/Makefile Mon Dec 28 14:14:42 2015 (r404648) +++ head/audio/audex/Makefile Mon Dec 28 14:18:10 2015 (r404649) @@ -3,15 +3,14 @@ PORTNAME= audex PORTVERSION= 0.79 CATEGORIES= audio kde -MASTER_SITES= http://kde.maniatek.com/${PORTNAME}/files/ +MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ +DISTNAME= 77125-${PORTNAME}-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= KDE4 audio CD ripping utility LICENSE= GPLv3 -BROKEN= unfetchable - LIB_DEPENDS= libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia USES= tar:xz cmake Modified: head/audio/audex/distinfo ============================================================================== --- head/audio/audex/distinfo Mon Dec 28 14:14:42 2015 (r404648) +++ head/audio/audex/distinfo Mon Dec 28 14:18:10 2015 (r404649) @@ -1,2 +1,2 @@ -SHA256 (audex-0.79.tar.xz) = 3281d3f02ca148e8e98e699778d463714858c2005e70f8a8c7bf856a18897c30 -SIZE (audex-0.79.tar.xz) = 335732 +SHA256 (77125-audex-0.79.tar.xz) = 3281d3f02ca148e8e98e699778d463714858c2005e70f8a8c7bf856a18897c30 +SIZE (77125-audex-0.79.tar.xz) = 335732