git: 17200781a8b6 - main - www/lagrange: Update to 1.7.3

From: Lewis Cook <lcook_at_FreeBSD.org>
Date: Wed, 03 Nov 2021 23:00:53 UTC
The branch main has been updated by lcook:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17200781a8b671fe38629ae61cc9d89f65ddfbb8

commit 17200781a8b671fe38629ae61cc9d89f65ddfbb8
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2021-11-03 22:57:15 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2021-11-03 22:57:15 +0000

    www/lagrange: Update to 1.7.3
    
    Changes:        https://github.com/skyjake/lagrange/compare/v1.6.5...v1.7.3
---
 www/lagrange/Makefile                                      | 2 +-
 www/lagrange/distinfo                                      | 6 +++---
 www/lagrange/files/patch-lib_the__Foundation_Depends.cmake | 7 +++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/www/lagrange/Makefile b/www/lagrange/Makefile
index 3def63fd5162..7bced11b079d 100644
--- a/www/lagrange/Makefile
+++ b/www/lagrange/Makefile
@@ -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}/
 
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)