mirror of https://git.FreeBSD.org/ports.git
ports-mgmt/synth: update to 3.03 release (+)
Relax ncurses dependency PR: 281595, 283236
This commit is contained in:
parent
f7b1e0ec49
commit
7f2adb43fa
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue