Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 05:49:37 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: 5f6b1526fb9d - main - www/nghttp2: Cosmetic change
Message-ID:  <202110130549.19D5nbrK074132@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=5f6b1526fb9ddd93c1c0f8d19080e9dc70ecbdc4

commit 5f6b1526fb9ddd93c1c0f8d19080e9dc70ecbdc4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-13 05:36:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-13 05:36:39 +0000

    www/nghttp2: Cosmetic change
---
 www/nghttp2/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index a97799366292..839387454473 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -14,11 +14,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	libnghttp2>=${PORTVERSION}:www/libnghttp2
 LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
 
-OPTIONS_DEFINE=	APP ASIO DOCS EXAMPLES HPACK
-OPTIONS_DEFAULT=APP HPACK
-OPTIONS_SUB=	yes
-APP_DESC=	Build h2load, nghttp, nghttpd and nghttpx
-
 USES=		compiler:c++14-lang cpe gmake libtool localbase pathfix pkgconfig ssl tar:xz
 
 CONFIGURE_ARGS=	--disable-python-bindings --with-jemalloc
@@ -29,6 +24,11 @@ INSTALL_TARGET=	install-strip
 USE_CXXSTD=	c++14
 USE_RC_SUBR=	nghttpx
 
+OPTIONS_DEFINE=	APP ASIO DOCS EXAMPLES HPACK
+OPTIONS_DEFAULT=APP HPACK
+OPTIONS_SUB=	yes
+APP_DESC=	Build h2load, nghttp, nghttpd and nghttpx
+
 APP_BUILD_DEPENDS=	c-ares>=1.7.5:dns/c-ares \
 			libev>=4.11:devel/libev
 APP_CONFIGURE_ENABLE=	app



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