From owner-svn-ports-all@FreeBSD.ORG Sat Mar 21 19:40:07 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F064FE78; Sat, 21 Mar 2015 19:40:06 +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 A6029F4D; Sat, 21 Mar 2015 19:40:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2LJe6pG087002; Sat, 21 Mar 2015 19:40:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2LJe6ob086865; Sat, 21 Mar 2015 19:40:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503211940.t2LJe6ob086865@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:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381833 - head/multimedia/libquvi-scripts09 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:07 -0000 Author: sunpoet Date: Sat Mar 21 19:40:05 2015 New Revision: 381833 URL: https://svnweb.freebsd.org/changeset/ports/381833 QAT: https://qat.redports.org/buildarchive/r381833/ Log: - Remove GOOGLE_CODE from MASTER_SITES - Add git repository to WWW - Cleanup WWW Modified: head/multimedia/libquvi-scripts09/Makefile head/multimedia/libquvi-scripts09/pkg-descr Modified: head/multimedia/libquvi-scripts09/Makefile ============================================================================== --- head/multimedia/libquvi-scripts09/Makefile Sat Mar 21 19:39:59 2015 (r381832) +++ head/multimedia/libquvi-scripts09/Makefile Sat Mar 21 19:40:05 2015 (r381833) @@ -4,8 +4,7 @@ PORTNAME= libquvi-scripts PORTVERSION= 0.9.20131130 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ \ - GOOGLE_CODE +MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ PKGNAMESUFFIX= 09 MAINTAINER= sunpoet@FreeBSD.org @@ -23,8 +22,6 @@ USES= lua:run pathfix tar:xz PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} PORTVERSION=${PORTVERSION} QUVIVERSION=${PORTVERSION:R} -PROJECTHOST= quvi - NSFW_CONFIGURE_WITH= nsfw .include Modified: head/multimedia/libquvi-scripts09/pkg-descr ============================================================================== --- head/multimedia/libquvi-scripts09/pkg-descr Sat Mar 21 19:39:59 2015 (r381832) +++ head/multimedia/libquvi-scripts09/pkg-descr Sat Mar 21 19:40:05 2015 (r381833) @@ -7,7 +7,5 @@ libquvi and quvi. libquvi-scripts contains the embedded lua scripts that libquvi uses for parsing the media details. Some additional utility scripts are also included. -git repo: http://repo.or.cz/w/libquvi-scripts.git - WWW: http://quvi.sourceforge.net/ -WWW: http://quvi.googlecode.com/ +WWW: http://repo.or.cz/w/libquvi-scripts.git