pkgsrc-WIP-changes archive

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

qbe: Update to 1.0



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Mon Sep 5 11:17:37 2022 -0700
Changeset:	d202578698a792a18d996d8881ea068de9049053

Modified Files:
	qbe/Makefile
Added Files:
	qbe/distinfo

Log Message:
qbe: Update to 1.0

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

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

diffstat:
 qbe/Makefile | 13 ++++++-------
 qbe/distinfo |  6 ++++++
 2 files changed, 12 insertions(+), 7 deletions(-)

diffs:
diff --git a/qbe/Makefile b/qbe/Makefile
index 4c44558740..9a553fe34d 100644
--- a/qbe/Makefile
+++ b/qbe/Makefile
@@ -1,21 +1,20 @@
 # $NetBSD$
 
-DISTNAME=	qbe-0
+DISTNAME=	qbe-1.0
 CATEGORIES=	lang
-GIT_REPO=	git://c9x.me/qbe.git
-GIT_BRANCH=	master
-GIT_REVISION=	2caa26e388b1c904d2f12fb09f84df7e761d8331
+MASTER_SITES=	https://c9x.me/git/qbe.git/snapshot/
 
 MAINTAINER=	charlotte%NetBSD.org@localhost
 HOMEPAGE=	https://c9x.me/compile/
-COMMENT=	QBE compiler backend
+COMMENT=	Compiler backend
 LICENSE=	mit
 
 USE_LANGUAGES=	c
 USE_TOOLS+=	gmake
 NO_CONFIGURE=	yes
 
-BUILD_TARGET=	obj/qbe
+BUILD_TARGET=	qbe
+
+INSTALL_MAKE_FLAGS+=	BINDIR=${PREFIX}/bin
 
-.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qbe/distinfo b/qbe/distinfo
new file mode 100644
index 0000000000..0cdaa29d0f
--- /dev/null
+++ b/qbe/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qbe-1.0.tar.gz) = 74e80cdb613187f696f0e80166b4677959fabc5c
+RMD160 (qbe-1.0.tar.gz) = 257d0e0e665300d302cf37d8a7eb5b414708ddc2
+SHA512 (qbe-1.0.tar.gz) = 21d1a6a62b389073cb8ca9973144cdc8d075e56baea35e6323d6a98a3c0e891097e3404f3016f3466ba50da99627be11d43978c9f6c10ffff9b6be7740305875
+Size (qbe-1.0.tar.gz) = 351977 bytes


Home | Main Index | Thread Index | Old Index