Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2019 20:48:35 +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: r517924 - head/textproc/uncrustify
Message-ID:  <201911182048.xAIKmZe3027239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Nov 18 20:48:35 2019
New Revision: 517924
URL: https://svnweb.freebsd.org/changeset/ports/517924

Log:
  - Update to 0.70.0
  
  Config files are now installed both into the DATADIR (implemented
  upstream in this version) and ETCDIR (as always been done by the
  port). I'm going to discuss this with upstream ([1]) as ETCDIR
  surely looks more suitable, so for now this duplication is indended.
  
  [1] https://github.com/uncrustify/uncrustify/commit/ea6950086657de0ad12bc098f169a992407889ca

Modified:
  head/textproc/uncrustify/Makefile
  head/textproc/uncrustify/distinfo
  head/textproc/uncrustify/pkg-plist

Modified: head/textproc/uncrustify/Makefile
==============================================================================
--- head/textproc/uncrustify/Makefile	Mon Nov 18 20:22:51 2019	(r517923)
+++ head/textproc/uncrustify/Makefile	Mon Nov 18 20:48:35 2019	(r517924)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	uncrustify
-PORTVERSION=	0.69.0
-PORTREVISION=	1
+PORTVERSION=	0.70.0
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	textproc
 
@@ -23,7 +22,8 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
-# fixes BROKENs above, but may introduce different errors
+# fixes build on gcc archs (unrecognized command line option
+# -std=gnu++0x), but may introduce other errors in future
 post-patch:
 	@${REINPLACE_CMD} -e '/gnu++0x/ d' ${WRKSRC}/CMakeLists.txt
 

Modified: head/textproc/uncrustify/distinfo
==============================================================================
--- head/textproc/uncrustify/distinfo	Mon Nov 18 20:22:51 2019	(r517923)
+++ head/textproc/uncrustify/distinfo	Mon Nov 18 20:48:35 2019	(r517924)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557769717
-SHA256 (uncrustify-uncrustify-uncrustify-0.69.0_GH0.tar.gz) = 33bd97a07f7c4bd114874f73171aca220bf05c17108f8505a117b97374a347b6
-SIZE (uncrustify-uncrustify-uncrustify-0.69.0_GH0.tar.gz) = 1600390
+TIMESTAMP = 1574077341
+SHA256 (uncrustify-uncrustify-uncrustify-0.70.0_GH0.tar.gz) = d8ff60852e6db90c855cab18dd8003fde6f8694d8a85556a86f01114729c5185
+SIZE (uncrustify-uncrustify-uncrustify-0.70.0_GH0.tar.gz) = 1638766

Modified: head/textproc/uncrustify/pkg-plist
==============================================================================
--- head/textproc/uncrustify/pkg-plist	Mon Nov 18 20:22:51 2019	(r517923)
+++ head/textproc/uncrustify/pkg-plist	Mon Nov 18 20:48:35 2019	(r517924)
@@ -16,4 +16,21 @@ bin/uncrustify
 %%ETCDIR%%/objc.cfg
 %%ETCDIR%%/sun.cfg
 %%ETCDIR%%/xsupplicant.cfg
+%%DATADIR%%/MS-calling_conventions.cfg
+%%DATADIR%%/amxmodx.cfg
+%%DATADIR%%/ben.cfg
+%%DATADIR%%/ben2.cfg
+%%DATADIR%%/d.cfg
+%%DATADIR%%/defaults.cfg
+%%DATADIR%%/freebsd.cfg
+%%DATADIR%%/gnu-indent.cfg
+%%DATADIR%%/klaus.cfg
+%%DATADIR%%/kr-indent.cfg
+%%DATADIR%%/linux-indent.cfg
+%%DATADIR%%/linux.cfg
+%%DATADIR%%/mono.cfg
+%%DATADIR%%/msvc.cfg
+%%DATADIR%%/objc.cfg
+%%DATADIR%%/sun.cfg
+%%DATADIR%%/xsupplicant.cfg
 man/man1/uncrustify.1.gz



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