FreeBSD Bugzilla – Attachment 217549 Details for
Bug 248937
www/libnghttp2: Use release archive (also applies to www/nghttp2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for libnghttp2 and nghttp2
nghttp2-distfile.patch (text/plain), 2.89 KB, created by
Daniel Engberg
on 2020-08-26 19:01:57 UTC
(
hide
)
Description:
Patch for libnghttp2 and nghttp2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2020-08-26 19:01:57 UTC
Size:
2.89 KB
patch
obsolete
>diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile >index e172e01497a1..d1a9c1af2979 100644 >--- a/www/libnghttp2/Makefile >+++ b/www/libnghttp2/Makefile >@@ -2,9 +2,9 @@ > # $FreeBSD$ > > PORTNAME= nghttp2 >-PORTVERSION= 1.41.0 >-DISTVERSIONPREFIX= v >+DISTVERSION= 1.41.0 > CATEGORIES= www net >+MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${DISTVERSION}/ > PKGNAMEPREFIX= lib > > MAINTAINER= sunpoet@FreeBSD.org >@@ -13,7 +13,7 @@ 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 >@@ -21,6 +21,4 @@ INSTALL_TARGET= install-strip > USE_CXXSTD= c++14 > USE_LDCONFIG= yes > >-USE_GITHUB= yes >- > .include <bsd.port.mk> >diff --git a/www/libnghttp2/distinfo b/www/libnghttp2/distinfo >index b8757665ac6f..014d68628630 100644 >--- a/www/libnghttp2/distinfo >+++ b/www/libnghttp2/distinfo >@@ -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 = 1598465491 >+SHA256 (nghttp2-1.41.0.tar.xz) = abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2 >+SIZE (nghttp2-1.41.0.tar.xz) = 1640712 >diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile >index 4be849630959..673027ee2eb7 100644 >--- a/www/nghttp2/Makefile >+++ b/www/nghttp2/Makefile >@@ -2,9 +2,9 @@ > # $FreeBSD$ > > PORTNAME= nghttp2 >-PORTVERSION= 1.41.0 >-DISTVERSIONPREFIX= v >+DISTVERSION= 1.41.0 > CATEGORIES= www net >+MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${DISTVERSION}/ > > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= HTTP/2.0 C Library >@@ -20,7 +20,8 @@ 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}" \ >@@ -34,8 +35,6 @@ 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 > APP_CONFIGURE_ENABLE= app >diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo >index 01380a4f9611..f83def6f9509 100644 >--- a/www/nghttp2/distinfo >+++ b/www/nghttp2/distinfo >@@ -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 = 1598465025 >+SHA256 (nghttp2-1.41.0.tar.xz) = abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2 >+SIZE (nghttp2-1.41.0.tar.xz) = 1640712
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248937
: 217549
Working