Date: Sun, 19 Sep 2021 06:07:09 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: e1e2a9c0d6ba - main - www/nghttp2: Convert PORTDATA, PORTDOCS and PORTEXAMPLES to PLIST entries Message-ID: <202109190607.18J679eu052877@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=e1e2a9c0d6ba0e65af55e0a5793d0d4f24f14941 commit e1e2a9c0d6ba0e65af55e0a5793d0d4f24f14941 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-19 05:28:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-19 05:59:51 +0000 www/nghttp2: Convert PORTDATA, PORTDOCS and PORTEXAMPLES to PLIST entries --- www/nghttp2/Makefile | 4 ---- www/nghttp2/pkg-plist | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index af937f516da7..a97799366292 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -29,10 +29,6 @@ INSTALL_TARGET= install-strip USE_CXXSTD= c++14 USE_RC_SUBR= nghttpx -PORTDATA= fetch-ocsp-response -PORTDOCS= * -PORTEXAMPLES= * - APP_BUILD_DEPENDS= c-ares>=1.7.5:dns/c-ares \ libev>=4.11:devel/libev APP_CONFIGURE_ENABLE= app diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist index 9a680bb19b81..e6065b9771c8 100644 --- a/www/nghttp2/pkg-plist +++ b/www/nghttp2/pkg-plist @@ -17,3 +17,17 @@ man/man1/h2load.1.gz man/man1/nghttp.1.gz man/man1/nghttpd.1.gz man/man1/nghttpx.1.gz +%%PORTDOCS%%%%DOCSDIR%%/README.rst +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asio-cl.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asio-cl2.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asio-sv.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asio-sv2.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deflate +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deflate.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libevent-client +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libevent-client.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libevent-server +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libevent-server.c +%%DATADIR%%/fetch-ocsp-response
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190607.18J679eu052877>