Date: Fri, 16 Sep 2016 21:54:22 +0000 (UTC) From: Barbara Guida <bar@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422272 - head/multimedia/libkate Message-ID: <201609162154.u8GLsMTg029594@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bar Date: Fri Sep 16 21:54:22 2016 New Revision: 422272 URL: https://svnweb.freebsd.org/changeset/ports/422272 Log: Unbreak making DISTFILES fetchable again. Modified: head/multimedia/libkate/Makefile Modified: head/multimedia/libkate/Makefile ============================================================================== --- head/multimedia/libkate/Makefile Fri Sep 16 21:27:20 2016 (r422271) +++ head/multimedia/libkate/Makefile Fri Sep 16 21:54:22 2016 (r422272) @@ -5,7 +5,7 @@ PORTNAME= libkate PORTVERSION= 0.4.1 PORTREVISION= 6 CATEGORIES= multimedia -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://downloads.xiph.org/releases/kate/ MAINTAINER= bar@FreeBSD.org COMMENT= Codec for karaoke and text encapsulation for Ogg @@ -13,8 +13,6 @@ COMMENT= Codec for karaoke and text enca LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libogg.so:audio/libogg \ libpng.so:graphics/png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609162154.u8GLsMTg029594>