From owner-dev-commits-ports-main@freebsd.org Thu Sep 9 10:08:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ABF1966D7AA; Thu, 9 Sep 2021 10:08:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H4vpL4CDZz3qXW; Thu, 9 Sep 2021 10:08:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70D8717C0C; Thu, 9 Sep 2021 10:08:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 189A8AA0082236; Thu, 9 Sep 2021 10:08:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 189A8A1v082235; Thu, 9 Sep 2021 10:08:10 GMT (envelope-from git) Date: Thu, 9 Sep 2021 10:08:10 GMT Message-Id: <202109091008.189A8A1v082235@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Lewis Cook Subject: git: 187cf460daa1 - main - www/lagrange: Update to 1.6.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lcook X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 187cf460daa1fa43165ebf0c1f6e47189d067f19 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2021 10:08:10 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=187cf460daa1fa43165ebf0c1f6e47189d067f19 commit 187cf460daa1fa43165ebf0c1f6e47189d067f19 Author: Lewis Cook AuthorDate: 2021-09-09 10:06:20 +0000 Commit: Lewis Cook 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 ()