git: e4de39fed794 - main - devel/muon: Fix upcoming DISTFILES conflict and improve port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Nov 2025 18:36:14 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e4de39fed79472d1fe2f6b73a8fe28f67c631273
commit e4de39fed79472d1fe2f6b73a8fe28f67c631273
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-11-04 18:25:45 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-11-04 18:26:09 +0000
devel/muon: Fix upcoming DISTFILES conflict and improve port
* Change DISTFILES+= to DISTFILES=
* Use version subdir DIST_SUBDIR to avoid conflicts with man.tar.gz
* Remove redundant USE_CSTD variable
Approved by: blanket, just fix it
---
devel/muon/Makefile | 6 +++---
devel/muon/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/devel/muon/Makefile b/devel/muon/Makefile
index 62e9d5ba1316..d78f1a01d1fc 100644
--- a/devel/muon/Makefile
+++ b/devel/muon/Makefile
@@ -3,9 +3,9 @@ DISTVERSION= 0.5.0
CATEGORIES= devel
MASTER_SITES= https://muon.build/releases/v${DISTVERSION}/ \
https://muon.build/releases/v${DISTVERSION}/docs/:docs
-DISTFILES+= ${PORTNAME}-v${DISTVERSION}${EXTRACT_SUFX} \
+DISTFILES= ${PORTNAME}-v${DISTVERSION}${EXTRACT_SUFX} \
man.tar.gz:docs
-DIST_SUBDIR= muon
+DIST_SUBDIR= ${PORTNAME}/${DISTVERSION}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Build system compatible with meson
@@ -24,7 +24,7 @@ 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}"
diff --git a/devel/muon/distinfo b/devel/muon/distinfo
index 0964141a4fb5..f03363550812 100644
--- a/devel/muon/distinfo
+++ b/devel/muon/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1762246753
-SHA256 (muon/muon-v0.5.0.tar.gz) = 24aa4d29ed272893f6e6d355b1ec4ef20647438454e88161bdb9defd7c6faf77
-SIZE (muon/muon-v0.5.0.tar.gz) = 1262546
-SHA256 (muon/man.tar.gz) = 4e72fa1887c4d0ce3f4f3c5e03faf8fbf465c95fd48e022b796477926adf3ee5
-SIZE (muon/man.tar.gz) = 8172
+TIMESTAMP = 1762283304
+SHA256 (muon/0.5.0/muon-v0.5.0.tar.gz) = 24aa4d29ed272893f6e6d355b1ec4ef20647438454e88161bdb9defd7c6faf77
+SIZE (muon/0.5.0/muon-v0.5.0.tar.gz) = 1262546
+SHA256 (muon/0.5.0/man.tar.gz) = 4e72fa1887c4d0ce3f4f3c5e03faf8fbf465c95fd48e022b796477926adf3ee5
+SIZE (muon/0.5.0/man.tar.gz) = 8172