Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 22:22:40 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: d8abf1a9f614 - main - multimedia/libquvi: Cosmetic change
Message-ID:  <202203302222.22UMMeT0063074@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=d8abf1a9f6145fbcf11a5808f078eef434478246

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

    multimedia/libquvi: Cosmetic change
---
 multimedia/libquvi/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/multimedia/libquvi/Makefile b/multimedia/libquvi/Makefile
index 86564a37f90c..19f5cebf55d6 100644
--- a/multimedia/libquvi/Makefile
+++ b/multimedia/libquvi/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	libquvi
 PORTVERSION=	0.4.1
 PORTREVISION=	5
 CATEGORIES=	multimedia devel
-MASTER_SITES=	SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
+MASTER_SITES=	SF/quvi/${PORTVERSION:R}/libquvi/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -17,11 +17,6 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libcurl.so:ftp/curl
 RUN_DEPENDS=	libquvi-scripts>=0.4.0:multimedia/libquvi-scripts
 
-OPTIONS_DEFINE=	DOCS LUAJIT
-LUAJIT_DESC=	Use LuaJIT instead of Lua
-
-PORTSCOUT=	limit:^0\.4\.
-
 USES=		iconv libtool pathfix pkgconfig tar:xz
 
 GNU_CONFIGURE=	yes
@@ -30,6 +25,11 @@ USE_LDCONFIG=	yes
 
 PORTDOCS=	*
 
+PORTSCOUT=	limit:^0\.4\.
+
+OPTIONS_DEFINE=	DOCS LUAJIT
+LUAJIT_DESC=	Use LuaJIT instead of Lua
+
 LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit
 LUAJIT_USES_OFF=	lua
 



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