Re: git: f548c6c4880c - main - archivers/bzip3: Update to 1.5.1
- In reply to: Daniel Engberg : "Re: git: f548c6c4880c - main - archivers/bzip3: Update to 1.5.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Dec 2024 08:17:59 UTC
On 18.12.2024 04:03, Daniel Engberg wrote: > On 2024-12-17T19:02:08.000+01:00, Emanuel Haupt <ehaupt@FreeBSD.org> wrote: > > > The branch main has been updated by ehaupt: > > URL: https://cgit.FreeBSD.org/ports/commit/? > id=f548c6c4880cb6ef20445674702f3025e0fb9ff6 <https:// > cgit.FreeBSD.org/ports/commit/? > id=f548c6c4880cb6ef20445674702f3025e0fb9ff6> > > commit f548c6c4880cb6ef20445674702f3025e0fb9ff6 > Author: Emanuel Haupt <ehaupt@FreeBSD.org <mailto:ehaupt@FreeBSD.org>> > AuthorDate: 2024-12-17 18:01:53 +0000 > Commit: Emanuel Haupt <ehaupt@FreeBSD.org <mailto:ehaupt@FreeBSD.org>> > CommitDate: 2024-12-17 18:01:53 +0000 > > archivers/bzip3: Update to 1.5.1 > --- > archivers/bzip3/Makefile | 5 ++--- > archivers/bzip3/distinfo | 6 +++--- > 2 files changed, 5 insertions(+), 6 deletions(-) > > diff --git a/archivers/bzip3/Makefile b/archivers/bzip3/Makefile > index c6035a213306..7cdc5c00acb6 100644 > --- a/archivers/bzip3/Makefile > +++ b/archivers/bzip3/Makefile > @@ -1,6 +1,5 @@ > PORTNAME= bzip3 > -DISTVERSION= 1.4.0 > -PORTREVISION= 2 > +DISTVERSION= 1.5.1 > CATEGORIES= archivers > MASTER_SITES= https://github.com/kspalaiologos/ <https://github.com/ > kspalaiologos/>${PORTNAME}/releases/download/${DISTVERSION}/ > > @@ -10,7 +9,7 @@ WWW= https://github.com/kspalaiologos/bzip3 > <https://github.com/kspalaiologos/bzip3> > > LICENSE= APACHE20 BSD2CLAUSE LGPL3+ > LICENSE_COMB= multi > -LICENSE_FILE_APACHE20= ${WRKSRC}/libsais-LICENSE > +LICENSE_FILE_APACHE20= ${WRKSRC}/3rdparty/libsais-LICENSE > LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSE > > USES= cmake cpe pathfix tar:xz > diff --git a/archivers/bzip3/distinfo b/archivers/bzip3/distinfo > index 60a3797a74c5..5e1ce0db9d51 100644 > --- a/archivers/bzip3/distinfo > +++ b/archivers/bzip3/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1701884867 > -SHA256 (bzip3-1.4.0.tar.xz) = > 516489784351abe027dc8b4bcad74d12937c5668d317e27de8c5cebc4d7884dc > -SIZE (bzip3-1.4.0.tar.xz) = 278424 > +TIMESTAMP = 1734458009 > +SHA256 (bzip3-1.5.1.tar.xz) = > 53b844f9d9fb1d75faa4d3a9d9026017caaf50bb200b320d1685c6506b8f3b37 > +SIZE (bzip3-1.5.1.tar.xz) = 284364 > > Hi, > > Post-patch section should go too? Yes, that's no longer required. Change committed, thanks.