diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2025-05-21 13:56:37 +0100 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2025-05-21 13:56:37 +0100 |
commit | b9706e55023578c503f820cf8299011536bddecf (patch) | |
tree | 1b5469271de0084ecfb4e591a448ba768827ce50 | |
parent | emulators/yuzu: unbreak build with libfmt 11 (diff) |
databases/pgbarman: update to 3.14.0
This release adds the capability to gpg encrypt backups. You'll need
to install security/gnupg to use it.
Changes: https://github.com/EnterpriseDB/barman/blob/release/3.14.0/RELNOTES.md
Reported by: portscout
-rw-r--r-- | databases/pgbarman/Makefile | 2 | ||||
-rw-r--r-- | databases/pgbarman/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile index 5bf87b4b4ffa..d7365ea6e12d 100644 --- a/databases/pgbarman/Makefile +++ b/databases/pgbarman/Makefile @@ -1,6 +1,6 @@ PORTNAME= barman DISTVERSIONPREFIX= release/ -DISTVERSION= 3.13.3 +DISTVERSION= 3.14.0 CATEGORIES= databases PKGNAMEPREFIX= pg PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} diff --git a/databases/pgbarman/distinfo b/databases/pgbarman/distinfo index 21f55b3b4fa4..9583ce37ee68 100644 --- a/databases/pgbarman/distinfo +++ b/databases/pgbarman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745572296 -SHA256 (EnterpriseDB-barman-release-3.13.3_GH0.tar.gz) = 731b15a53abb30fd92048cb0d82d16d5f8f3f9b0c51f52dbf9456697ed38ab50 -SIZE (EnterpriseDB-barman-release-3.13.3_GH0.tar.gz) = 1866213 +TIMESTAMP = 1747831882 +SHA256 (EnterpriseDB-barman-release-3.14.0_GH0.tar.gz) = 6a799a460af2289630cee1d255fea09430a293812ed0b936248361cd03f1b843 +SIZE (EnterpriseDB-barman-release-3.14.0_GH0.tar.gz) = 1904103 |