diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-11-18 20:48:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-11-18 20:48:35 +0000 |
commit | d39e24e6e6ee3d4a8dd9128ac5d25de6c2f9b8f8 (patch) | |
tree | 92a1630f10dfe8dbeb98ac2bb3e5eb296ea06d89 | |
parent | a7c0db668e903e801c82ddfb4edf9adfb4d9231b (diff) |
Notes
-rw-r--r-- | textproc/uncrustify/Makefile | 6 | ||||
-rw-r--r-- | textproc/uncrustify/distinfo | 6 | ||||
-rw-r--r-- | textproc/uncrustify/pkg-plist | 17 |
3 files changed, 23 insertions, 6 deletions
diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index b80ce02e3271..e5674bc3c27b 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -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 diff --git a/textproc/uncrustify/distinfo b/textproc/uncrustify/distinfo index cd0276dee7c1..81eff24c064f 100644 --- a/textproc/uncrustify/distinfo +++ b/textproc/uncrustify/distinfo @@ -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 diff --git a/textproc/uncrustify/pkg-plist b/textproc/uncrustify/pkg-plist index 6c0d30d5d327..62f3393e9140 100644 --- a/textproc/uncrustify/pkg-plist +++ b/textproc/uncrustify/pkg-plist @@ -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 |