Date: Sun, 7 Mar 2021 21:20:26 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567593 - in head/sysutils/libdnf: . files Message-ID: <202103072120.127LKQLx095395@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Mar 7 21:20:26 2021 New Revision: 567593 URL: https://svnweb.freebsd.org/changeset/ports/567593 Log: sysutils/libdnf: Update 0.55.2 -> 0.60.0 Added: head/sysutils/libdnf/files/patch-libdnf_config.h (contents, props changed) Modified: head/sysutils/libdnf/Makefile head/sysutils/libdnf/distinfo head/sysutils/libdnf/files/patch-CMakeLists.txt head/sysutils/libdnf/files/patch-tests_CMakeLists.txt head/sysutils/libdnf/pkg-plist Modified: head/sysutils/libdnf/Makefile ============================================================================== --- head/sysutils/libdnf/Makefile Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/Makefile Sun Mar 7 21:20:26 2021 (r567593) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libdnf -DISTVERSION= 0.55.2 +DISTVERSION= 0.60.0 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org Modified: head/sysutils/libdnf/distinfo ============================================================================== --- head/sysutils/libdnf/distinfo Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/distinfo Sun Mar 7 21:20:26 2021 (r567593) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607314320 -SHA256 (rpm-software-management-libdnf-0.55.2_GH0.tar.gz) = 67e2113e5d27501163f96dd15e2fb76a4fcff9d861a5618e3a4d322e64cd5a28 -SIZE (rpm-software-management-libdnf-0.55.2_GH0.tar.gz) = 1048788 +TIMESTAMP = 1615148130 +SHA256 (rpm-software-management-libdnf-0.60.0_GH0.tar.gz) = df60c15fdbea5b8594334cfe270b3eb84fc0d3cab4744f4dfc7dfeb47a78bea6 +SIZE (rpm-software-management-libdnf-0.60.0_GH0.tar.gz) = 1065223 Modified: head/sysutils/libdnf/files/patch-CMakeLists.txt ============================================================================== --- head/sysutils/libdnf/files/patch-CMakeLists.txt Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/files/patch-CMakeLists.txt Sun Mar 7 21:20:26 2021 (r567593) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2020-06-02 09:41:46 UTC +--- CMakeLists.txt.orig 2021-03-01 17:31:02 UTC +++ CMakeLists.txt -@@ -171,15 +171,19 @@ add_subdirectory(po) +@@ -168,15 +168,19 @@ add_subdirectory(po) # build docs Added: head/sysutils/libdnf/files/patch-libdnf_config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/libdnf/files/patch-libdnf_config.h Sun Mar 7 21:20:26 2021 (r567593) @@ -0,0 +1,22 @@ +--- libdnf/config.h.orig 2021-03-07 20:35:58 UTC ++++ libdnf/config.h +@@ -18,7 +18,18 @@ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +-#include <bits/wordsize.h> ++//#include <bits/wordsize.h> ++ ++#include <stdint.h> ++ ++#ifndef __WORDSIZE ++# if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX) ++# define __WORDSIZE 64 ++# else ++# define __WORDSIZE 32 ++# endif ++#endif ++ + + #if __WORDSIZE == 32 + #include "config-32.h" Modified: head/sysutils/libdnf/files/patch-tests_CMakeLists.txt ============================================================================== --- head/sysutils/libdnf/files/patch-tests_CMakeLists.txt Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/files/patch-tests_CMakeLists.txt Sun Mar 7 21:20:26 2021 (r567593) @@ -1,12 +1,12 @@ ---- tests/CMakeLists.txt.orig 2020-09-26 05:07:59 UTC +--- tests/CMakeLists.txt.orig 2021-03-01 17:31:02 UTC +++ tests/CMakeLists.txt -@@ -2,7 +2,9 @@ add_subdirectory(libdnf/module/modulemd) - add_subdirectory(libdnf/module) +@@ -3,7 +3,9 @@ add_subdirectory(libdnf/module) add_subdirectory(libdnf/repo) add_subdirectory(libdnf/transaction) -+if (BUILD_TESTING) + add_subdirectory(libdnf/sack) +++if (BUILD_TESTING) add_subdirectory(hawkey) -+endif() +++endif() add_subdirectory(libdnf) Modified: head/sysutils/libdnf/pkg-plist ============================================================================== --- head/sysutils/libdnf/pkg-plist Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/pkg-plist Sun Mar 7 21:20:26 2021 (r567593) @@ -16,6 +16,7 @@ include/libdnf/config.h include/libdnf/dnf-advisory.h include/libdnf/dnf-advisorypkg.h include/libdnf/dnf-advisoryref.h +include/libdnf/dnf-conf.h include/libdnf/dnf-context.h include/libdnf/dnf-db.h include/libdnf/dnf-enums.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103072120.127LKQLx095395>