git: d76d0ac67beb - main - databases/liquibase: Update to 4.3.5
Fernando Apesteguía=
fernape at FreeBSD.org
Wed Jun 9 10:00:44 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d76d0ac67beb55f8b9dfcfda29d8e1d64fb33669
commit d76d0ac67beb55f8b9dfcfda29d8e1d64fb33669
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-06-09 08:37:15 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-06-09 09:56:54 +0000
databases/liquibase: Update to 4.3.5
Accumulated changeLog: https://github.com/liquibase/liquibase/blob/master/changelog.txt#L4
PR: 256425
Reported by: meka at tilda.center
---
databases/liquibase/Makefile | 2 +-
databases/liquibase/distinfo | 6 +++---
databases/liquibase/pkg-plist | 12 +++++-------
3 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/databases/liquibase/Makefile b/databases/liquibase/Makefile
index e016cb72eb5c..305fc3bffeaa 100644
--- a/databases/liquibase/Makefile
+++ b/databases/liquibase/Makefile
@@ -1,7 +1,7 @@
# Created by: Gea-Suan Lin <gslin at gslin.org>
PORTNAME= liquibase
-PORTVERSION= 3.8.1
+PORTVERSION= 4.3.5
CATEGORIES= databases java
MASTER_SITES= https://github.com/liquibase/liquibase/releases/download/v${PORTVERSION}/
diff --git a/databases/liquibase/distinfo b/databases/liquibase/distinfo
index 97777ad514cc..96ed53f96da5 100644
--- a/databases/liquibase/distinfo
+++ b/databases/liquibase/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573080630
-SHA256 (liquibase-3.8.1.tar.gz) = 11e5cbb7f5b92aa41e79154708a5f8d33083ecb890b27d5e9f9d56b24f7478e9
-SIZE (liquibase-3.8.1.tar.gz) = 7300065
+TIMESTAMP = 1621844103
+SHA256 (liquibase-4.3.5.tar.gz) = 5ce62afa9efa5c5b7b8f8a31302959a31e70b1a5ee579a2f701ea464984c0655
+SIZE (liquibase-4.3.5.tar.gz) = 6873433
diff --git a/databases/liquibase/pkg-plist b/databases/liquibase/pkg-plist
index 7447f02b62fe..320b65914914 100644
--- a/databases/liquibase/pkg-plist
+++ b/databases/liquibase/pkg-plist
@@ -1,10 +1,8 @@
bin/liquibase
%%DATADIR%%/commons-cli-1.4.jar
-%%DATADIR%%/jaxb-api-2.2.11.jar
-%%DATADIR%%/jaxb-core-2.2.11.jar
-%%DATADIR%%/jaxb-impl-2.2.11.jar
+%%DATADIR%%/h2-1.4.200.jar
+%%DATADIR%%/jaxb-api-2.3.0.jar
+%%DATADIR%%/jaxb-core-2.3.0.jar
+%%DATADIR%%/jaxb-impl-2.3.0.jar
%%DATADIR%%/liquibase.jar
-%%DATADIR%%/logback-classic-1.2.3.jar
-%%DATADIR%%/logback-core-1.2.3.jar
-%%DATADIR%%/slf4j-api-1.7.28.jar
-%%DATADIR%%/snakeyaml-1.24.jar
+%%DATADIR%%/snakeyaml-1.27.jar
More information about the dev-commits-ports-all
mailing list