git: 187cf460daa1 - main - www/lagrange: Update to 1.6.5
Lewis Cook
lcook at FreeBSD.org
Thu Sep 9 10:08:10 UTC 2021
The branch main has been updated by lcook:
URL: https://cgit.FreeBSD.org/ports/commit/?id=187cf460daa1fa43165ebf0c1f6e47189d067f19
commit 187cf460daa1fa43165ebf0c1f6e47189d067f19
Author: Lewis Cook <lcook at FreeBSD.org>
AuthorDate: 2021-09-09 10:06:20 +0000
Commit: Lewis Cook <lcook at FreeBSD.org>
CommitDate: 2021-09-09 10:07:10 +0000
www/lagrange: Update to 1.6.5
Changes: https://github.com/skyjake/lagrange/compare/v1.2.2...v1.6.5
---
www/lagrange/Makefile | 7 ++++---
www/lagrange/distinfo | 6 +++---
www/lagrange/files/patch-Depends.cmake | 10 ++++++++++
3 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/www/lagrange/Makefile b/www/lagrange/Makefile
index 21e23681ebaf..ff3577978c97 100644
--- a/www/lagrange/Makefile
+++ b/www/lagrange/Makefile
@@ -1,6 +1,5 @@
PORTNAME= lagrange
-DISTVERSION= 1.2.2
-PORTREVISION= 1
+DISTVERSION= 1.6.5
CATEGORIES= www
MASTER_SITES= https://git.skyjake.fi/skyjake/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -13,7 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
BROKEN_SSL= libressl
BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL
-LIB_DEPENDS= libmpg123.so:audio/mpg123 \
+LIB_DEPENDS= libfribidi.so:converters/fribidi \
+ libharfbuzz.so:print/harfbuzz \
+ libmpg123.so:audio/mpg123 \
libpcre.so:devel/pcre \
libunistring.so:devel/libunistring
diff --git a/www/lagrange/distinfo b/www/lagrange/distinfo
index 885223f52053..d0cc3e03732d 100644
--- a/www/lagrange/distinfo
+++ b/www/lagrange/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615134531
-SHA256 (lagrange-1.2.2.tar.gz) = 66f7d06359c8d2de72787b02062d9bf4190a8667b6dd00b329b9bb6549bdac55
-SIZE (lagrange-1.2.2.tar.gz) = 14354957
+TIMESTAMP = 1631181294
+SHA256 (lagrange-1.6.5.tar.gz) = c971850414aefad2e5f38659c173cdc2f765bfcf158a32c84b5c61294558b00f
+SIZE (lagrange-1.6.5.tar.gz) = 22717536
diff --git a/www/lagrange/files/patch-Depends.cmake b/www/lagrange/files/patch-Depends.cmake
new file mode 100644
index 000000000000..4a12c1bc6db3
--- /dev/null
+++ b/www/lagrange/files/patch-Depends.cmake
@@ -0,0 +1,10 @@
+--- Depends.cmake.orig 2021-09-09 10:00:30 UTC
++++ Depends.cmake
+@@ -138,6 +138,7 @@ else ()
+ set (TFDN_ENABLE_WEBREQUEST OFF CACHE BOOL "")
+ add_subdirectory (lib/the_Foundation)
+ add_library (the_Foundation::the_Foundation ALIAS the_Foundation)
++ find_package (OpenSSL)
+ if (NOT OPENSSL_FOUND)
+ message (FATAL_ERROR "Lagrange requires OpenSSL for TLS. Please check if pkg-config can find 'openssl'.")
+ endif ()
More information about the dev-commits-ports-all
mailing list