Date: Wed, 16 Aug 2023 18:30:55 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: 83e72f05c684 - main - www/llhttp: Update to 9.0.0 Message-ID: <202308161830.37GIUtvb025295@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=83e72f05c6841058617bfa1e8f618e8ad83d644f commit 83e72f05c6841058617bfa1e8f618e8ad83d644f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:10:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:25:12 +0000 www/llhttp: Update to 9.0.0 - Use USES=pathfix to fix .pc installation - Use hard-coded shlib version It helps remind maintainer to bump PORTREVISION of dependent ports. Changes: https://github.com/nodejs/llhttp/releases --- www/llhttp/Makefile | 6 +++--- www/llhttp/distinfo | 6 +++--- www/llhttp/pkg-plist | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/llhttp/Makefile b/www/llhttp/Makefile index a5b9e34e6f85..e8bf9366a871 100644 --- a/www/llhttp/Makefile +++ b/www/llhttp/Makefile @@ -1,5 +1,5 @@ PORTNAME= llhttp -PORTVERSION= 8.1.1 +PORTVERSION= 9.0.0 DISTVERSIONPREFIX= release/v CATEGORIES= www @@ -11,11 +11,11 @@ WWW= https://llhttp.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT -USES= cmake cpe +USES= cmake cpe pathfix CMAKE_ON= BUILD_SHARED_LIBS BUILD_STATIC_LIBS -PLIST_SUB= PORTVERSION=${PORTVERSION} SHLIB_VER=${PORTVERSION:R} +PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= nodejs USE_GITHUB= yes diff --git a/www/llhttp/distinfo b/www/llhttp/distinfo index 06560ec36843..11f65b1982af 100644 --- a/www/llhttp/distinfo +++ b/www/llhttp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688166096 -SHA256 (nodejs-llhttp-release-v8.1.1_GH0.tar.gz) = ec9b6d829ed4c4594f1f1b8fe4c832fdace864dd99fa5db5118dfc49b08d9b14 -SIZE (nodejs-llhttp-release-v8.1.1_GH0.tar.gz) = 51820 +TIMESTAMP = 1691069942 +SHA256 (nodejs-llhttp-release-v9.0.0_GH0.tar.gz) = 869ebcd37eeef453c89ae3eea8213c3da45f42ba65a9c253169e3a31aaf51bd4 +SIZE (nodejs-llhttp-release-v9.0.0_GH0.tar.gz) = 36290 diff --git a/www/llhttp/pkg-plist b/www/llhttp/pkg-plist index 79de97feacee..56770426b2e0 100644 --- a/www/llhttp/pkg-plist +++ b/www/llhttp/pkg-plist @@ -3,6 +3,6 @@ lib/cmake/llhttp/llhttp-config-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/llhttp/llhttp-config.cmake lib/libllhttp.a lib/libllhttp.so -lib/libllhttp.so.%%SHLIB_VER%% +lib/libllhttp.so.9.0 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?202308161830.37GIUtvb025295>