Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:06:54 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: 2ab26739b519 - main - devel/tinycbor: Cosmetic change
Message-ID:  <202109190606.18J66sun052553@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=2ab26739b519a1bdef7aa9172adbd7fa152bacae

commit 2ab26739b519a1bdef7aa9172adbd7fa152bacae
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:27:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 05:59:44 +0000

    devel/tinycbor: Cosmetic change
---
 devel/tinycbor/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/tinycbor/Makefile b/devel/tinycbor/Makefile
index 47622645f047..d47e9dafd8e1 100644
--- a/devel/tinycbor/Makefile
+++ b/devel/tinycbor/Makefile
@@ -14,14 +14,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libcjson.so:devel/libcjson
 
 USES=		gmake localbase pathfix
-USE_GITHUB=	yes
-GH_ACCOUNT=	intel
 
 INSTALL_TARGET=	install-strip
 MAKE_ARGS=	SOVERSION=${PORTVERSION:R:R}
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
+GH_ACCOUNT=	intel
+USE_GITHUB=	yes
+
 do-configure:
 	@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} configure
 



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