From owner-svn-ports-all@FreeBSD.ORG Sat Mar 21 19:40:13 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20EDDF55; Sat, 21 Mar 2015 19:40:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0AE54F50; Sat, 21 Mar 2015 19:40:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2LJeCAm087135; Sat, 21 Mar 2015 19:40:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2LJeCl9087133; Sat, 21 Mar 2015 19:40:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503211940.t2LJeCl9087133@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Mar 2015 19:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381834 - head/multimedia/libquvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2015 19:40:13 -0000 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