Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2022 10:31:21 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: 693b9405d88e - main - www/llhttp: Update to 6.0.9
Message-ID:  <202208271031.27RAVL5D048003@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=693b9405d88eea53359e26c2d0f408100d2981a8

commit 693b9405d88eea53359e26c2d0f408100d2981a8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:23:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:23:49 +0000

    www/llhttp: Update to 6.0.9
    
    Changes:        https://github.com/nodejs/llhttp/releases
---
 www/llhttp/Makefile              |  7 +++----
 www/llhttp/distinfo              |  6 +++---
 www/llhttp/files/libllhttp.pc.in | 10 ----------
 www/llhttp/pkg-plist             |  2 +-
 4 files changed, 7 insertions(+), 18 deletions(-)

diff --git a/www/llhttp/Makefile b/www/llhttp/Makefile
index fb673bcb5f22..c298adf047fe 100644
--- a/www/llhttp/Makefile
+++ b/www/llhttp/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	llhttp
-PORTVERSION=	6.0.7
+PORTVERSION=	6.0.9
 DISTVERSIONPREFIX=	 release/v
 CATEGORIES=	www
 
@@ -13,10 +13,9 @@ USES=		cmake cpe
 
 CMAKE_ON=	BUILD_SHARED_LIBS BUILD_STATIC_LIBS
 
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
+
 GH_ACCOUNT=	nodejs
 USE_GITHUB=	yes
 
-post-patch:
-	@${CP} ${FILESDIR}/libllhttp.pc.in ${WRKSRC}/libllhttp.pc.in
-
 .include <bsd.port.mk>
diff --git a/www/llhttp/distinfo b/www/llhttp/distinfo
index d5d3ab2c44bd..6c794d1e9ab8 100644
--- a/www/llhttp/distinfo
+++ b/www/llhttp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657198939
-SHA256 (nodejs-llhttp-release-v6.0.7_GH0.tar.gz) = ffd9377865232345af858b1b21a0fbcccaa6bfe397acb2211562f90738342bd9
-SIZE (nodejs-llhttp-release-v6.0.7_GH0.tar.gz) = 40580
+TIMESTAMP = 1660576734
+SHA256 (nodejs-llhttp-release-v6.0.9_GH0.tar.gz) = d874d016019bab9f75c6442f47015fe8080982f2f57b2f5261bd573589542dfb
+SIZE (nodejs-llhttp-release-v6.0.9_GH0.tar.gz) = 41388
diff --git a/www/llhttp/files/libllhttp.pc.in b/www/llhttp/files/libllhttp.pc.in
deleted file mode 100644
index 9b1362a41cc7..000000000000
--- a/www/llhttp/files/libllhttp.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=@CMAKE_INSTALL_PREFIX@
-libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
-includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@
-
-Name: libllhttp
-Description: Node.js llhttp Library
-Version: @PROJECT_VERSION@
-Libs: -L${libdir} -lllhttp
-Cflags: -I${includedir}
diff --git a/www/llhttp/pkg-plist b/www/llhttp/pkg-plist
index a33be41e561d..759815017201 100644
--- a/www/llhttp/pkg-plist
+++ b/www/llhttp/pkg-plist
@@ -4,5 +4,5 @@ lib/cmake/llhttp/llhttp-config.cmake
 lib/libllhttp.a
 lib/libllhttp.so
 lib/libllhttp.so.6.0
-lib/libllhttp.so.6.0.5
+lib/libllhttp.so.%%PORTVERSION%%
 libdata/pkgconfig/libllhttp.pc



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