Date: Fri, 8 Nov 2024 12:13:59 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 72b4736b0c02 - main - devel/muon: update to 0.3.1 Message-ID: <202411081213.4A8CDxDr064559@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=72b4736b0c0203d52ef8f32cde29c49ff7e5215e commit 72b4736b0c0203d52ef8f32cde29c49ff7e5215e Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-11-08 12:13:43 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-11-08 12:13:58 +0000 devel/muon: update to 0.3.1 --- devel/muon/Makefile | 7 +++++-- devel/muon/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/devel/muon/Makefile b/devel/muon/Makefile index 8d87f89611ce..b4c2c66cf162 100644 --- a/devel/muon/Makefile +++ b/devel/muon/Makefile @@ -1,5 +1,5 @@ PORTNAME= muon -DISTVERSION= 0.2.0 +DISTVERSION= 0.3.1 CATEGORIES= devel MASTER_SITES= https://git.sr.ht/~lattis/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -21,6 +21,9 @@ ALL_TARGET= PLIST_FILES= bin/muon \ share/man/man1/muon.1.gz \ share/man/man5/meson.build.5.gz +USE_CSTD= c99 +CFLAGS+= -D__XSI_VISIBLE=1 +CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" post-patch: # this confuses some of the FreeBSD configure targets @@ -28,7 +31,7 @@ post-patch: do-configure: @(cd ${WRKSRC} && \ - ${SH} bootstrap.sh . && \ + ${SETENV} ${CONFIGURE_ENV} ${SH} bootstrap.sh . && \ ./muon setup -Dlibcurl=disabled -Dlibarchive=disabled ${BUILD_WRKSRC}) do-install: diff --git a/devel/muon/distinfo b/devel/muon/distinfo index 7c12c8f8a1d9..1d5d3dc08502 100644 --- a/devel/muon/distinfo +++ b/devel/muon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694768682 -SHA256 (muon-0.2.0.tar.gz) = d73db1be5388821179a25a15ba76fd59a8bf7c8709347a4ec2cb91755203f36c -SIZE (muon-0.2.0.tar.gz) = 510533 +TIMESTAMP = 1731066215 +SHA256 (muon-0.3.1.tar.gz) = 14b175b29c4390a69c1d9b5758b4689f0456c749822476af67511f007be2e503 +SIZE (muon-0.3.1.tar.gz) = 446185
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411081213.4A8CDxDr064559>