Date: Thu, 3 Jun 2021 09:15:33 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b5c8df5328c5 - main - www/squid: update to 4.15 Message-ID: <202106030915.1539FXGL084110@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5c8df5328c5a588adb8b403a8e0829bd2fb8f96 commit b5c8df5328c5a588adb8b403a8e0829bd2fb8f96 Author: Pavel Timofeev <timp87@gmail.com> AuthorDate: 2021-06-03 09:11:38 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-06-03 09:15:08 +0000 www/squid: update to 4.15 - Use DISTVERSION instead of PORTVERSION ChangeLog: https://github.com/squid-cache/squid/pull/818/files#diff-91c5b46dc84a94604a4e4d0caed9bf85590a2eddbb12d2e8dc80badf324a9dfbR1-R16 PR: 256358 Approved by: dbaio, garga (mentors, implicit) --- www/squid/Makefile | 2 +- www/squid/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/squid/Makefile b/www/squid/Makefile index aae452010f60..8e03dc0792eb 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,5 +1,5 @@ PORTNAME= squid -PORTVERSION= 4.14 +DISTVERSION= 4.15 CATEGORIES= www MASTER_SITES= http://www2.pl.squid-cache.org/Versions/v4/ \ http://ca.squid-cache.org/Versions/v4/ \ diff --git a/www/squid/distinfo b/www/squid/distinfo index 4eccb5d27278..a2a9493de51e 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612887197 -SHA256 (squid-4.14.tar.xz) = f1097daa6434897c159bc100978b51347c0339041610845d0afa128151729ffc -SIZE (squid-4.14.tar.xz) = 2452892 +TIMESTAMP = 1622579975 +SHA256 (squid-4.15.tar.xz) = b693a4e5ab2811a8a854f60de0a62afbbf3a952bb1d047952c9ae01321f84a25 +SIZE (squid-4.15.tar.xz) = 2454176
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106030915.1539FXGL084110>