pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/smake



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Mar 22 11:03:32 UTC 2024

Modified Files:
        pkgsrc/devel/smake: Makefile distinfo
Removed Files:
        pkgsrc/devel/smake/patches: patch-RULES_MKLINKS

Log Message:
devel/smake: Update to 1.7nb4

New features with AN-2024-03-21:
- RULES: add symlinks for avbarm/riscv/amd64 for NetBSD.
  Submitted by: Matthew Green.

- Remove the register keyword from C++ sources. This keyword has
  been removed from the C++ language with C++17 and provides no
  benefit on most toolchains. Discard the keyword from all C++
  sources to enable a build with the new standard.
  Submitted by: Dennis Clarke.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/smake/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/smake/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/smake/patches/patch-RULES_MKLINKS

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

Modified files:

Index: pkgsrc/devel/smake/Makefile
diff -u pkgsrc/devel/smake/Makefile:1.27 pkgsrc/devel/smake/Makefile:1.28
--- pkgsrc/devel/smake/Makefile:1.27    Wed Oct 11 14:18:16 2023
+++ pkgsrc/devel/smake/Makefile Fri Mar 22 11:03:32 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2023/10/11 14:18:16 micha Exp $
+# $NetBSD: Makefile,v 1.28 2024/03/22 11:03:32 micha Exp $
 
-DISTNAME=      2023-09-28
+DISTNAME=      2024-03-21
 PKGNAME=       smake-1.7
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel
 MASTER_SITES=  https://codeberg.org/schilytools/schilytools/archive/
 DIST_SUBDIR=   schilytools

Index: pkgsrc/devel/smake/distinfo
diff -u pkgsrc/devel/smake/distinfo:1.29 pkgsrc/devel/smake/distinfo:1.30
--- pkgsrc/devel/smake/distinfo:1.29    Wed Oct 11 14:18:16 2023
+++ pkgsrc/devel/smake/distinfo Fri Mar 22 11:03:32 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.29 2023/10/11 14:18:16 micha Exp $
+$NetBSD: distinfo,v 1.30 2024/03/22 11:03:32 micha Exp $
 
-BLAKE2s (schilytools/2023-09-28.tar.gz) = e4c8b1127f523d7d8d722360a1c130302e9095c35f506c3f3cb78ceb9f6b093a
-SHA512 (schilytools/2023-09-28.tar.gz) = 685dd4f1c68f5f46956622eecf15b4c0007d137ea8080e6c4587a51c1ac8ae1fa3d7f0e65540eecbc94ec7558e406da063720535d0fa039422ddc334d376df53
-Size (schilytools/2023-09-28.tar.gz) = 5898081 bytes
-SHA1 (patch-RULES_MKLINKS) = 8bc0098421ad30148ad1dbc655b7c28830674127
+BLAKE2s (schilytools/2024-03-21.tar.gz) = 8a8704f0b38175cb4171d6a3a2cfb661d63e5449cbc6313634ad85ac1e30327c
+SHA512 (schilytools/2024-03-21.tar.gz) = 3214fbe32556373e097cb4c08baca7b256ddc7c0be43c874e9df490cc63eae58fd58cb10b00cc0fda954b3308a0a040b5c51f14026fabdc88543ac212754c91d
+Size (schilytools/2024-03-21.tar.gz) = 5892015 bytes



Home | Main Index | Thread Index | Old Index