Index: head/textproc/uncrustify/files/patch-CMakeLists.txt =================================================================== --- head/textproc/uncrustify/files/patch-CMakeLists.txt (revision 454824) +++ head/textproc/uncrustify/files/patch-CMakeLists.txt (nonexistent) @@ -1,35 +0,0 @@ ---- CMakeLists.txt.orig 2017-05-18 15:15:24 UTC -+++ CMakeLists.txt -@@ -116,32 +116,6 @@ endif() - # - # Generate uncrustify_version.h - # -- --# FIXME: checking for CMAKE_BUILD_TYPE and passing it to make_version.py --# does not work with VS .sln projects --if(NOT CMAKE_BUILD_TYPE) -- set(CMAKE_BUILD_TYPE Release) --endif() --# FIXME: the version number should be automatically integrated --set(FALLBACK_VERSION "Uncrustify-0.65_f") -- --find_package(PythonInterp REQUIRED) --execute_process( -- COMMAND ${PYTHON_EXECUTABLE} scripts/make_version.py ${CMAKE_BUILD_TYPE} -- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} -- RESULT_VARIABLE make_version_error -- OUTPUT_VARIABLE make_version_output --) -- --message(STATUS ) --if (make_version_error) -- message(WARNING "scripts/make_version.py exited with code ${make_version_error}: ${make_version_output}\n" -- "As a fallback, version '${FALLBACK_VERSION}' will be used.") -- set( CURRENT_VERSION ${FALLBACK_VERSION} ) --else() -- string(STRIP ${make_version_output} CURRENT_VERSION) --endif() -- - configure_file(src/uncrustify_version.h.in uncrustify_version.h @ONLY) - - # Property changes on: head/textproc/uncrustify/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/uncrustify/Makefile =================================================================== --- head/textproc/uncrustify/Makefile (revision 454824) +++ head/textproc/uncrustify/Makefile (revision 454825) @@ -1,37 +1,37 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= uncrustify -PORTVERSION= 0.65 +PORTVERSION= 0.66.1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Highly configurable source code beautifier LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_mips= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" BROKEN_mips64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" NO_WRKSUBDIR= yes USES= cmake:outsource -CMAKE_ARGS= -DCURRENT_VERSION="${PORTVERSION}" +CMAKE_ARGS= -DNoGitVersionString:BOOL=TRUE TEST_TARGET= test PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/etc/*.cfg ${STAGEDIR}${ETCDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ .include Index: head/textproc/uncrustify/distinfo =================================================================== --- head/textproc/uncrustify/distinfo (revision 454824) +++ head/textproc/uncrustify/distinfo (revision 454825) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495202939 -SHA256 (uncrustify-0.65.tar.gz) = 7f7afc2ecbaf9dab3c460da39bb97a77c199e62a1dd8bd26300ef5679a789d76 -SIZE (uncrustify-0.65.tar.gz) = 1377090 +TIMESTAMP = 1511526864 +SHA256 (uncrustify-0.66.1.tar.gz) = 4b36dabcb33cfc286d79ea8fcb5babadf1d0a25eb5eb7ea9da650414325063e4 +SIZE (uncrustify-0.66.1.tar.gz) = 1207329