View | Details | Raw Unified | Return to bug 281595 | Differences between
and this patch

Collapse All | Expand All

(-)ports-mgmt/synth/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	synth
1
PORTNAME=	synth
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.01
3
DISTVERSION=	3.03
4
CATEGORIES=	ports-mgmt
4
CATEGORIES=	ports-mgmt
5
5
6
MAINTAINER=	fluffy@FreeBSD.org
6
MAINTAINER=	fluffy@FreeBSD.org
(-)ports-mgmt/synth/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1718742039
1
TIMESTAMP = 1733121591
2
SHA256 (jrmarino-synth-v3.01_GH0.tar.gz) = 4a286367a5e03c6e654567ca86822cd7b0315d15f6f178013455d35a8a947a1f
2
SHA256 (jrmarino-synth-v3.03_GH0.tar.gz) = 8bc2508beef0fbace4bc6f9265b8a8c8abda860b141ceebbba4b075a5b573516
3
SIZE (jrmarino-synth-v3.01_GH0.tar.gz) = 172307
3
SIZE (jrmarino-synth-v3.03_GH0.tar.gz) = 172435
(-)ports-mgmt/synth/files/patch-parameters.adb (-11 lines)
Removed Link Here
1
--- src/parameters.adb.orig	2024-06-17 13:37:33.229523000 +1200
2
+++ src/parameters.adb	2024-06-17 13:35:59.280062000 +1200
3
@@ -50,7 +50,7 @@
4
          end;
5
       end if;
6
7
-      internal_config.Init (File_Name => conf_location,
8
+      internal_config.Init (Config_File_Name => conf_location,
9
                             On_Type_Mismatch => Config.Be_Quiet);
10
11
       if section_exists (master_section, global_01) then

Return to bug 281595