From owner-svn-ports-head@FreeBSD.ORG Sat Jun 8 22:45:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3B8E1FF6; Sat, 8 Jun 2013 22:45:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 290B217F0; Sat, 8 Jun 2013 22:45:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r58MjItd043077; Sat, 8 Jun 2013 22:45:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r58MjIwJ043076; Sat, 8 Jun 2013 22:45:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201306082245.r58MjIwJ043076@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Jun 2013 22:45:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320307 - head/multimedia/quvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 22:45:18 -0000 Author: sunpoet Date: Sat Jun 8 22:45:17 2013 New Revision: 320307 URL: http://svnweb.freebsd.org/changeset/ports/320307 Log: - Update LICENSE - Add PORTSCOUT to skip development versions Modified: head/multimedia/quvi/Makefile Modified: head/multimedia/quvi/Makefile ============================================================================== --- head/multimedia/quvi/Makefile Sat Jun 8 22:45:07 2013 (r320306) +++ head/multimedia/quvi/Makefile Sat Jun 8 22:45:17 2013 (r320307) @@ -11,11 +11,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSI MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool for parsing flash media stream URLs -LICENSE= GPLv3 +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual BUILD_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -RUN_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi +RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USES= pkgconfig @@ -24,4 +25,6 @@ USE_XZ= yes MAN1= quvi.1 PLIST_FILES= bin/quvi +PORTSCOUT= limit:0.4.[0-9]* + .include