Re: git: 3a7449bfda2a - main - www/libnghttp3: Update to 1.3.0
- In reply to: Po-Chuan Hsieh : "git: 3a7449bfda2a - main - www/libnghttp3: Update to 1.3.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 18:20:45 UTC
On 2024-05-19T19:24:07.000+02:00, Po-Chuan Hsieh <sunpoet@FreeBSD.org> wrote: > The branch main has been updated by sunpoet: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3a7449bfda2ae9518da6ac70e2bf4d63633a7a12 > > commit 3a7449bfda2ae9518da6ac70e2bf4d63633a7a12 > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > AuthorDate: 2024-05-19 16:15:51 +0000 > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > CommitDate: 2024-05-19 17:15:11 +0000 > > www/libnghttp3: Update to 1.3.0 > > Changes: https://github.com/ngtcp2/nghttp3/releases > --- > www/libnghttp3/Makefile | 2 +- > www/libnghttp3/distinfo | 6 +++--- > www/libnghttp3/pkg-plist | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile > index 2598406e1086..ec31e881245a 100644 > --- a/www/libnghttp3/Makefile > +++ b/www/libnghttp3/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= nghttp3 > -PORTVERSION= 1.2.0 > +PORTVERSION= 1.3.0 > CATEGORIES= www net > MASTER_SITES= https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/ > PKGNAMEPREFIX= lib > diff --git a/www/libnghttp3/distinfo b/www/libnghttp3/distinfo > index 5f16776ebf0a..04b98100afcc 100644 > --- a/www/libnghttp3/distinfo > +++ b/www/libnghttp3/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1708448968 > -SHA256 (nghttp3-1.2.0.tar.xz) = d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa > -SIZE (nghttp3-1.2.0.tar.xz) = 387592 > +TIMESTAMP = 1715842554 > +SHA256 (nghttp3-1.3.0.tar.xz) = 450525981d302f23832b18edd1a62cf58019392ca6402408d0eb1a7f3fd92ecf > +SIZE (nghttp3-1.3.0.tar.xz) = 390176 > diff --git a/www/libnghttp3/pkg-plist b/www/libnghttp3/pkg-plist > index 8fbd9026ecbc..c2e591154dd4 100644 > --- a/www/libnghttp3/pkg-plist > +++ b/www/libnghttp3/pkg-plist > @@ -3,5 +3,5 @@ include/nghttp3/version.h > lib/libnghttp3.a > lib/libnghttp3.so > lib/libnghttp3.so.9 > -lib/libnghttp3.so.9.2.0 > +lib/libnghttp3.so.9.2.1 > libdata/pkgconfig/libnghttp3.pc Hi, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274761 adds unit testing, removes the need for separate patching and removes the need to define USE_CXXSTD. Best regards, Daniel