Date: Sat, 2 Nov 2024 06:26:32 GMT From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53518aeea815 - main - sysutils/osinfo-db-tools: update to 1.12.0 Message-ID: <202411020626.4A26QWPv065757@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=53518aeea815a236bf29c35f247e19ee41e224ca commit 53518aeea815a236bf29c35f247e19ee41e224ca Author: Roman Bogorodskiy <novel@FreeBSD.org> AuthorDate: 2024-10-31 18:54:12 +0000 Commit: Roman Bogorodskiy <novel@FreeBSD.org> CommitDate: 2024-11-02 06:25:33 +0000 sysutils/osinfo-db-tools: update to 1.12.0 --- sysutils/osinfo-db-tools/Makefile | 3 +-- sysutils/osinfo-db-tools/distinfo | 6 +++--- .../files/patch-tools_osinfo-db-validate.c | 15 --------------- sysutils/osinfo-db-tools/pkg-plist | 1 + 4 files changed, 5 insertions(+), 20 deletions(-) diff --git a/sysutils/osinfo-db-tools/Makefile b/sysutils/osinfo-db-tools/Makefile index 4ef5de7ebc5b..91a47f8983b0 100644 --- a/sysutils/osinfo-db-tools/Makefile +++ b/sysutils/osinfo-db-tools/Makefile @@ -1,6 +1,5 @@ PORTNAME= osinfo-db-tools -PORTVERSION= 1.11.0 -PORTREVISION= 1 +PORTVERSION= 1.12.0 CATEGORIES= sysutils MASTER_SITES= https://releases.pagure.org/libosinfo/ diff --git a/sysutils/osinfo-db-tools/distinfo b/sysutils/osinfo-db-tools/distinfo index c14188dc3410..df4a2b63c475 100644 --- a/sysutils/osinfo-db-tools/distinfo +++ b/sysutils/osinfo-db-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698516960 -SHA256 (osinfo-db-tools-1.11.0.tar.xz) = 8ba6d31bb5ef07056e38879e070671afbcfec0eb41a87f9950450bbb831b0a1d -SIZE (osinfo-db-tools-1.11.0.tar.xz) = 64792 +TIMESTAMP = 1730400445 +SHA256 (osinfo-db-tools-1.12.0.tar.xz) = f3315f675d18770f25dea8ed04b20b8fc80efb00f60c37ee5e815f9c3776e7f3 +SIZE (osinfo-db-tools-1.12.0.tar.xz) = 66204 diff --git a/sysutils/osinfo-db-tools/files/patch-tools_osinfo-db-validate.c b/sysutils/osinfo-db-tools/files/patch-tools_osinfo-db-validate.c deleted file mode 100644 index ef943afbfb6a..000000000000 --- a/sysutils/osinfo-db-tools/files/patch-tools_osinfo-db-validate.c +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/osinfo-db-validate.c.orig 2023-10-27 14:08:20 UTC -+++ tools/osinfo-db-validate.c -@@ -35,7 +35,12 @@ static void validate_structured_error_nop(void *userDa - } - - static void validate_structured_error_nop(void *userData G_GNUC_UNUSED, -+#if LIBXML_VERSION >= 21200 -+ const xmlError *error G_GNUC_UNUSED) -+#else - xmlErrorPtr error G_GNUC_UNUSED) -+#endif -+ - { - if (error->file) - g_printerr("%s:%d %s", error->file, error->line, error->message); diff --git a/sysutils/osinfo-db-tools/pkg-plist b/sysutils/osinfo-db-tools/pkg-plist index 1974b00de524..58af702da89d 100644 --- a/sysutils/osinfo-db-tools/pkg-plist +++ b/sysutils/osinfo-db-tools/pkg-plist @@ -13,6 +13,7 @@ share/locale/es/LC_MESSAGES/osinfo-db-tools.mo share/locale/fi/LC_MESSAGES/osinfo-db-tools.mo share/locale/fr/LC_MESSAGES/osinfo-db-tools.mo share/locale/id/LC_MESSAGES/osinfo-db-tools.mo +share/locale/it/LC_MESSAGES/osinfo-db-tools.mo share/locale/ja/LC_MESSAGES/osinfo-db-tools.mo share/locale/ka/LC_MESSAGES/osinfo-db-tools.mo share/locale/ko/LC_MESSAGES/osinfo-db-tools.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411020626.4A26QWPv065757>