Date: Sun, 8 Nov 2020 17:34:54 +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: r554571 - head/textproc/uncrustify Message-ID: <202011081734.0A8HYs1a015585@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Nov 8 17:34:53 2020 New Revision: 554571 URL: https://svnweb.freebsd.org/changeset/ports/554571 Log: - Update to 0.72.0 Modified: head/textproc/uncrustify/Makefile head/textproc/uncrustify/distinfo Modified: head/textproc/uncrustify/Makefile ============================================================================== --- head/textproc/uncrustify/Makefile Sun Nov 8 17:22:09 2020 (r554570) +++ head/textproc/uncrustify/Makefile Sun Nov 8 17:34:53 2020 (r554571) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uncrustify -PORTVERSION= 0.71.0 +PORTVERSION= 0.72.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc @@ -24,11 +24,6 @@ PORTEXAMPLES= * 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-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/textproc/uncrustify/distinfo ============================================================================== --- head/textproc/uncrustify/distinfo Sun Nov 8 17:22:09 2020 (r554570) +++ head/textproc/uncrustify/distinfo Sun Nov 8 17:34:53 2020 (r554571) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589923392 -SHA256 (uncrustify-uncrustify-uncrustify-0.71.0_GH0.tar.gz) = 403a0f34463c0d6b0fbf230d8a03b7af9f493faa235208417793350db062003c -SIZE (uncrustify-uncrustify-uncrustify-0.71.0_GH0.tar.gz) = 1704631 +TIMESTAMP = 1604773394 +SHA256 (uncrustify-uncrustify-uncrustify-0.72.0_GH0.tar.gz) = d6fff70bc7823fac4c77013055333b79a4839909094e8eee8a14ee8f1777374e +SIZE (uncrustify-uncrustify-uncrustify-0.72.0_GH0.tar.gz) = 1530850
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081734.0A8HYs1a015585>