Skip to content

Commit

Permalink
www/lagrange: Update to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lcook committed Nov 3, 2021
1 parent 2f6c454 commit 1720078
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion www/lagrange/Makefile
Original file line number Diff line number Diff line change
@@ -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}/

Expand Down
6 changes: 3 additions & 3 deletions www/lagrange/distinfo
Original file line number Diff line number Diff line change
@@ -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
7 changes: 3 additions & 4 deletions www/lagrange/files/patch-lib_the__Foundation_Depends.cmake
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 1720078

Please sign in to comment.