diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-07 22:11:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-07 22:11:44 +0000 |
commit | e50df4ab5e3545f94748067ae384d1009e2f2414 (patch) | |
tree | 3b1bffc0bdafa31388db49307d74d150e7349c44 /net/libngtcp2 | |
parent | 00e27579f870e9539fc8af704d57572b7a160786 (diff) | |
download | ports-e50df4ab5e3545f94748067ae384d1009e2f2414.tar.gz ports-e50df4ab5e3545f94748067ae384d1009e2f2414.zip |
Notes
Diffstat (limited to 'net/libngtcp2')
-rw-r--r-- | net/libngtcp2/Makefile | 6 | ||||
-rw-r--r-- | net/libngtcp2/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index 432f1c25d831..87b3c1d6e786 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ngtcp2 -PORTVERSION= 0.1.0.g20210201 +PORTVERSION= 0.1.0.g20210227 CATEGORIES= net PKGNAMEPREFIX= lib @@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++17-lang libtool pathfix pkgconfig -CONFIGURE_ARGS= --enable-lib-only +CONFIGURE_ARGS= --enable-lib-only --with-jemalloc GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++17 USE_LDCONFIG= yes -GH_TAGNAME= 3c0f397 +GH_TAGNAME= 7f10d53 USE_GITHUB= yes post-patch: diff --git a/net/libngtcp2/distinfo b/net/libngtcp2/distinfo index 35f399b8a86e..0a90f68ebe21 100644 --- a/net/libngtcp2/distinfo +++ b/net/libngtcp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296115 -SHA256 (ngtcp2-ngtcp2-0.1.0.g20210201-3c0f397_GH0.tar.gz) = b9bbf017d6f8b7e20018e4b24144d00946d54637d7b56ba778dd0234eda348ff -SIZE (ngtcp2-ngtcp2-0.1.0.g20210201-3c0f397_GH0.tar.gz) = 442590 +TIMESTAMP = 1614794200 +SHA256 (ngtcp2-ngtcp2-0.1.0.g20210227-7f10d53_GH0.tar.gz) = 79dab169e06c7d1d343c0c5d2fe867fe80c9a8add9382cff4dcfda7f800b1037 +SIZE (ngtcp2-ngtcp2-0.1.0.g20210227-7f10d53_GH0.tar.gz) = 461512 |