git: 4150b7243a01 - main - www/varnish7: Update to 7.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Mar 2023 12:31:35 UTC
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4150b7243a016e151a81d2696c043b1b0548126f
commit 4150b7243a016e151a81d2696c043b1b0548126f
Author: Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-03-26 12:30:39 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-03-26 12:31:17 +0000
www/varnish7: Update to 7.3.0
Release notes: https://varnish-cache.org/releases/rel7.3.0.html
---
www/varnish7/Makefile | 2 +-
www/varnish7/distinfo | 6 +++---
www/varnish7/files/pkg-message.in | 12 ++++++++++++
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/www/varnish7/Makefile b/www/varnish7/Makefile
index 3b565de8bef6..0178072ddcde 100644
--- a/www/varnish7/Makefile
+++ b/www/varnish7/Makefile
@@ -1,5 +1,5 @@
PORTNAME= varnish
-DISTVERSION= 7.2.1
+DISTVERSION= 7.3.0
CATEGORIES= www
MASTER_SITES= https://varnish-cache.org/downloads/
PKGNAMESUFFIX= 7
diff --git a/www/varnish7/distinfo b/www/varnish7/distinfo
index 6211fe771ff0..1146fe0d83dd 100644
--- a/www/varnish7/distinfo
+++ b/www/varnish7/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668037055
-SHA256 (varnish-7.2.1.tgz) = 4d937d1720a8ec19c533f972d9303a1c9889b7bfca7437893ae5c27cf204a940
-SIZE (varnish-7.2.1.tgz) = 4019119
+TIMESTAMP = 1679820905
+SHA256 (varnish-7.3.0.tgz) = e2dbbb0ec270a90647c386866e6e226993aed46e48de751a72bb819737f14ae7
+SIZE (varnish-7.3.0.tgz) = 3938449
diff --git a/www/varnish7/files/pkg-message.in b/www/varnish7/files/pkg-message.in
index eadedb44a9b8..735801e03c39 100644
--- a/www/varnish7/files/pkg-message.in
+++ b/www/varnish7/files/pkg-message.in
@@ -11,4 +11,16 @@ EOM
type: upgrade
maximum_version: "7.2.0"
}
+{
+ message: <<EOM
+For information about updating your current Varnish deployment to the new
+version, see Upgrading to Varnish 7.3:
+ https://varnish-cache.org/docs/7.3/whats-new/upgrading-7.3.html
+
+For the complete release information, see the Varnish Cache 7.3.0 release page:
+ https://varnish-cache.org/releases/rel7.3.0.html
+EOM
+ type: upgrade
+ maximum_version: "7.3.0"
+}
]