From 92af2570794ec2b0b39fe4a22408917fe24f9fab Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 25 May 2020 17:36:29 +0000 Subject: [PATCH] - Update to 0.71.0 --- textproc/uncrustify/Makefile | 2 +- textproc/uncrustify/distinfo | 6 +++--- textproc/uncrustify/files/patch-CMakeLists.txt | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index 20338ea7d788..510347c2fbc3 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uncrustify -PORTVERSION= 0.70.1 +PORTVERSION= 0.71.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc diff --git a/textproc/uncrustify/distinfo b/textproc/uncrustify/distinfo index b7b5c9425909..1156e09a6c92 100644 --- a/textproc/uncrustify/distinfo +++ b/textproc/uncrustify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1574884154 -SHA256 (uncrustify-uncrustify-uncrustify-0.70.1_GH0.tar.gz) = ad0a7b1f68aa3527d1b89d177d192385fe41b830d46167bde3c3b578e9b0ed06 -SIZE (uncrustify-uncrustify-uncrustify-0.70.1_GH0.tar.gz) = 1644844 +TIMESTAMP = 1589923392 +SHA256 (uncrustify-uncrustify-uncrustify-0.71.0_GH0.tar.gz) = 403a0f34463c0d6b0fbf230d8a03b7af9f493faa235208417793350db062003c +SIZE (uncrustify-uncrustify-uncrustify-0.71.0_GH0.tar.gz) = 1704631 diff --git a/textproc/uncrustify/files/patch-CMakeLists.txt b/textproc/uncrustify/files/patch-CMakeLists.txt index 2a67a234f001..62f631084cb0 100644 --- a/textproc/uncrustify/files/patch-CMakeLists.txt +++ b/textproc/uncrustify/files/patch-CMakeLists.txt @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2019-11-15 17:59:39 UTC +--- CMakeLists.txt.orig 2020-05-12 09:31:45 UTC +++ CMakeLists.txt -@@ -465,7 +465,7 @@ else() +@@ -507,7 +507,7 @@ else() DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" ) install(DIRECTORY "${PROJECT_SOURCE_DIR}/etc/" -- DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/uncrustify" -+ DESTINATION "${CMAKE_INSTALL_DOCDIR}/examples" +- DESTINATION "${CMAKE_INSTALL_DOCDIR}/examples" ++ DESTINATION "${CMAKE_INSTALL_PREFIX}/share/examples/uncrustify" FILES_MATCHING PATTERN "*.cfg" ) endif()