git: 1f7e84756838 - main - lang/mujs: set version in mujs.pc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Feb 2026 08:54:59 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f7e84756838a47bf3d529a516b01a4ef4ae5d5c
commit 1f7e84756838a47bf3d529a516b01a4ef4ae5d5c
Author: Evgenii Khramtsov <2khramtsov@gmail.com>
AuthorDate: 2026-02-06 08:53:27 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-02-06 08:54:47 +0000
lang/mujs: set version in mujs.pc
PR: 292995
---
lang/mujs/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lang/mujs/Makefile b/lang/mujs/Makefile
index 9e91f06fbaea..ce29f41e0d51 100644
--- a/lang/mujs/Makefile
+++ b/lang/mujs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mujs
DISTVERSION= 1.3.8
+PORTREVISION= 1
CATEGORIES= lang devel
MASTER_SITES= https://codeberg.org/ccxvii/mujs/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ \
https://www.unicode.org/Public/16.0.0/ucd/:unicode
@@ -60,6 +61,7 @@ SANITIZED_MAKE_ARGS= build=sanitize
post-patch:
${REINPLACE_CMD} -e 's|https://www.unicode.org/Public/16.0.0/ucd/|file://${DISTDIR}/${DIST_SUBDIR}/|g' \
${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e 's| VERSION = .*| VERSION = ${DISTVERSION}|' ${WRKSRC}/Makefile
post-install:
@${STRIP_CMD} \