Date: Sat, 8 Feb 2025 18:47:19 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d70d22536dd2 - main - math/py-pystan: Unbreak INDEX by updating include line Message-ID: <202502081847.518IlJIc063040@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d70d22536dd20366613a2c71c9dccaf08f4d78ed commit d70d22536dd20366613a2c71c9dccaf08f4d78ed Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-02-08 18:39:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-02-08 18:39:45 +0000 math/py-pystan: Unbreak INDEX by updating include line Forgot to update include line after changing BROKEN into a global variable. Pointy hat to myself Reported by: vvd@ and dvl@ Approved by: portmgr (blanket, build fix) --- math/py-pystan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-pystan/Makefile b/math/py-pystan/Makefile index 5a87ea982c6f..aef88595349b 100644 --- a/math/py-pystan/Makefile +++ b/math/py-pystan/Makefile @@ -32,4 +32,4 @@ SHEBANG_FILES= ${WRKSRC}/pystan/stan/lib/stan_math/lib/upgrade-sundials.sh \ NO_ARCH= yes NO_ARCH_IGNORE= _api.so _chains.so _misc.so -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502081847.518IlJIc063040>