diff options
Diffstat (limited to 'textproc/uncrustify/Makefile')
-rw-r--r-- | textproc/uncrustify/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index 210403e38962..2287591e147a 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uncrustify -PORTVERSION= 0.68.1 +PORTVERSION= 0.69.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc @@ -13,7 +13,6 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes -GH_TAGNAME= dbe32c0 USES= cmake compiler:c++11-lang CMAKE_ARGS= -DNoGitVersionString:BOOL=TRUE |