Date: Mon, 12 Aug 2024 09:04:06 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: 8df72f129d79 - main - ports-mgmt/synth: update to 3.01 release (+) Message-ID: <202408120904.47C946R3049854@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=8df72f129d791a1d80b2d47e43fb2569ba865c95 commit 8df72f129d791a1d80b2d47e43fb2569ba865c95 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-08-12 09:03:00 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-08-12 09:03:58 +0000 ports-mgmt/synth: update to 3.01 release (+) PR: 279866 --- ports-mgmt/synth/Makefile | 12 +++++++----- ports-mgmt/synth/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 141ba1ce17b0..d29aafb84c27 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -1,7 +1,6 @@ PORTNAME= synth DISTVERSIONPREFIX= v -DISTVERSION= 2.13 -PORTREVISION= 2 +DISTVERSION= 3.01 CATEGORIES= ports-mgmt MAINTAINER= fluffy@FreeBSD.org @@ -11,13 +10,16 @@ WWW= https://github.com/jrmarino/synth LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/License.txt -BUILD_DEPENDS= ${GPR}/ini_file_manager.gpr:misc/ini_file_manager \ +BUILD_DEPENDS= gprbuild>0:devel/gprbuild \ + ${GPR}/ini_file_manager.gpr:misc/ini_file_manager \ ${GPR}/adacurses.gpr:devel/adacurses -USES= ada:6 ncurses:base +USES= ada elfctl ncurses:base USE_GITHUB= yes GH_ACCOUNT= jrmarino +ELF_FEATURES= +wxneeded:build/${PORTNAME} + GPR= ${LOCALBASE}/lib/gnat MAKE_ENV= NCURSES_LINK=static @@ -42,7 +44,7 @@ do-build: gcc -c unix_core.c -o ../build/unix_core.o) (cd ${WRKSRC}/synthexec && ${SETENV} ${MAKE_ENV} \ gcc synthexec.c -o ../build/synthexec) - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -P default \ + (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gprbuild -P default \ -largs build/unix_core.o) do-install: diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index b344fafc2a3d..f229e3497012 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675279152 -SHA256 (jrmarino-synth-v2.13_GH0.tar.gz) = 96ccab38d6a0bd10f4b408a4eb3e3aa3fc34a0c426957b14257e8dd59957592b -SIZE (jrmarino-synth-v2.13_GH0.tar.gz) = 172031 +TIMESTAMP = 1718742039 +SHA256 (jrmarino-synth-v3.01_GH0.tar.gz) = 4a286367a5e03c6e654567ca86822cd7b0315d15f6f178013455d35a8a947a1f +SIZE (jrmarino-synth-v3.01_GH0.tar.gz) = 172307
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408120904.47C946R3049854>