Date: Mon, 28 Dec 2015 14:18:10 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404649 - head/audio/audex Message-ID: <201512281418.tBSEIAkK018906@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512281418.tBSEIAkK018906>