pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/acr



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Feb 26 16:26:38 UTC 2022

Modified Files:
        pkgsrc/devel/acr: Makefile distinfo

Log Message:
acr: update to 2.0.0.

- Add Vinix to the list of supported unix systems
- Add support for SerenityOS
- Add --etcdir as an alias for --sysconfdir
- Use c++ instead of g++ for defaults in CXX
- Add EXEC! keyword. Like EXEC, but with explicit requirement
- Aim to fix the mkdir when no vpath in use
- Add USE_PKGCONFIG directive with support for BSD's pkgconf
- Support pkgconf as an alternative to pkg-config
- Add -qV in the help message
- env_c should not describe CPPFLAGS,
  env_cpp already explains them in more detail.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/acr/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/acr/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/acr/Makefile
diff -u pkgsrc/devel/acr/Makefile:1.21 pkgsrc/devel/acr/Makefile:1.22
--- pkgsrc/devel/acr/Makefile:1.21      Mon Jan 25 07:58:51 2021
+++ pkgsrc/devel/acr/Makefile   Sat Feb 26 16:26:38 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/01/25 07:58:51 fcambus Exp $
+# $NetBSD: Makefile,v 1.22 2022/02/26 16:26:38 fcambus Exp $
 
-DISTNAME=              acr-1.9.4
+DISTNAME=              acr-2.0.0
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=radare/}
 

Index: pkgsrc/devel/acr/distinfo
diff -u pkgsrc/devel/acr/distinfo:1.17 pkgsrc/devel/acr/distinfo:1.18
--- pkgsrc/devel/acr/distinfo:1.17      Tue Oct 26 10:14:12 2021
+++ pkgsrc/devel/acr/distinfo   Sat Feb 26 16:26:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:14:12 nia Exp $
+$NetBSD: distinfo,v 1.18 2022/02/26 16:26:38 fcambus Exp $
 
-BLAKE2s (acr-1.9.4.tar.gz) = 5cf367ea26022a32f81f029a4214a8dd0790aea367b8574f82bb2f83932521bf
-SHA512 (acr-1.9.4.tar.gz) = ca9b6941b4cc402285202b25aebeb0b7c499d7c7b8e1a8bbae22671c835ff9774d8dc3d7bfc292ef41924dc91ebbb454b08b0f47886b915f5bdc3009596a9421
-Size (acr-1.9.4.tar.gz) = 78010 bytes
+BLAKE2s (acr-2.0.0.tar.gz) = 25d3680f0c4f4fa86145752bf7623be55902a8a822d6fb1fcd8c3fd141fbffad
+SHA512 (acr-2.0.0.tar.gz) = e4b5b882ec72ea59e62f58b665cf4c7eebd6dc9ecd2fbf0e465ca1332eeafb9fc75f9888d3adc6c01b12d473d36924ad87362b998502d48c97894dbaf29dd538
+Size (acr-2.0.0.tar.gz) = 78461 bytes



Home | Main Index | Thread Index | Old Index