diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2024-03-11 09:02:48 +0100 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2024-03-18 09:01:50 +0100 |
commit | 47c4612b1fb9d15005e77597aeae4352deac2aa0 (patch) | |
tree | 89a5262dc9156ea8a15a907adf57953a4c6e7e4f | |
parent | 212bbbee1b88da5d1ea697aab9cf6b3456b6b7c9 (diff) | |
download | freebsd-ports-47c4612b1fb9d15005e77597aeae4352deac2aa0.zip |
ftp/wget: Upgrade from 1.21.4 t 1.24.5
Hand over maintainership to yasu who has been submitting
updates to ftp/wget faster than me for a long time.
ChangeLog: https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS?h=v1.24.5
PR: 277668
Reported by: yasu
-rw-r--r-- | ftp/wget/Makefile | 5 | ||||
-rw-r--r-- | ftp/wget/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 2fabefafe3b9..ecf361d8ebd7 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -1,10 +1,9 @@ PORTNAME= wget -DISTVERSION= 1.21.4 -PORTREVISION= 1 +DISTVERSION= 1.24.5 CATEGORIES= ftp www MASTER_SITES= GNU -MAINTAINER= vd@FreeBSD.org +MAINTAINER= yasu@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP(S) and FTP WWW= https://www.gnu.org/s/wget/ diff --git a/ftp/wget/distinfo b/ftp/wget/distinfo index a01f4be7320b..91326307e8ee 100644 --- a/ftp/wget/distinfo +++ b/ftp/wget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686077051 -SHA256 (wget-1.21.4.tar.lz) = 3683619a5f50edcbccb1720a79006fa37bf9b9a255a8c5b48048bc3c7a874bd9 -SIZE (wget-1.21.4.tar.lz) = 2490548 +TIMESTAMP = 1710143008 +SHA256 (wget-1.24.5.tar.lz) = 57a107151e4ef94fdf94affecfac598963f372f13293ed9c74032105390b36ee +SIZE (wget-1.24.5.tar.lz) = 2545954 |