pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/astyle



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Jul 27 15:38:58 UTC 2025

Modified Files:
        pkgsrc/devel/astyle: Makefile distinfo

Log Message:
astyle: update to 3.6.11. Changes:

- Fix comment recognition after macro definition
- Fix indent of switch statements within structs
- Improved lambda body indentation
- Ignore lines with git conflict markers
- Replaced platform file functions by C++ filesystem library


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/astyle/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/astyle/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/astyle/Makefile
diff -u pkgsrc/devel/astyle/Makefile:1.25 pkgsrc/devel/astyle/Makefile:1.26
--- pkgsrc/devel/astyle/Makefile:1.25   Wed Jun 25 17:04:54 2025
+++ pkgsrc/devel/astyle/Makefile        Sun Jul 27 15:38:57 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/06/25 17:04:54 schmonz Exp $
+# $NetBSD: Makefile,v 1.26 2025/07/27 15:38:57 schmonz Exp $
 
-DISTNAME=              astyle-3.6.9
+DISTNAME=              astyle-3.6.11
 CATEGORIES=            devel textproc
 MASTER_SITES=          http://www.andre-simon.de/zip/
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/devel/astyle/distinfo
diff -u pkgsrc/devel/astyle/distinfo:1.21 pkgsrc/devel/astyle/distinfo:1.22
--- pkgsrc/devel/astyle/distinfo:1.21   Wed May 21 18:30:34 2025
+++ pkgsrc/devel/astyle/distinfo        Sun Jul 27 15:38:57 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2025/05/21 18:30:34 schmonz Exp $
+$NetBSD: distinfo,v 1.22 2025/07/27 15:38:57 schmonz Exp $
 
-BLAKE2s (astyle-3.6.9.tar.bz2) = 407302720a5945f957fbe1ec344535f84b0e01189c32b6345cb196a56390d3a1
-SHA512 (astyle-3.6.9.tar.bz2) = 241e64e38089bdb1418cc46e2c7a92c0bd4a42fe2b66480274b2f3e29757e86f53a92ec6e40f88a44bf8f1794c8bee9db84ebd60dfe198d58a14bd5530cf2316
-Size (astyle-3.6.9.tar.bz2) = 217232 bytes
+BLAKE2s (astyle-3.6.11.tar.bz2) = 88329a1cf1b983b9f59b6dcc67fc00511c396dc6a0119e6172634c371cffc68f
+SHA512 (astyle-3.6.11.tar.bz2) = dc0e7d7a5dbd86b86e3cf82f9d3ea32c0878bac5cd09ff8f14ae04d5949bc1d8d95c973635aa88eab61ee66accdf25da04ec8aab1d5ff0464db809a7ac5f2a76
+Size (astyle-3.6.11.tar.bz2) = 217154 bytes
 SHA1 (patch-CMakeLists.txt) = 97aedb491f245b9023b8ea0dac188dbd8de0fa54



Home | Main Index | Thread Index | Old Index