Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2013 22:45:18 +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: r320307 - head/multimedia/quvi
Message-ID:  <201306082245.r58MjIwJ043076@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306082245.r58MjIwJ043076>