Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 22:22:42 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: 170b66f06e1c - main - multimedia/libquvi-scripts09: Fix MASTER_SITES
Message-ID:  <202203302222.22UMMgFH063122@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=170b66f06e1ce4c50706153411648da15582eba4

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

    multimedia/libquvi-scripts09: Fix MASTER_SITES
---
 multimedia/libquvi-scripts09/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/multimedia/libquvi-scripts09/Makefile b/multimedia/libquvi-scripts09/Makefile
index dec4faf15754..0ac5f258660e 100644
--- a/multimedia/libquvi-scripts09/Makefile
+++ b/multimedia/libquvi-scripts09/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	libquvi-scripts
 PORTVERSION=	0.9.20131130
 PORTREVISION=	1
 CATEGORIES=	multimedia devel
-MASTER_SITES=	SF/quvi/${PORTVERSION}/${PORTNAME}/ \
+MASTER_SITES=	SF/quvi/${PORTVERSION:R}/libquvi-scripts/ \
 		LOCAL/sunpoet
 PKGNAMESUFFIX=	09
 
@@ -19,17 +19,18 @@ RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}bitop>=1.0.1:devel/lua-bitop@${LUA_FLAVOR} \
 		${LUA_PKGNAMEPREFIX}json>=1.1.1:converters/lua-json@${LUA_FLAVOR} \
 		${LUA_PKGNAMEPREFIX}luasocket>=2.0.2:net/luasocket@${LUA_FLAVOR}
 
-OPTIONS_DEFINE=	NSFW
-OPTIONS_SUB=	yes
-NSFW_DESC=	Enable adult website support
+USES=		lua:run pathfix tar:xz
 
 CONFIGURE_ARGS=	--program-suffix=${PKGNAMESUFFIX}
 GNU_CONFIGURE=	yes
 NO_ARCH=	yes
-USES=		lua:run pathfix tar:xz
 
 PLIST_SUB=	PKGNAMESUFFIX=${PKGNAMESUFFIX} PORTVERSION=${PORTVERSION} QUVIVERSION=${PORTVERSION:R}
 
+OPTIONS_DEFINE=	NSFW
+OPTIONS_SUB=	yes
+NSFW_DESC=	Enable adult website support
+
 NSFW_CONFIGURE_WITH=	nsfw
 
 .include <bsd.port.mk>



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