Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 17:36:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536486 - in head/textproc/uncrustify: . files
Message-ID:  <202005251736.04PHaTB8021118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005251736.04PHaTB8021118>