From owner-svn-ports-head@freebsd.org Thu Nov 28 21:49:27 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BEA9A1B9B49; Thu, 28 Nov 2019 21:49:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47PB9z47Lfz48CV; Thu, 28 Nov 2019 21:49:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 728614303; Thu, 28 Nov 2019 21:49:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xASLnRdE010746; Thu, 28 Nov 2019 21:49:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xASLnQEt010744; Thu, 28 Nov 2019 21:49:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201911282149.xASLnQEt010744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 28 Nov 2019 21:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518607 - in head/textproc/uncrustify: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/textproc/uncrustify: . files X-SVN-Commit-Revision: 518607 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2019 21:49:27 -0000 Author: amdmi3 Date: Thu Nov 28 21:49:26 2019 New Revision: 518607 URL: https://svnweb.freebsd.org/changeset/ports/518607 Log: - Update to 0.70.1 Added: head/textproc/uncrustify/files/ head/textproc/uncrustify/files/patch-CMakeLists.txt (contents, props changed) Deleted: head/textproc/uncrustify/pkg-plist Modified: head/textproc/uncrustify/Makefile head/textproc/uncrustify/distinfo Modified: head/textproc/uncrustify/Makefile ============================================================================== --- head/textproc/uncrustify/Makefile Thu Nov 28 21:23:40 2019 (r518606) +++ head/textproc/uncrustify/Makefile Thu Nov 28 21:49:26 2019 (r518607) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uncrustify -PORTVERSION= 0.70.0 +PORTVERSION= 0.70.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc @@ -19,17 +19,16 @@ CMAKE_ARGS= -DNoGitVersionString:BOOL=TRUE TEST_TARGET= test PORTDOCS= * +PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS +PLIST_FILES= bin/uncrustify man/man1/uncrustify.1.gz +OPTIONS_DEFINE= DOCS EXAMPLES + # 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 - -post-install: - @${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/etc/*.cfg ${STAGEDIR}${ETCDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/textproc/uncrustify/distinfo ============================================================================== --- head/textproc/uncrustify/distinfo Thu Nov 28 21:23:40 2019 (r518606) +++ head/textproc/uncrustify/distinfo Thu Nov 28 21:49:26 2019 (r518607) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574077341 -SHA256 (uncrustify-uncrustify-uncrustify-0.70.0_GH0.tar.gz) = d8ff60852e6db90c855cab18dd8003fde6f8694d8a85556a86f01114729c5185 -SIZE (uncrustify-uncrustify-uncrustify-0.70.0_GH0.tar.gz) = 1638766 +TIMESTAMP = 1574884154 +SHA256 (uncrustify-uncrustify-uncrustify-0.70.1_GH0.tar.gz) = ad0a7b1f68aa3527d1b89d177d192385fe41b830d46167bde3c3b578e9b0ed06 +SIZE (uncrustify-uncrustify-uncrustify-0.70.1_GH0.tar.gz) = 1644844 Added: head/textproc/uncrustify/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/uncrustify/files/patch-CMakeLists.txt Thu Nov 28 21:49:26 2019 (r518607) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2019-11-15 17:59:39 UTC ++++ CMakeLists.txt +@@ -465,7 +465,7 @@ else() + DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" + ) + install(DIRECTORY "${PROJECT_SOURCE_DIR}/etc/" +- DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/uncrustify" ++ DESTINATION "${CMAKE_INSTALL_DOCDIR}/examples" + FILES_MATCHING PATTERN "*.cfg" + ) + endif()