git: 8577bce98c29 - main - misc/librepo: update 1.17.1 → 1.19.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 27 Jan 2025 19:51:39 UTC
The branch main has been updated by yuri:

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

commit 8577bce98c298bf90e24ab6e14bd4e17bf37c42b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-27 15:01:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-27 19:51:33 +0000

    misc/librepo: update 1.17.1 → 1.19.0
---
 misc/librepo/Makefile                             | 3 +--
 misc/librepo/distinfo                             | 6 +++---
 misc/librepo/files/patch-librepo_librepo.pc.cmake | 8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/misc/librepo/Makefile b/misc/librepo/Makefile
index a22a3295c1e0..13919daf79ab 100644
--- a/misc/librepo/Makefile
+++ b/misc/librepo/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	librepo
-DISTVERSION=	1.17.1
-PORTREVISION=	1
+DISTVERSION=	1.19.0
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/librepo/distinfo b/misc/librepo/distinfo
index b65e8028dcbc..8c026faa8dbe 100644
--- a/misc/librepo/distinfo
+++ b/misc/librepo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711520106
-SHA256 (rpm-software-management-librepo-1.17.1_GH0.tar.gz) = 16e4158d6ce8a8536cc80dc327efb4ad53acf9181175b80cb9ef17cbda53cb8f
-SIZE (rpm-software-management-librepo-1.17.1_GH0.tar.gz) = 840461
+TIMESTAMP = 1738003050
+SHA256 (rpm-software-management-librepo-1.19.0_GH0.tar.gz) = 7395b34af0d7a3fa13d2db1ad0ca0d8cbcae6695c2ecd62c6204606184bfd92b
+SIZE (rpm-software-management-librepo-1.19.0_GH0.tar.gz) = 841780
diff --git a/misc/librepo/files/patch-librepo_librepo.pc.cmake b/misc/librepo/files/patch-librepo_librepo.pc.cmake
index cb50eb0bbde4..240ce9474af6 100644
--- a/misc/librepo/files/patch-librepo_librepo.pc.cmake
+++ b/misc/librepo/files/patch-librepo_librepo.pc.cmake
@@ -1,11 +1,11 @@
---- librepo/librepo.pc.cmake.orig	2020-09-20 19:51:54 UTC
+--- librepo/librepo.pc.cmake.orig	2024-11-04 16:54:08 UTC
 +++ librepo/librepo.pc.cmake
-@@ -6,7 +6,7 @@ Name: librepo
+@@ -6,7 +6,7 @@ Requires: glib-2.0
  Description: Repodata downloading library.
  Version: @VERSION@
  Requires: glib-2.0
--Requires.private: libcurl openssl libxml-2.0
-+Requires.private: libcurl libxml-2.0
+-Requires.private: libcurl openssl libxml-2.0 @PKGCONF_DEPENDENCY_ZCK@
++Requires.private: libcurl libxml-2.0 @PKGCONF_DEPENDENCY_ZCK@
  Libs: -L${libdir} -lrepo
  Libs.private: -lgpgme -lgpg-error
  Cflags: -I${includedir} -D_FILE_OFFSET_BITS=64