git: 54b3d2489c0b - main - www/varnish7: Update to 7.5.0

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Mon, 05 Aug 2024 14:43:39 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54b3d2489c0bd64342032a4c46f8efa4e4ed9bf1

commit 54b3d2489c0bd64342032a4c46f8efa4e4ed9bf1
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2024-08-04 21:49:15 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-08-05 14:41:47 +0000

    www/varnish7: Update to 7.5.0
    
    Release notes:  https://varnish-cache.org/releases/rel7.5.0.html
---
 www/varnish7/Makefile             |  3 +--
 www/varnish7/distinfo             |  6 +++---
 www/varnish7/files/pkg-message.in | 12 ++++++++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/www/varnish7/Makefile b/www/varnish7/Makefile
index dbd3890220aa..b904dc37e465 100644
--- a/www/varnish7/Makefile
+++ b/www/varnish7/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	varnish
-DISTVERSION=	7.4.3
-PORTREVISION=	1
+DISTVERSION=	7.5.0
 CATEGORIES=	www
 MASTER_SITES=	https://varnish-cache.org/downloads/
 PKGNAMESUFFIX=	7
diff --git a/www/varnish7/distinfo b/www/varnish7/distinfo
index dc2b87bf97c9..be84e57eea37 100644
--- a/www/varnish7/distinfo
+++ b/www/varnish7/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710798217
-SHA256 (varnish-7.4.3.tgz) = eb9e43507f836eef2e32802d46dd3cf92eca3d547ba4b640fda59b407cdb1b88
-SIZE (varnish-7.4.3.tgz) = 3984340
+TIMESTAMP = 1716124155
+SHA256 (varnish-7.5.0.tgz) = fca61b983139e1aac61c4546d12a1a3ab9807dbb1d8314571e3148c93ff72b5d
+SIZE (varnish-7.5.0.tgz) = 4033962
diff --git a/www/varnish7/files/pkg-message.in b/www/varnish7/files/pkg-message.in
index 369014d32215..ff1c759f1744 100644
--- a/www/varnish7/files/pkg-message.in
+++ b/www/varnish7/files/pkg-message.in
@@ -36,4 +36,16 @@ EOM
 	type: upgrade
 	maximum_version: "7.4.1"
 }
+{
+	message: <<EOM
+For information about updating your current Varnish deployment to the new
+version, see Upgrading to Varnish 7.5:
+  https://varnish-cache.org/docs/7.5/whats-new/upgrading-7.5.html
+
+For the complete release information, see the Varnish Cache 7.5.X release pages:
+  https://varnish-cache.org/releases/rel7.5.0.html
+EOM
+	type: upgrade
+	maximum_version: "7.5.0"
+}
 ]