mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 0.7.9
Changes: https://github.com/tatsuhiro-t/nghttp2/releases PR: 198907 Submitted by: mi
This commit is contained in:
parent
1ae3c5afee
commit
f771cf6003
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382412
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nghttp2
|
||||
PORTVERSION= 0.7.8
|
||||
PORTVERSION= 0.7.9
|
||||
CATEGORIES= www net
|
||||
MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
@ -66,6 +66,5 @@ CONFIGURE_ARGS+=--with-jemalloc
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|^DEFAULT_INCLUDES = |&-I${WRKSRC}/src/includes |' ${WRKSRC}/examples/Makefile.in ${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nghttp2-0.7.8.tar.xz) = e8043e054b1189d18f3ad72f3c5cd09204f887101d450d57e45cef4763353d04
|
||||
SIZE (nghttp2-0.7.8.tar.xz) = 872136
|
||||
SHA256 (nghttp2-0.7.9.tar.xz) = 5a6c26248b6bd18034da423a391f545c6f2c81fcf6a8757f53db800b2e5de84b
|
||||
SIZE (nghttp2-0.7.9.tar.xz) = 873048
|
||||
|
@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h
|
||||
lib/libnghttp2.a
|
||||
lib/libnghttp2.so
|
||||
lib/libnghttp2.so.5
|
||||
lib/libnghttp2.so.5.7.1
|
||||
lib/libnghttp2.so.5.7.2
|
||||
%%ASIO%%lib/libnghttp2_asio.a
|
||||
%%ASIO%%lib/libnghttp2_asio.so
|
||||
%%ASIO%%lib/libnghttp2_asio.so.1
|
||||
|
Loading…
Reference in New Issue
Block a user