From owner-svn-ports-all@freebsd.org Fri Feb 5 05:41:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C4DDA9A0FE; Fri, 5 Feb 2016 05:41:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B536F1620; Fri, 5 Feb 2016 05:41:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u155fpV2075642; Fri, 5 Feb 2016 05:41:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u155fpWP075639; Fri, 5 Feb 2016 05:41:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602050541.u155fpWP075639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 5 Feb 2016 05:41:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408131 - head/textproc/uncrustify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2016 05:41:53 -0000 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 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/