Date: Sat, 21 Mar 2015 19:40:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381834 - head/multimedia/libquvi Message-ID: <201503211940.t2LJeCl9087133@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 21 19:40:11 2015 New Revision: 381834 URL: https://svnweb.freebsd.org/changeset/ports/381834 QAT: https://qat.redports.org/buildarchive/r381834/ Log: - Remove GOOGLE_CODE from MASTER_SITES - Add git repository to WWW - Cleanup WWW Modified: head/multimedia/libquvi/Makefile head/multimedia/libquvi/pkg-descr Modified: head/multimedia/libquvi/Makefile ============================================================================== --- head/multimedia/libquvi/Makefile Sat Mar 21 19:40:05 2015 (r381833) +++ head/multimedia/libquvi/Makefile Sat Mar 21 19:40:11 2015 (r381834) @@ -5,8 +5,7 @@ PORTNAME= libquvi PORTVERSION= 0.4.1 PORTREVISION= 4 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ - GOOGLE_CODE +MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform library for parsing flash media stream URLs @@ -31,8 +30,6 @@ USE_LDCONFIG= yes PORTDOCS= * -PROJECTHOST= quvi - LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit LUAJIT_USES_OFF= lua Modified: head/multimedia/libquvi/pkg-descr ============================================================================== --- head/multimedia/libquvi/pkg-descr Sat Mar 21 19:40:05 2015 (r381833) +++ head/multimedia/libquvi/pkg-descr Sat Mar 21 19:40:11 2015 (r381834) @@ -11,7 +11,5 @@ libquvi originates from the idea of allo having to install or use flash. It is a "workaround", not an "alternative" to flash. -git repo: http://repo.or.cz/w/libquvi.git - WWW: http://quvi.sourceforge.net/ -WWW: http://quvi.googlecode.com/ +WWW: http://repo.or.cz/w/libquvi.git
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503211940.t2LJeCl9087133>