mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
devel/muon: update to 0.3.1
This commit is contained in:
parent
e6fa2ecfdc
commit
72b4736b0c
2 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= muon
|
PORTNAME= muon
|
||||||
DISTVERSION= 0.2.0
|
DISTVERSION= 0.3.1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://git.sr.ht/~lattis/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
MASTER_SITES= https://git.sr.ht/~lattis/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||||
|
|
||||||
|
@ -21,6 +21,9 @@ ALL_TARGET=
|
||||||
PLIST_FILES= bin/muon \
|
PLIST_FILES= bin/muon \
|
||||||
share/man/man1/muon.1.gz \
|
share/man/man1/muon.1.gz \
|
||||||
share/man/man5/meson.build.5.gz
|
share/man/man5/meson.build.5.gz
|
||||||
|
USE_CSTD= c99
|
||||||
|
CFLAGS+= -D__XSI_VISIBLE=1
|
||||||
|
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# this confuses some of the FreeBSD configure targets
|
# this confuses some of the FreeBSD configure targets
|
||||||
|
@ -28,7 +31,7 @@ post-patch:
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
@(cd ${WRKSRC} && \
|
@(cd ${WRKSRC} && \
|
||||||
${SH} bootstrap.sh . && \
|
${SETENV} ${CONFIGURE_ENV} ${SH} bootstrap.sh . && \
|
||||||
./muon setup -Dlibcurl=disabled -Dlibarchive=disabled ${BUILD_WRKSRC})
|
./muon setup -Dlibcurl=disabled -Dlibarchive=disabled ${BUILD_WRKSRC})
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1694768682
|
TIMESTAMP = 1731066215
|
||||||
SHA256 (muon-0.2.0.tar.gz) = d73db1be5388821179a25a15ba76fd59a8bf7c8709347a4ec2cb91755203f36c
|
SHA256 (muon-0.3.1.tar.gz) = 14b175b29c4390a69c1d9b5758b4689f0456c749822476af67511f007be2e503
|
||||||
SIZE (muon-0.2.0.tar.gz) = 510533
|
SIZE (muon-0.3.1.tar.gz) = 446185
|
||||||
|
|
Loading…
Add table
Reference in a new issue