summaryrefslogtreecommitdiff
path: root/devel/please/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/please/Makefile')
-rw-r--r--devel/please/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/please/Makefile b/devel/please/Makefile
index be89468fcae4..bc605eafa6fc 100644
--- a/devel/please/Makefile
+++ b/devel/please/Makefile
@@ -1,6 +1,6 @@
PORTNAME= please
DISTVERSIONPREFIX= v
-DISTVERSION= 17.24.0
+DISTVERSION= 17.25.1
CATEGORIES= devel
MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/
DISTFILES= go.mod
@@ -13,8 +13,8 @@ WWW= https://please.build/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-NOT_FOR_ARCHS= armv7
-NOT_FOR_ARCHS_REASON= Build crashes
+NOT_FOR_ARCHS= armv7 i386
+NOT_FOR_ARCHS_REASON= Build crashes with integer overflow
BUILD_DEPENDS= bash:shells/bash \
ca_root_nss>0:security/ca_root_nss \