pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cvise



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  9 15:14:39 UTC 2022

Modified Files:
        pkgsrc/devel/cvise: Makefile distinfo

Log Message:
cvise: update to 2.5.0.

Changes done in the release:

    support LLVM 14 and LLVM 15
    new option --skip-after-n-transforms was introduced
    max pass increase limit was introduced (3) that helps passes that run many times (e.g. constant propagation)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/cvise/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/cvise/distinfo

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

Modified files:

Index: pkgsrc/devel/cvise/Makefile
diff -u pkgsrc/devel/cvise/Makefile:1.6 pkgsrc/devel/cvise/Makefile:1.7
--- pkgsrc/devel/cvise/Makefile:1.6     Thu Jun 30 11:18:12 2022
+++ pkgsrc/devel/cvise/Makefile Fri Sep  9 15:14:38 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/06/30 11:18:12 nia Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/09 15:14:38 wiz Exp $
 
-DISTNAME=      cvise-2.4.0
-PKGREVISION=   3
+DISTNAME=      cvise-2.5.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=marxin/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/cvise/distinfo
diff -u pkgsrc/devel/cvise/distinfo:1.4 pkgsrc/devel/cvise/distinfo:1.5
--- pkgsrc/devel/cvise/distinfo:1.4     Sat Nov 20 19:58:21 2021
+++ pkgsrc/devel/cvise/distinfo Fri Sep  9 15:14:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/11/20 19:58:21 wiz Exp $
+$NetBSD: distinfo,v 1.5 2022/09/09 15:14:38 wiz Exp $
 
-BLAKE2s (cvise-2.4.0.tar.gz) = 268affa2b7907020ef484635295d5b01e22eca5a068ef92dbff7fc76d7a2fc3c
-SHA512 (cvise-2.4.0.tar.gz) = 073e53039d2b077fed43b948e0c01dc662ef4f75b92d7f49d1786a35c36412fed02e1931c6a39ce902452056fe5c7d70daa35a9cae18b44009778837261cae19
-Size (cvise-2.4.0.tar.gz) = 252810 bytes
+BLAKE2s (cvise-2.5.0.tar.gz) = f03a03acf8ac260a102b7787be82c0530b12bb93f2afc1b1fe329a1087083621
+SHA512 (cvise-2.5.0.tar.gz) = 8433d4daf0e0691b99ff78f4b5331da0d230d5872c214ffd4a7dee470d955c2a3d7541c19277555a6e97108f8cd3de589b3f724e2874c44e479e351777c671c4
+Size (cvise-2.5.0.tar.gz) = 255587 bytes



Home | Main Index | Thread Index | Old Index