1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/libdnf: Update 0.63.1 -> 0.64.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2021-10-09 22:16:40 -07:00
parent d4af14ddda
commit dce823efef
3 changed files with 4 additions and 15 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= libdnf
DISTVERSION= 0.63.1
DISTVERSION= 0.64.0
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org

View File

@ -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

View File

@ -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>