svn commit: r567624 - head/net/libngtcp2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:11:52 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:11:44 2021
New Revision: 567624
URL: https://svnweb.freebsd.org/changeset/ports/567624

Log:
  Update to 0.1.0.g20210227
  
  Changes:	https://github.com/ngtcp2/ngtcp2/commits/master

Modified:
  head/net/libngtcp2/Makefile
  head/net/libngtcp2/distinfo

Modified: head/net/libngtcp2/Makefile
==============================================================================
--- head/net/libngtcp2/Makefile	Sun Mar  7 22:11:39 2021	(r567623)
+++ head/net/libngtcp2/Makefile	Sun Mar  7 22:11:44 2021	(r567624)
@@ -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:

Modified: head/net/libngtcp2/distinfo
==============================================================================
--- head/net/libngtcp2/distinfo	Sun Mar  7 22:11:39 2021	(r567623)
+++ head/net/libngtcp2/distinfo	Sun Mar  7 22:11:44 2021	(r567624)
@@ -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


More information about the svn-ports-all mailing list