git: 5dfddf9a00c9 - main - lang/algol68g: update Algol 68 Genie to the latest version 3.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 07:17:46 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=5dfddf9a00c953e36f65aa1d269b70747998b4f9 commit 5dfddf9a00c953e36f65aa1d269b70747998b4f9 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-08-16 07:16:44 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-08-16 07:16:44 +0000 lang/algol68g: update Algol 68 Genie to the latest version 3.3.0 Apart from usual minor fixes, this release adds WWW/cURL support and a number of new procedures: "https content", "puts", "gets", "putsf", "getsf", "string", "stringf". Reported by: portscout --- lang/algol68g/Makefile | 9 ++++++--- lang/algol68g/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile index 73c400e20768..d95226754bac 100644 --- a/lang/algol68g/Makefile +++ b/lang/algol68g/Makefile @@ -1,5 +1,5 @@ PORTNAME= algol68g -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= lang MASTER_SITES= https://jmvdveer.home.xs4all.nl/ @@ -13,8 +13,11 @@ USES= readline GNU_CONFIGURE= yes TEST_TARGET= check -OPTIONS_DEFINE= GSL PGSQL PLOTUTILS RMATH -OPTIONS_DEFAULT= GSL PGSQL PLOTUTILS RMATH +OPTIONS_DEFINE= CURL GSL PGSQL PLOTUTILS RMATH +OPTIONS_DEFAULT= CURL GSL PGSQL PLOTUTILS RMATH + +CURL_LIB_DEPENDS= libcurl.so:ftp/curl +CURL_CONFIGURE_ENABLE= curl GSL_DESC= Bindings for GNU Scientific Library GSL_LIB_DEPENDS= libgsl.so:math/gsl diff --git a/lang/algol68g/distinfo b/lang/algol68g/distinfo index ece899ec552c..858f6d5ea6b8 100644 --- a/lang/algol68g/distinfo +++ b/lang/algol68g/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686401126 -SHA256 (algol68g-3.2.0.tar.gz) = 964a32a39de074dff235d2baba21e2b31c8b1855a537b98c62cc36cceff8bf89 -SIZE (algol68g-3.2.0.tar.gz) = 633360 +TIMESTAMP = 1692106116 +SHA256 (algol68g-3.3.0.tar.gz) = bc159c355563d1db303131a75893f0c9ffc630589ab5fc5209b2eb2bfb5990bb +SIZE (algol68g-3.3.0.tar.gz) = 657751