pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

muon: Update to 0.1.0



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Nov 14 11:28:06 2022 +0100
Changeset:	a209e3df94f06ef1c830ac5531e280e4b0e3fdfc

Modified Files:
	muon/Makefile
	muon/distinfo

Log Message:
muon: Update to 0.1.0

muon 0.1.0

Initial release

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a209e3df94f06ef1c830ac5531e280e4b0e3fdfc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 muon/Makefile | 11 ++++++-----
 muon/distinfo |  3 +++
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/muon/Makefile b/muon/Makefile
index b9b1e6a217..02a10f2098 100644
--- a/muon/Makefile
+++ b/muon/Makefile
@@ -1,16 +1,17 @@
 # $NetBSD$
 
-DISTNAME=	muon-0.0.1
+PKGNAME=	muon-0.1.0
+DISTNAME=	${PKGNAME:S/muon-//}
 CATEGORIES=	devel
-GIT_REPO=	https://git.sr.ht/~lattis/muon
-GIT_BRANCH=	master
-GIT_REVISION=	6b8073be2501abf34f488c46f9eca9958d702f8a
+MASTER_SITES=	https://git.sr.ht/~lattis/muon/archive/
 
 MAINTAINER=	micha%NetBSD.org@localhost
 HOMEPAGE=	https://git.sr.ht/~lattis/muon
 COMMENT=	Implementation of meson build system in c99 with minimal dependencies
 LICENSE=	gnu-gpl-v3
 
+USE_LANGUAGES=	c99
+
 TOOL_DEPENDS+=	samurai>=1.2:../../devel/samurai
 
 MESON_CFLAGS=	${CFLAGS:C/ /' c_args+='/Wg}
@@ -30,6 +31,7 @@ SUBST_SED.flags2=	-e "s|@CFLAGS@|c_args+='${MESON_CFLAGS:S/ /@LF@/Wg}'|"
 SUBST_SED.flags2+=	-e "s|@LDFLAGS@|link_args+='${MESON_LDFLAGS:S/ /@LF@/Wg}'|"
 SUBST_SED.flags2+=	-e "s|@LF@|\\${.newline}|g"
 
+WRKSRC=			${WRKDIR}/${PKGNAME}
 INSTALLATION_DIRS=	bin
 
 do-configure:
@@ -50,5 +52,4 @@ do-install:
 #.include "../../archivers/libarchive/buildlink3.mk"
 #.include "../../www/curl/buildlink3.mk"
 
-.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/muon/distinfo b/muon/distinfo
index 3736a7e6c7..032a4f4dfc 100644
--- a/muon/distinfo
+++ b/muon/distinfo
@@ -1,3 +1,6 @@
 $NetBSD$
 
+BLAKE2s (0.1.0.tar.gz) = 1783bc2a85e8558f4680b652bc66ae21b2cc9fed29f5f2d8d56880f914cf98d5
+SHA512 (0.1.0.tar.gz) = 54337fed8ae41bf2dca3cbb0a303a521b7750eb7e5b40ca1aeb0fc045ac82b163d77c7b06a6a790eb3feef6f8d10f2a6b7937f55cfb1404c70b429dd0899dd5f
+Size (0.1.0.tar.gz) = 472632 bytes
 SHA1 (patch-meson.build) = 38141a8c5a8e6429ac87cae1a9384a58ecd2134c


Home | Main Index | Thread Index | Old Index