summaryrefslogtreecommitdiff
path: root/textproc/uncrustify/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-11-24 13:16:43 +0000
committernia <nia@pkgsrc.org>2020-11-24 13:16:43 +0000
commit6b11563705db095da8113841233c4ce44992ac09 (patch)
tree6ec8d5d5c3f2028960c0bf789f4214d7ff96e00e /textproc/uncrustify/Makefile
parent8f7145c9e3ca19702184c4982ba9b435d17e938d (diff)
downloadpkgsrc-6b11563705db095da8113841233c4ce44992ac09.tar.gz
uncrustify: Update to 0.72.0
Change highlights in uncrustify-0.72.0 (November 2020) ------------------------------------------------------------------------------- new command option: --debug-csv-format : Dump debug info to file in csv-delimited format. b29dfb58d6bebb79a961d0e709543a152d260dbc Added : nl_inside_empty_func Aug 4 2020 5068a4a78d7770a7292ea7a016ab7ca0bf49cbf7 Added : debug_timeout Sep 1 2020 cf3e5acfb4d55b47b25b7e7daa2844e2998b47cc Added : sp_inside_square_empty Sep 8 2020 b66c26c669bf9752f468115f1e6444481c0b9e6d Added : align_eigen_comma_init Sep 9 2020 7b5fd82fa5d6fc035ddfb7c087c5aeb7cf6f4bd7 Added : pos_shift Sep 16 2020 b61b7952835be3451cd1131baeda7b54cb61a50e Added : donot_indent_func_def_close_paren Sep 26 2020 85001632261196dc1c2f3760dc9180e4c443f9ba Added : donot_add_nl_before_cpp_comment Oct 14 2020
Diffstat (limited to 'textproc/uncrustify/Makefile')
-rw-r--r--textproc/uncrustify/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile
index 58edbdde5a7..2847c1d04bd 100644
--- a/textproc/uncrustify/Makefile
+++ b/textproc/uncrustify/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/05/16 19:17:13 nia Exp $
+# $NetBSD: Makefile,v 1.11 2020/11/24 13:16:43 nia Exp $
-DISTNAME= uncrustify-0.71.0
+DISTNAME= uncrustify-0.72.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=uncrustify/}
GITHUB_TAG= ${DISTNAME}