1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 0.71.0

This commit is contained in:
Dmitry Marakasov 2020-05-25 17:36:29 +00:00
parent 5268e43e13
commit 92af257079
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536486
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= uncrustify
PORTVERSION= 0.70.1
PORTVERSION= 0.71.0
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= textproc

View File

@ -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

View File

@ -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()