From owner-svn-ports-head@FreeBSD.ORG Fri Dec 21 09:38:00 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 126DF19F; Fri, 21 Dec 2012 09:38:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EA8508FC15; Fri, 21 Dec 2012 09:37:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBL9bxTD033498; Fri, 21 Dec 2012 09:37:59 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBL9bxRU033495; Fri, 21 Dec 2012 09:37:59 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201212210937.qBL9bxRU033495@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 21 Dec 2012 09:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309347 - in head/textproc/uncrustify: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 09:38:00 -0000 Author: amdmi3 Date: Fri Dec 21 09:37:58 2012 New Revision: 309347 URL: http://svnweb.freebsd.org/changeset/ports/309347 Log: - Update to 0.59 (1) - Trim header - OptionsNG - Use COPYTREE_SHARE for docs installation - Remove unneeded patch - Make build more verbose PR: 174483 (1) Submitted by: Maxim Samsonov (1) Deleted: head/textproc/uncrustify/files/ Modified: head/textproc/uncrustify/Makefile head/textproc/uncrustify/distinfo head/textproc/uncrustify/pkg-plist Modified: head/textproc/uncrustify/Makefile ============================================================================== --- head/textproc/uncrustify/Makefile Fri Dec 21 09:29:42 2012 (r309346) +++ head/textproc/uncrustify/Makefile Fri Dec 21 09:37:58 2012 (r309347) @@ -1,30 +1,28 @@ -# New ports collection makefile for: uncrustify -# Date created: 03 Jul 2006 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= uncrustify -PORTVERSION= 0.54 +PORTVERSION= 0.59 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= amdmi3@FreeBSD.org COMMENT= Highly configurable source code beautifier GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ARGS= --disable-silent-rules MAN1= uncrustify.1 -.if !defined(NOPORTDOCS) PORTDOCS= * + +.include + +.if ${PORT_OPTIONS:MDOCS} post-install: - cd ${WRKSRC}/documentation; \ - ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; ; \ - ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; + ${MKDIR} ${DOCSDIR} + cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} '*' ${DOCSDIR} .endif .include Modified: head/textproc/uncrustify/distinfo ============================================================================== --- head/textproc/uncrustify/distinfo Fri Dec 21 09:29:42 2012 (r309346) +++ head/textproc/uncrustify/distinfo Fri Dec 21 09:37:58 2012 (r309347) @@ -1,2 +1,2 @@ -SHA256 (uncrustify-0.54.tgz) = 2034d8bf18206c7f1659906f644007cdd3347d305264a8ad3016703509e6d02e -SIZE (uncrustify-0.54.tgz) = 842957 +SHA256 (uncrustify-0.59.tar.gz) = 3f2ba1ca15f7ed1cd0871d54a5dd4ecf006fd167a0fa0fe1d5d76c91106238b5 +SIZE (uncrustify-0.59.tar.gz) = 983822 Modified: head/textproc/uncrustify/pkg-plist ============================================================================== --- head/textproc/uncrustify/pkg-plist Fri Dec 21 09:29:42 2012 (r309346) +++ head/textproc/uncrustify/pkg-plist Fri Dec 21 09:37:58 2012 (r309347) @@ -1,6 +1,7 @@ bin/uncrustify %%DATADIR%%/ben.cfg %%DATADIR%%/d.cfg +%%DATADIR%%/defaults.cfg %%DATADIR%%/gnu-indent.cfg %%DATADIR%%/kr-indent.cfg %%DATADIR%%/linux-indent.cfg