From owner-svn-ports-all@freebsd.org Sun Mar 7 21:20:27 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D4C8B574E93; Sun, 7 Mar 2021 21:20:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtvWv5h35z3q3P; Sun, 7 Mar 2021 21:20:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5EA01D32A; Sun, 7 Mar 2021 21:20:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127LKRPi095401; Sun, 7 Mar 2021 21:20:27 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127LKQLx095395; Sun, 7 Mar 2021 21:20:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103072120.127LKQLx095395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 21:20:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567593 - in head/sysutils/libdnf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/sysutils/libdnf: . files X-SVN-Commit-Revision: 567593 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 21:20:27 -0000 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 ++//#include ++ ++#include ++ ++#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