diff --git a/devel/please/Makefile b/devel/please/Makefile index 61b2c2585e33..83596066302f 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,44 +1,43 @@ PORTNAME= please DISTVERSIONPREFIX= v -DISTVERSION= 17.14.0 -PORTREVISION= 1 +DISTVERSION= 17.15.0 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/ DISTFILES= go.mod PKGNAMESUFFIX= .build MAINTAINER= bofh@FreeBSD.org COMMENT= High-performance extensible build system for reproducible builds WWW= https://please.build/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv7 NOT_FOR_ARCHS_REASON= Build crashes BUILD_DEPENDS= bash:shells/bash \ ca_root_nss>0:security/ca_root_nss \ git:devel/git \ protoc:devel/protobuf USES= go:1.23,modules GO_MODULE= github.com/thought-machine/please GO_TARGET= src/please.go:please \ tools/build_langserver/langserver_main.go:build_langserver \ tools/http_cache/main.go:http_cache \ tools/please_shim/main.go:please_shim \ tools/release_signer/main.go:release_signer USE_GITHUB= yes GH_ACCOUNT= thought-machine post-extract: - ${REINPLACE_CMD} -e 's|99.0.9999|${DISTVERSION}|' ${WRKSRC}/src/core/version.go + ${REINPLACE_CMD} -e 's|99.0.9999|${DISTVERSION}|' ${WRKSRC}/src/version/version.go post-build: cd ${WRKSRC} ; ${SETENV} ${CC} ${CFLAGS} -I${WRKSRC} -o please_sandbox tools/sandbox/main.c tools/sandbox/sandbox.c post-install: ${INSTALL_PROGRAM} ${WRKSRC}/please_sandbox ${STAGEDIR}${PREFIX}/bin .include diff --git a/devel/please/distinfo b/devel/please/distinfo index 88391fe12cf4..2d42a6de8c56 100644 --- a/devel/please/distinfo +++ b/devel/please/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1741071609 -SHA256 (go/devel_please/thought-machine-please-v17.14.0_GH0/go.mod) = 55ed6cde8e457309be39cde71ebb97d61129460323fbccee4cb837e8796d61bb -SIZE (go/devel_please/thought-machine-please-v17.14.0_GH0/go.mod) = 5424 -SHA256 (go/devel_please/thought-machine-please-v17.14.0_GH0/thought-machine-please-v17.14.0_GH0.tar.gz) = 6cf7caf143852c230b5ab4602e50aa055ccdbb001b3a93b589cc093b25c097de -SIZE (go/devel_please/thought-machine-please-v17.14.0_GH0/thought-machine-please-v17.14.0_GH0.tar.gz) = 2072318 +TIMESTAMP = 1742973522 +SHA256 (go/devel_please/thought-machine-please-v17.15.0_GH0/go.mod) = 55ed6cde8e457309be39cde71ebb97d61129460323fbccee4cb837e8796d61bb +SIZE (go/devel_please/thought-machine-please-v17.15.0_GH0/go.mod) = 5424 +SHA256 (go/devel_please/thought-machine-please-v17.15.0_GH0/thought-machine-please-v17.15.0_GH0.tar.gz) = f79f60924f6a3fbf06885ee592bbf431894aaa6541dd781c48e5659dd6b28b03 +SIZE (go/devel_please/thought-machine-please-v17.15.0_GH0/thought-machine-please-v17.15.0_GH0.tar.gz) = 2072780