Re: git: 959f3bed4160 - main - www/aria2: Update to 1.37.0
- In reply to: Po-Chuan Hsieh : "git: 959f3bed4160 - main - www/aria2: Update to 1.37.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 21:06:23 UTC
On 2023-12-14T07:05:36.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=959f3bed41602429a30d1b6fe6b420fcf0b18e48 > > commit 959f3bed41602429a30d1b6fe6b420fcf0b18e48 > > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > > AuthorDate: 2023-12-14 05:35:52 +0000 > > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > > CommitDate: 2023-12-14 05:48:19 +0000 > > www/aria2: Update to 1.37.0 > > > > - Remove my LOCAL from MASTER_SITES > > > > Changes: https://github.com/aria2/aria2/releases > > --- > > www/aria2/Makefile | 8 +++----- > > www/aria2/distinfo | 6 +++--- > > 2 files changed, 6 insertions(+), 8 deletions(-) > > diff --git a/www/aria2/Makefile b/www/aria2/Makefile > > index 47cf4e1ca461..b66f43f641c2 100644 > > --- a/www/aria2/Makefile > > +++ b/www/aria2/Makefile > > @@ -1,9 +1,7 @@ > > PORTNAME= aria2 > > -PORTVERSION= 1.36.0 > > -PORTREVISION= 4 > > +PORTVERSION= 1.37.0 > > CATEGORIES= www > > -MASTER_SITES= https://github.com/aria2/aria2/releases/download/release-${PORTVERSION}/ \ > > - LOCAL/sunpoet > > +MASTER_SITES= https://github.com/aria2/aria2/releases/download/release-${PORTVERSION}/ > > > > MAINTAINER= sunpoet@FreeBSD.org > > COMMENT= Yet another download tool > > @@ -13,7 +11,7 @@ WWW= https://aria2.github.io/ \ > > LICENSE= GPLv2 > > LICENSE_FILE= ${WRKSRC}/COPYING > > > > -USES= compiler:c++11-lib cpe libtool pathfix pkgconfig ssl tar:xz > > +USES= compiler:c++11-lang cpe libtool pathfix pkgconfig ssl tar:xz > > > > CONFIGURE_ARGS= --disable-epoll \ > > --enable-bittorrent \ > > diff --git a/www/aria2/distinfo b/www/aria2/distinfo > > index 75acc245dfc7..1062d04cf387 100644 > > --- a/www/aria2/distinfo > > +++ b/www/aria2/distinfo > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1632227480 > > -SHA256 (aria2-1.36.0.tar.xz) = 58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5 > > -SIZE (aria2-1.36.0.tar.xz) = 1619036 > > +TIMESTAMP = 1700759869 > > +SHA256 (aria2-1.37.0.tar.xz) = 60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b > > +SIZE (aria2-1.37.0.tar.xz) = 1705256 Hi, You have further enhancements here including unbundling of wslay as recommended by Porters Handbook. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275512 Best regards, Daniel