Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 22:22:44 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 90e0c9ffe408 - main - multimedia/quvi: Use LIB_DEPENDS instead of RUN_DEPENDS
Message-ID:  <202203302222.22UMMiLI063176@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90e0c9ffe408e08310c6566594b8538286b16058

commit 90e0c9ffe408e08310c6566594b8538286b16058
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:03:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:03:12 +0000

    multimedia/quvi: Use LIB_DEPENDS instead of RUN_DEPENDS
---
 multimedia/quvi/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile
index 5d6237faf214..b27f1aa51317 100644
--- a/multimedia/quvi/Makefile
+++ b/multimedia/quvi/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	quvi
 PORTVERSION=	0.4.2
 PORTREVISION=	3
 CATEGORIES=	multimedia devel
-MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \
+MASTER_SITES=	SF/quvi/${PORTVERSION:R}/quvi/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -13,11 +13,9 @@ COMMENT=	Command line tool for parsing flash media stream URLs
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-LIB_DEPENDS=	libcurl.so:ftp/curl
-RUN_DEPENDS=	libquvi>=0.4.0:multimedia/libquvi
-
-PORTSCOUT=	limit:^0\.4\.
+BUILD_DEPENDS=	libquvi>=0.4.0:multimedia/libquvi
+LIB_DEPENDS=	libcurl.so:ftp/curl \
+		libquvi.so:multimedia/libquvi
 
 USES=		pkgconfig tar:xz
 
@@ -26,4 +24,6 @@ GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/quvi \
 		man/man1/quvi.1.gz
 
+PORTSCOUT=	limit:^0\.4\.
+
 .include <bsd.port.mk>



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