git: dce823efef10 - main - sysutils/libdnf: Update 0.63.1 -> 0.64.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 10 Oct 2021 05:21:42 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dce823efef10478fb6a8162c82333bc82d494e6b

commit dce823efef10478fb6a8162c82333bc82d494e6b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-10-10 05:16:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-10-10 05:21:35 +0000

    sysutils/libdnf: Update 0.63.1 -> 0.64.0
    
    Reported by:    portscout
---
 sysutils/libdnf/Makefile                    |  2 +-
 sysutils/libdnf/distinfo                    |  6 +++---
 sysutils/libdnf/files/patch-libdnf_config.h | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/sysutils/libdnf/Makefile b/sysutils/libdnf/Makefile
index 93494aaa5dc0..a8461739fb36 100644
--- a/sysutils/libdnf/Makefile
+++ b/sysutils/libdnf/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libdnf
-DISTVERSION=	0.63.1
+DISTVERSION=	0.64.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/sysutils/libdnf/distinfo b/sysutils/libdnf/distinfo
index 863a76a50c30..40f2032c7771 100644
--- a/sysutils/libdnf/distinfo
+++ b/sysutils/libdnf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624219956
-SHA256 (rpm-software-management-libdnf-0.63.1_GH0.tar.gz) = b6cf7f13d39155a4add1250efe631599eb7144739a3efccf396ec28bbbfe9c2c
-SIZE (rpm-software-management-libdnf-0.63.1_GH0.tar.gz) = 1125927
+TIMESTAMP = 1633842247
+SHA256 (rpm-software-management-libdnf-0.64.0_GH0.tar.gz) = 827038393d0eab0338fb369c525b0d822e4bad85ba89c212c6bf42178ddaa065
+SIZE (rpm-software-management-libdnf-0.64.0_GH0.tar.gz) = 1128166
diff --git a/sysutils/libdnf/files/patch-libdnf_config.h b/sysutils/libdnf/files/patch-libdnf_config.h
deleted file mode 100644
index 91b94fe32fad..000000000000
--- a/sysutils/libdnf/files/patch-libdnf_config.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libdnf/config.h.orig	2021-04-12 15:10:19 UTC
-+++ libdnf/config.h
-@@ -18,7 +18,7 @@
-  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-  */
- 
--#ifdef __APPLE__
-+#if defined(__APPLE__) || defined(__FreeBSD__)
- #include <stdint.h>
- #else
- #include <bits/wordsize.h>