diff --git a/www/lagrange/Makefile b/www/lagrange/Makefile index 3def63fd5162..7bced11b079d 100644 --- a/www/lagrange/Makefile +++ b/www/lagrange/Makefile @@ -1,31 +1,31 @@ PORTNAME= lagrange -DISTVERSION= 1.6.5 +DISTVERSION= 1.7.3 CATEGORIES= www MASTER_SITES= https://git.skyjake.fi/skyjake/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= lcook@FreeBSD.org COMMENT= Beautiful Gemini Client LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_SSL= libressl BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL LIB_DEPENDS= libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ libmpg123.so:audio/mpg123 \ libpcre.so:devel/pcre \ libunistring.so:devel/libunistring USES= cmake compiler:c11 desktop-file-utils pkgconfig sdl ssl USE_SDL= sdl2 OPTIONS_DEFINE= SSE41 SSE41_DESC= Enable SSE4.1 support SSE41_CMAKE_ON= -DTFDN_ENABLE_SSE41:BOOL=ON OPENSSL_LDFLAGS= -lssl -lcrypto .include diff --git a/www/lagrange/distinfo b/www/lagrange/distinfo index d0cc3e03732d..b59d929a0043 100644 --- a/www/lagrange/distinfo +++ b/www/lagrange/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631181294 -SHA256 (lagrange-1.6.5.tar.gz) = c971850414aefad2e5f38659c173cdc2f765bfcf158a32c84b5c61294558b00f -SIZE (lagrange-1.6.5.tar.gz) = 22717536 +TIMESTAMP = 1635979811 +SHA256 (lagrange-1.7.3.tar.gz) = 46d9ad305aca2cbe0ef52060a28634c9ed20098e1784e7e9f787ae5d0394ef9d +SIZE (lagrange-1.7.3.tar.gz) = 22816390 diff --git a/www/lagrange/files/patch-lib_the__Foundation_Depends.cmake b/www/lagrange/files/patch-lib_the__Foundation_Depends.cmake index 1fd737b78109..10c50eb016de 100644 --- a/www/lagrange/files/patch-lib_the__Foundation_Depends.cmake +++ b/www/lagrange/files/patch-lib_the__Foundation_Depends.cmake @@ -1,14 +1,13 @@ ---- lib/the_Foundation/Depends.cmake.orig 2021-01-28 11:44:52 UTC +--- lib/the_Foundation/Depends.cmake.orig 2021-11-03 22:54:49 UTC +++ lib/the_Foundation/Depends.cmake @@ -10,9 +10,8 @@ if (NOT IOS) set (iHaveCurl NO) endif () if (TFDN_ENABLE_TLSREQUEST) - pkg_check_modules (OPENSSL eopenssl11) # BSD -- if (NOT OPENSSL_FOUND) + if (NOT OPENSSL_FOUND) - pkg_check_modules (OPENSSL openssl) -+ if (NOT OPENSSL_FOUND) -+ find_package (OpenSSL REQUIRED) ++ find_package (OpenSSL REQUIRED) endif () else () set (OPENSSL_FOUND NO)