Date: Tue, 10 Dec 2024 20:34:54 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7f2adb43fa1e - main - ports-mgmt/synth: update to 3.03 release (+) Message-ID: <202412102034.4BAKYsnT084225@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f2adb43fa1e7590cd958a7399892f0c2c4deef0 commit 7f2adb43fa1e7590cd958a7399892f0c2c4deef0 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-10 20:32:24 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-10 20:34:46 +0000 ports-mgmt/synth: update to 3.03 release (+) Relax ncurses dependency PR: 281595, 283236 --- ports-mgmt/synth/Makefile | 4 ++-- ports-mgmt/synth/distinfo | 6 +++--- ports-mgmt/synth/files/patch-parameters.adb | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index d29aafb84c27..73c51b8eae00 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -1,6 +1,6 @@ PORTNAME= synth DISTVERSIONPREFIX= v -DISTVERSION= 3.01 +DISTVERSION= 3.03 CATEGORIES= ports-mgmt MAINTAINER= fluffy@FreeBSD.org @@ -14,7 +14,7 @@ BUILD_DEPENDS= gprbuild>0:devel/gprbuild \ ${GPR}/ini_file_manager.gpr:misc/ini_file_manager \ ${GPR}/adacurses.gpr:devel/adacurses -USES= ada elfctl ncurses:base +USES= ada elfctl ncurses USE_GITHUB= yes GH_ACCOUNT= jrmarino diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index f229e3497012..a4797bd0d82c 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718742039 -SHA256 (jrmarino-synth-v3.01_GH0.tar.gz) = 4a286367a5e03c6e654567ca86822cd7b0315d15f6f178013455d35a8a947a1f -SIZE (jrmarino-synth-v3.01_GH0.tar.gz) = 172307 +TIMESTAMP = 1733121591 +SHA256 (jrmarino-synth-v3.03_GH0.tar.gz) = 8bc2508beef0fbace4bc6f9265b8a8c8abda860b141ceebbba4b075a5b573516 +SIZE (jrmarino-synth-v3.03_GH0.tar.gz) = 172435 diff --git a/ports-mgmt/synth/files/patch-parameters.adb b/ports-mgmt/synth/files/patch-parameters.adb deleted file mode 100644 index 70b92a1c0246..000000000000 --- a/ports-mgmt/synth/files/patch-parameters.adb +++ /dev/null @@ -1,11 +0,0 @@ ---- src/parameters.adb.orig 2024-06-17 13:37:33.229523000 +1200 -+++ src/parameters.adb 2024-06-17 13:35:59.280062000 +1200 -@@ -50,7 +50,7 @@ - end; - end if; - -- internal_config.Init (File_Name => conf_location, -+ internal_config.Init (Config_File_Name => conf_location, - On_Type_Mismatch => Config.Be_Quiet); - - if section_exists (master_section, global_01) then
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412102034.4BAKYsnT084225>