Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2025 11:27:41 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 515983c58236 - main - devel/aifad: fix build on powerpc, update to 2.3.1
Message-ID:  <202501221127.50MBRfaT046576@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=515983c5823640bb6d2bb21ed314afd0728328ca

commit 515983c5823640bb6d2bb21ed314afd0728328ca
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-19 12:08:19 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-22 11:25:14 +0000

    devel/aifad: fix build on powerpc, update to 2.3.1
    
    Changelog:      https://github.com/mmottl/aifad/releases/tag/2.3.1
---
 devel/aifad/Makefile | 8 +++++++-
 devel/aifad/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/devel/aifad/Makefile b/devel/aifad/Makefile
index 38782bd8e65f..162ce918943f 100644
--- a/devel/aifad/Makefile
+++ b/devel/aifad/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	aifad
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
 CATEGORIES=	devel
 
 MAINTAINER=	ports@FreeBSD.org
@@ -27,6 +27,12 @@ PLIST_FILES=	bin/aifad %%OCAML_SITELIBDIR%%/aifad/META \
 		%%OCAML_SITELIBDIR%%/aifad/opam
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == powerpc
+USE_BINUTILS=	yes
+.endif
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/aifad
 
diff --git a/devel/aifad/distinfo b/devel/aifad/distinfo
index 303544b77fe1..27e9c15c09d0 100644
--- a/devel/aifad/distinfo
+++ b/devel/aifad/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718308704
-SHA256 (mmottl-aifad-2.3.0_GH0.tar.gz) = 37c16e60d87573d31891fa1c41341e393e2236cc8075d4651a096adb967933aa
-SIZE (mmottl-aifad-2.3.0_GH0.tar.gz) = 63419
+TIMESTAMP = 1737246383
+SHA256 (mmottl-aifad-2.3.1_GH0.tar.gz) = 59b5baf75354a1980f0e8f3dbac5f5c73986ea8fac24d8c305d070810811e882
+SIZE (mmottl-aifad-2.3.1_GH0.tar.gz) = 64524



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501221127.50MBRfaT046576>