Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 17:10:14 GMT
From:      =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4535f845cad1 - main - devel/qbe: update to version 1.1
Message-ID:  <202302011710.311HAEX2023401@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4535f845cad1c28d90e041506746cef2c476b20f

commit 4535f845cad1c28d90e041506746cef2c476b20f
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2023-02-01 17:09:07 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2023-02-01 17:09:07 +0000

    devel/qbe: update to version 1.1
    
    QBE 1.1 comes with improvements of performance and expressiveness.
    Notable additions are:
    
     - support for Apple ARM-based hardware (arm64_apple target);
     - support for thread-local storage;
     - a new blit instruction to copy small aggregates;
     - a new hlt instruction to flag non-termination;
     - a new stack slot coalescing optimization.
---
 devel/qbe/Makefile | 2 +-
 devel/qbe/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/qbe/Makefile b/devel/qbe/Makefile
index 7434cb8f52a0..243b6c00dea0 100644
--- a/devel/qbe/Makefile
+++ b/devel/qbe/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	qbe
-DISTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	devel
 MASTER_SITES=	https://c9x.me/git/qbe.git/snapshot/
 
diff --git a/devel/qbe/distinfo b/devel/qbe/distinfo
index 5ada856b042a..81b1adced049 100644
--- a/devel/qbe/distinfo
+++ b/devel/qbe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657318758
-SHA256 (qbe-1.0.tar.gz) = 57838c594c0876602a548e83b5bb0164de86592fcc3c07cb6cc853bdff41206c
-SIZE (qbe-1.0.tar.gz) = 351977
+TIMESTAMP = 1675269604
+SHA256 (qbe-1.1.tar.gz) = 60bf16b0351b41223c7e66fd7e3a0479a89b67f0b0c5c3871de4b0316e615857
+SIZE (qbe-1.1.tar.gz) = 359288



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011710.311HAEX2023401>