Date: Fri, 5 Feb 2016 05:41:51 +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: r408131 - head/textproc/uncrustify Message-ID: <201602050541.u155fpWP075639@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Feb 5 05:41:51 2016 New Revision: 408131 URL: https://svnweb.freebsd.org/changeset/ports/408131 Log: - Update to 0.62 - Add LICENSE - Use test framework - Switch to options helpers - Fix WWW: Modified: head/textproc/uncrustify/Makefile head/textproc/uncrustify/distinfo head/textproc/uncrustify/pkg-descr Modified: head/textproc/uncrustify/Makefile ============================================================================== --- head/textproc/uncrustify/Makefile Fri Feb 5 04:24:02 2016 (r408130) +++ head/textproc/uncrustify/Makefile Fri Feb 5 05:41:51 2016 (r408131) @@ -2,16 +2,20 @@ # $FreeBSD$ PORTNAME= uncrustify -PORTVERSION= 0.61 +PORTVERSION= 0.62 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 + GNU_CONFIGURE= yes USES= gmake CONFIGURE_ARGS= --disable-silent-rules +TEST_TARGET= check PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDATA= * @@ -19,7 +23,9 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> Modified: head/textproc/uncrustify/distinfo ============================================================================== --- head/textproc/uncrustify/distinfo Fri Feb 5 04:24:02 2016 (r408130) +++ head/textproc/uncrustify/distinfo Fri Feb 5 05:41:51 2016 (r408131) @@ -1,2 +1,2 @@ -SHA256 (uncrustify-0.61.tar.gz) = 1df0e5a2716e256f0a4993db12f23d10195b3030326fdf2e07f8e6421e172df9 -SIZE (uncrustify-0.61.tar.gz) = 1143946 +SHA256 (uncrustify-0.62.tar.gz) = 5d19307aa75f904159385d83ef7e6a605c0148ce5da3a2d9366e34867c28385a +SIZE (uncrustify-0.62.tar.gz) = 1171219 Modified: head/textproc/uncrustify/pkg-descr ============================================================================== --- head/textproc/uncrustify/pkg-descr Fri Feb 5 04:24:02 2016 (r408130) +++ head/textproc/uncrustify/pkg-descr Fri Feb 5 05:41:51 2016 (r408131) @@ -1,7 +1,7 @@ The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier. -What it does: +What it does: * Ident code, aligning on parens, assignments, etc * Align on '=' and variable definitions * Align structure initializers @@ -14,4 +14,4 @@ What it does: * Supports embedded SQL 'EXEC SQL' stuff * Highly configurable - 168 configurable options as of version 0.30 -WWW: http://uncrustify.sourceforge.net +WWW: http://uncrustify.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602050541.u155fpWP075639>