svn commit: r320307 - head/multimedia/quvi
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 8 22:45:18 UTC 2013
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 at 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>
More information about the svn-ports-head
mailing list