git: 3460a1ea3e06 - main - misc/librepo: Update 1.14.3 -> 1.14.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 06:51:34 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3460a1ea3e063dc1846677f1d6c26363198ba8af commit 3460a1ea3e063dc1846677f1d6c26363198ba8af Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-04 06:37:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-04 06:37:11 +0000 misc/librepo: Update 1.14.3 -> 1.14.4 Reported by: portscout --- misc/librepo/Makefile | 2 +- misc/librepo/distinfo | 6 +++--- misc/librepo/files/patch-CMakeLists.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/librepo/Makefile b/misc/librepo/Makefile index c8060eaa6e56..bf305253e9f4 100644 --- a/misc/librepo/Makefile +++ b/misc/librepo/Makefile @@ -1,5 +1,5 @@ PORTNAME= librepo -DISTVERSION= 1.14.3 +DISTVERSION= 1.14.4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/librepo/distinfo b/misc/librepo/distinfo index 2f0425b4e015..a2f9f65f4258 100644 --- a/misc/librepo/distinfo +++ b/misc/librepo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651863526 -SHA256 (rpm-software-management-librepo-1.14.3_GH0.tar.gz) = 316826a8547ea2236edccdab04a0788e6d199205755d07e3e81651723fa623f2 -SIZE (rpm-software-management-librepo-1.14.3_GH0.tar.gz) = 824302 +TIMESTAMP = 1662272707 +SHA256 (rpm-software-management-librepo-1.14.4_GH0.tar.gz) = a945e4970ec1fc433b082841c609627de67ba61d00cd297ad827bbd3eccb75ee +SIZE (rpm-software-management-librepo-1.14.4_GH0.tar.gz) = 824325 diff --git a/misc/librepo/files/patch-CMakeLists.txt b/misc/librepo/files/patch-CMakeLists.txt index e2beba56a8f9..ca9ddc03cc8b 100644 --- a/misc/librepo/files/patch-CMakeLists.txt +++ b/misc/librepo/files/patch-CMakeLists.txt @@ -1,9 +1,9 @@ ---- CMakeLists.txt.orig 2021-02-02 23:12:04 UTC +--- CMakeLists.txt.orig 2022-08-19 07:04:41 UTC +++ CMakeLists.txt @@ -29,7 +29,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SO FIND_PACKAGE(PkgConfig) - PKG_CHECK_MODULES(GLIB2 glib-2.0 REQUIRED) + PKG_CHECK_MODULES(GLIB2 glib-2.0>=2.28 REQUIRED) -PKG_SEARCH_MODULE(LIBCRYPTO REQUIRED libcrypto openssl) +#PKG_SEARCH_MODULE(LIBCRYPTO REQUIRED libcrypto openssl) PKG_CHECK_MODULES(LIBXML2 libxml-2.0 REQUIRED)