Re: git: 6d27c47f631d - main - www/libnghttp3: Update to 1.2.0
- In reply to: Po-Chuan Hsieh : "git: 6d27c47f631d - main - www/libnghttp3: Update to 1.2.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 21:20:40 UTC
On 2024-02-21T16:20:15.000+01:00, Po-Chuan Hsieh <sunpoet@FreeBSD.org> wrote: > The branch main has been updated by sunpoet: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=6d27c47f631da4930f38f0001cfcf9c77835d6f0 > > commit 6d27c47f631da4930f38f0001cfcf9c77835d6f0 > > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > > AuthorDate: 2024-02-21 14:29:45 +0000 > > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > > CommitDate: 2024-02-21 15:06:48 +0000 > > www/libnghttp3: Update to 1.2.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 1fc8a97060f1..2598406e1086 100644 > > --- a/www/libnghttp3/Makefile > > +++ b/www/libnghttp3/Makefile > > @@ -1,5 +1,5 @@ > > PORTNAME= nghttp3 > > -PORTVERSION= 1.1.0 > > +PORTVERSION= 1.2.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 34ba98d6756a..5f16776ebf0a 100644 > > --- a/www/libnghttp3/distinfo > > +++ b/www/libnghttp3/distinfo > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1702028060 > > -SHA256 (nghttp3-1.1.0.tar.xz) = f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb > > -SIZE (nghttp3-1.1.0.tar.xz) = 369832 > > +TIMESTAMP = 1708448968 > > +SHA256 (nghttp3-1.2.0.tar.xz) = d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa > > +SIZE (nghttp3-1.2.0.tar.xz) = 387592 > > diff --git a/www/libnghttp3/pkg-plist b/www/libnghttp3/pkg-plist > > index 88f6c7354e1a..8fbd9026ecbc 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 [http://libnghttp3.so] > > lib/libnghttp3.so.9 [http://libnghttp3.so.9] > > -lib/libnghttp3.so.9.1.0 [http://libnghttp3.so.9.1.0] > > +lib/libnghttp3.so.9.2.0 [http://libnghttp3.so.9.2.0] > > libdata/pkgconfig/libnghttp3.pc Hi, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274761 Improves build times, removes patching and enables "make test" Best regards, Daniel