mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
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
This commit is contained in:
parent
cbf58facc1
commit
83e72f05c6
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user