www/lagrange: Update to 1.7.3
Changes: https://github.com/skyjake/lagrange/compare/v1.6.5...v1.7.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= lagrange
|
||||
DISTVERSION= 1.6.5
|
||||
DISTVERSION= 1.7.3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://git.skyjake.fi/skyjake/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user