svn commit: r536486 - in head/textproc/uncrustify: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 25 17:36:30 UTC 2020
Author: amdmi3
Date: Mon May 25 17:36:29 2020
New Revision: 536486
URL: https://svnweb.freebsd.org/changeset/ports/536486
Log:
- Update to 0.71.0
Modified:
head/textproc/uncrustify/Makefile
head/textproc/uncrustify/distinfo
head/textproc/uncrustify/files/patch-CMakeLists.txt
Modified: head/textproc/uncrustify/Makefile
==============================================================================
--- head/textproc/uncrustify/Makefile Mon May 25 17:35:59 2020 (r536485)
+++ head/textproc/uncrustify/Makefile Mon May 25 17:36:29 2020 (r536486)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= uncrustify
-PORTVERSION= 0.70.1
+PORTVERSION= 0.71.0
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= textproc
Modified: head/textproc/uncrustify/distinfo
==============================================================================
--- head/textproc/uncrustify/distinfo Mon May 25 17:35:59 2020 (r536485)
+++ head/textproc/uncrustify/distinfo Mon May 25 17:36:29 2020 (r536486)
@@ -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
Modified: head/textproc/uncrustify/files/patch-CMakeLists.txt
==============================================================================
--- head/textproc/uncrustify/files/patch-CMakeLists.txt Mon May 25 17:35:59 2020 (r536485)
+++ head/textproc/uncrustify/files/patch-CMakeLists.txt Mon May 25 17:36:29 2020 (r536486)
@@ -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()
More information about the svn-ports-all
mailing list