Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 07:17:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547037 - in head/www: libnghttp2 nghttp2
Message-ID:  <202008300717.07U7HwR9012774@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 30 07:17:57 2020
New Revision: 547037
URL: https://svnweb.freebsd.org/changeset/ports/547037

Log:
  Use upstream release tarball
  
  PR:		248937
  Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>

Modified:
  head/www/libnghttp2/Makefile
  head/www/libnghttp2/distinfo
  head/www/nghttp2/Makefile
  head/www/nghttp2/distinfo

Modified: head/www/libnghttp2/Makefile
==============================================================================
--- head/www/libnghttp2/Makefile	Sun Aug 30 07:17:53 2020	(r547036)
+++ head/www/libnghttp2/Makefile	Sun Aug 30 07:17:57 2020	(r547037)
@@ -3,8 +3,8 @@
 
 PORTNAME=	nghttp2
 PORTVERSION=	1.41.0
-DISTVERSIONPREFIX=	v
 CATEGORIES=	www net
+MASTER_SITES=	https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	lib
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -13,14 +13,12 @@ COMMENT=	HTTP/2.0 C Library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf compiler:c++14-lang libtool pathfix pkgconfig
+USES=		autoreconf compiler:c++14-lang libtool pathfix pkgconfig tar:xz
 
 CONFIGURE_ARGS=	--enable-lib-only
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
-
-USE_GITHUB=	yes
 
 .include <bsd.port.mk>

Modified: head/www/libnghttp2/distinfo
==============================================================================
--- head/www/libnghttp2/distinfo	Sun Aug 30 07:17:53 2020	(r547036)
+++ head/www/libnghttp2/distinfo	Sun Aug 30 07:17:57 2020	(r547037)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591186754
-SHA256 (nghttp2-nghttp2-v1.41.0_GH0.tar.gz) = 3d53e8bd1513a271a45b6ecda2e22fa05e9eb90fa92f7c5daf57b08c6e40cc55
-SIZE (nghttp2-nghttp2-v1.41.0_GH0.tar.gz) = 1754150
+TIMESTAMP = 1598616285
+SHA256 (nghttp2-1.41.0.tar.xz) = abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2
+SIZE (nghttp2-1.41.0.tar.xz) = 1640712

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Sun Aug 30 07:17:53 2020	(r547036)
+++ head/www/nghttp2/Makefile	Sun Aug 30 07:17:57 2020	(r547037)
@@ -3,8 +3,8 @@
 
 PORTNAME=	nghttp2
 PORTVERSION=	1.41.0
-DISTVERSIONPREFIX=	v
 CATEGORIES=	www net
+MASTER_SITES=	https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	HTTP/2.0 C Library
@@ -20,7 +20,7 @@ OPTIONS_DEFAULT=APP HPACK
 OPTIONS_SUB=	yes
 APP_DESC=	Build h2load, nghttp, nghttpd and nghttpx
 
-USES=		autoreconf compiler:c++14-lang gmake libtool localbase pathfix pkgconfig ssl
+USES=		autoreconf compiler:c++14-lang gmake libtool localbase pathfix pkgconfig ssl tar:xz
 
 CONFIGURE_ARGS=	--disable-python-bindings --with-jemalloc
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
@@ -33,8 +33,6 @@ USE_RC_SUBR=	nghttpx
 PORTDATA=	fetch-ocsp-response
 PORTDOCS=	*
 PORTEXAMPLES=	*
-
-USE_GITHUB=	yes
 
 APP_BUILD_DEPENDS=	c-ares>=1.7.5:dns/c-ares \
 			libev>=4.11:devel/libev

Modified: head/www/nghttp2/distinfo
==============================================================================
--- head/www/nghttp2/distinfo	Sun Aug 30 07:17:53 2020	(r547036)
+++ head/www/nghttp2/distinfo	Sun Aug 30 07:17:57 2020	(r547037)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591186756
-SHA256 (nghttp2-nghttp2-v1.41.0_GH0.tar.gz) = 3d53e8bd1513a271a45b6ecda2e22fa05e9eb90fa92f7c5daf57b08c6e40cc55
-SIZE (nghttp2-nghttp2-v1.41.0_GH0.tar.gz) = 1754150
+TIMESTAMP = 1598616285
+SHA256 (nghttp2-1.41.0.tar.xz) = abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2
+SIZE (nghttp2-1.41.0.tar.xz) = 1640712



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008300717.07U7HwR9012774>