pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/uncrustify uncrustify: Update to 0.70.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/021a0dcf28ef
branches: trunk
changeset: 411804:021a0dcf28ef
user: nia <nia%pkgsrc.org@localhost>
date: Thu Feb 20 15:58:50 2020 +0000
description:
uncrustify: Update to 0.70.1
No longer require Python 2 to build.
Change highlights in uncrustify-0.70.1 (November 2019)
-------------------------------------------------------------------------------
5114ea856acd79cbf52fd4261b83d423fafd98da
Added : nl_before_member Nov 17 2019
Added : nl_after_member Nov 17 2019
1e911250996a7138e33006af1b664362b255f4b5
Added : nl_template_end_multi_line Nov 17 2019
Added : nl_template_start_multi_line Nov 17 2019
Added : nl_template_args_multi_line Nov 17 2019
948bc227c46f89207346ad596e6199acb12d162f
Added : sp_before_vardef_square Nov 18 2019
1ff6fc2da0b1cdef35089a2d6ac3364fbba304be
Added : nl_template_start Nov 21 2019
Added : nl_template_args Nov 21 2019
Added : nl_template_end Nov 21 2019
Removed : nl_template_end_multi_line Nov 21 2019
Removed : nl_template_start_multi_line Nov 21 2019
Removed : nl_template_args_multi_line Nov 21 2019
2df82073bb1e3bc85f75c2165a541ba906f76b8d
Added : indent_macro_brace Nov 18 2019
8cb5f1be52bcbcca4148cf0514b103dec5313c55
Added : indent_switch_break_with_case Nov 25 2019
Change highlights in uncrustify-0.70.0 (is not released)
-------------------------------------------------------------------------------
710b9b90d063e1fac853b77ad9509bed37ff31ee
Added : mod_sort_case_sensitive May 12 2019
40c028454904f4fc87bd93b9703eaeb58fa57dd0
Added : sp_before_square_asm_block Jul 29 2019
b9b7f2fffb2c73925906ca7e5c8536d03c93c4bc
Added : nl_multi_line_sparen_open Aug 3 2019
Added : nl_multi_line_sparen_close Aug 3 2019
83a014197001ea815f92d977fc30aa36dec39e1b
Added : sp_cpp_lambda_square_paren Aug 20 2019
Added : sp_cpp_lambda_square_brace Aug 20 2019
Added : sp_cpp_lambda_paren_brace Aug 20 2019
Removed : sp_cpp_lambda_paren Aug 20 2019
8b6455c08c4f70b04b03b48c32fa14b9014354b4
Added : use_sp_after_angle_always Sep 13 2019
264ec3c988b5667c971b0d6508b17d0c9337c82c
Added : sp_cpp_lambda_fparen Sep 13 2019
883ccefc3bf8c8cdf6b159f280e22c2d72ce83f5
Added : sp_func_type_paren Oct 11 2019
8284db41edbb777829f26d247470c75d3d317641
Added : nl_before_namespace Oct 8 2019
Added : nl_after_namespace Oct 8 2019
3af190ceda3f8025028b5f8aae7541d35bda39c7
Added : nl_template_class_def Oct 2 2019
Added : nl_template_func_def_special Oct 2 2019
Added : nl_template_using Oct 2 2019
Added : nl_template_func_def Oct 2 2019
Added : nl_template_class_decl Oct 2 2019
Added : nl_template_var Oct 2 2019
Added : nl_template_class_decl_special Oct 2 2019
Added : nl_template_func Oct 2 2019
Added : nl_template_func_decl_special Oct 2 2019
Added : nl_template_func_decl Oct 2 2019
Added : nl_template_class_def_special Oct 2 2019
e9bc08c3baa3b7545a592b5e1d0d23e530c58b7f
Added : sp_trailing_return Oct 23 2019
d783ecfe7f08b525eb882ff3a7c6525d8866d54b
Added : nl_oc_before_interface Oct 28 2019
Added : nl_oc_before_implementation Oct 28 2019
Added : nl_oc_before_end Oct 28 2019
3741e59342c5741020b84eba147b0c1dfde0154b
Added : indent_func_def_param_paren_pos_threshold Nov 6 2019
829b4124c02e36156489d06a8b33e3552e58d30b
Added : sp_brace_close_while Nov 8 2019
Added : sp_while_paren_open Nov 8 2019
Added : sp_do_brace_open Nov 8 2019
ea6f4ac515c0ad5651be020a3295dcae01c3baf9
Added : nl_create_list_one_liner Nov 11 2019
diffstat:
textproc/uncrustify/Makefile | 11 ++++-------
textproc/uncrustify/distinfo | 10 +++++-----
textproc/uncrustify/patches/patch-CMakeLists.txt | 17 -----------------
3 files changed, 9 insertions(+), 29 deletions(-)
diffs (65 lines):
diff -r bc19dcfd1ebd -r 021a0dcf28ef textproc/uncrustify/Makefile
--- a/textproc/uncrustify/Makefile Thu Feb 20 15:36:17 2020 +0000
+++ b/textproc/uncrustify/Makefile Thu Feb 20 15:58:50 2020 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 23:35:34 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/20 15:58:50 nia Exp $
-DISTNAME= uncrustify-uncrustify-0.69.0
-PKGNAME= ${DISTNAME:S/uncrustify-//}
+DISTNAME= uncrustify-0.70.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=uncrustify/}
-GITHUB_PROJECT= uncrustify
-GITHUB_TAG= uncrustify-0.69.0
+GITHUB_TAG= ${DISTNAME}
MAINTAINER= ryoon%NetBSD.org@localhost
HOMEPAGE= https://uncrustify.sourceforge.net/
@@ -19,8 +17,7 @@
CONFIGURE_DIRS= ${OBJDIR}
CMAKE_ARG_PATH= ${WRKSRC}
-PYTHON_VERSIONS_ACCEPTED= 27
-PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_FOR_BUILD_ONLY= tool
pre-configure:
${MKDIR} ${WRKSRC}/build
diff -r bc19dcfd1ebd -r 021a0dcf28ef textproc/uncrustify/distinfo
--- a/textproc/uncrustify/distinfo Thu Feb 20 15:36:17 2020 +0000
+++ b/textproc/uncrustify/distinfo Thu Feb 20 15:58:50 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2019/05/14 12:54:17 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2020/02/20 15:58:50 nia Exp $
-SHA1 (uncrustify-uncrustify-0.69.0.tar.gz) = 4956ef18bb53037f0cfcb4881f34b4c210372ee0
-RMD160 (uncrustify-uncrustify-0.69.0.tar.gz) = f1ecfefbfd8ad8ac75e3345c6f5951c0d8921775
-SHA512 (uncrustify-uncrustify-0.69.0.tar.gz) = 06eb985b941bd595c037c71becd277ed68298bebb56e9cdaba5da8315812a43a1455eba8635f370e2b039e665fa89891042f520933b7de5677bdcfb2dd69e6cb
-Size (uncrustify-uncrustify-0.69.0.tar.gz) = 1600390 bytes
+SHA1 (uncrustify-0.70.1.tar.gz) = 1caad0bcdaded2e9bb29130733727c718575f6a6
+RMD160 (uncrustify-0.70.1.tar.gz) = 354e1451ed20699bd8f1db51d31834de474937f2
+SHA512 (uncrustify-0.70.1.tar.gz) = d28f02d5c82e3b398fd0391fe49eb1260a905e525c7c4b513ccea68ffff480d96cd77936267dd7d6870a59903c72578efc0ff85696c877caf1f1c89160c79334
+Size (uncrustify-0.70.1.tar.gz) = 1644844 bytes
SHA1 (patch-CMakeLists.txt) = 4715199cfdfceb60828d9996f91bf6a45cb46cd4
diff -r bc19dcfd1ebd -r 021a0dcf28ef textproc/uncrustify/patches/patch-CMakeLists.txt
--- a/textproc/uncrustify/patches/patch-CMakeLists.txt Thu Feb 20 15:36:17 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2019/05/14 12:54:17 ryoon Exp $
-
-* Install cfg files under non-Windows platforms
-
---- CMakeLists.txt.orig 2019-05-13 14:46:13.000000000 +0000
-+++ CMakeLists.txt
-@@ -459,6 +459,10 @@ else()
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/uncrustify.1"
- DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
- )
-+ install(DIRECTORY "${PROJECT_SOURCE_DIR}/etc/"
-+ DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/uncrustify"
-+ FILES_MATCHING PATTERN "*.cfg"
-+ )
- endif()
-
- #
Home |
Main Index |
Thread Index |
Old Index