From amdmi3@amdmi3.ru  Wed Jan 31 14:02:02 2007
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A3A9C16A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 Jan 2007 14:02:02 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from cp65.agava.net (cp65.agava.net [89.108.66.215])
	by mx1.freebsd.org (Postfix) with ESMTP id E71FE13C47E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 Jan 2007 14:01:58 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from clamav by cp65.agava.net with drweb-scanned (Exim 4.44 (FreeBSD))
	id 1HCG23-0002Ig-74
	for FreeBSD-gnats-submit@freebsd.org; Wed, 31 Jan 2007 17:01:51 +0300
Received: from [213.148.29.33] (helo=nexii.panopticon)
	by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.44 (FreeBSD))
	id 1HCG21-0002IC-SX
	for FreeBSD-gnats-submit@freebsd.org; Wed, 31 Jan 2007 17:01:51 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.2])
	by nexii.panopticon (Postfix) with ESMTP id EDC251706A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 Jan 2007 17:02:35 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 2468340BF; Wed, 31 Jan 2007 17:03:12 +0300 (MSK)
Message-Id: <20070131140312.2468340BF@hades.panopticon>
Date: Wed, 31 Jan 2007 17:03:12 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
Reply-To: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] textproc/uncrustify: update to 0.31
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108603
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/uncrustify: update to 0.31
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 31 14:10:13 GMT 2007
>Closed-Date:    Wed Jan 31 15:33:54 GMT 2007
>Last-Modified:  Wed Jan 31 15:40:16 GMT 2007
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Update to 0.31, sync pkg-descr to website
>How-To-Repeat:
>Fix:

--- uncrustify.patch begins here ---
diff -ruN uncrustify.orig/Makefile uncrustify/Makefile
--- uncrustify.orig/Makefile	Wed Jan 31 16:51:44 2007
+++ uncrustify/Makefile	Wed Jan 31 16:53:24 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	uncrustify
-PORTVERSION=	0.30
+PORTVERSION=	0.31
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN uncrustify.orig/distinfo uncrustify/distinfo
--- uncrustify.orig/distinfo	Wed Jan 31 16:51:44 2007
+++ uncrustify/distinfo	Wed Jan 31 16:53:43 2007
@@ -1,3 +1,3 @@
-MD5 (uncrustify-0.30.tgz) = 3c242519de3d12f7b916b560366c1aa8
-SHA256 (uncrustify-0.30.tgz) = b2e8a23a62696e48e0bdaab06f8099b8e728006b9100628e1bf8adc1984cdb33
-SIZE (uncrustify-0.30.tgz) = 544268
+MD5 (uncrustify-0.31.tgz) = 4698c9d9b983ea1b61c8281b7fc58daa
+SHA256 (uncrustify-0.31.tgz) = 715c77b583f09605c511f28558cd3ac7d6a0730c5b864536f3cbe8df685025d5
+SIZE (uncrustify-0.31.tgz) = 548575
diff -ruN uncrustify.orig/pkg-descr uncrustify/pkg-descr
--- uncrustify.orig/pkg-descr	Wed Jan 31 16:51:44 2007
+++ uncrustify/pkg-descr	Wed Jan 31 16:52:36 2007
@@ -2,15 +2,16 @@
 Create a highly configurable, easily modifiable source code beautifier.
 
 What it does: 
-* Ident code, aligning on parens, assignments, etc 
-* Align on '=' and variable definitions 
-* Align structure initializers 
-* Align #define stuff 
-* Align backslash-newline stuff 
-* Reformat comments (a little bit) 
-* Fix inter-character spacing 
-* Add or remove parens on return statements 
-* Add or remove braces on single-statement if/do/while/for statements 
-* Highly configurable - 118 configurable options as of version 0.0.15 
+* Ident code, aligning on parens, assignments, etc
+* Align on '=' and variable definitions
+* Align structure initializers
+* Align #define stuff
+* Align backslash-newline stuff
+* Reformat comments (a little bit)
+* Fix inter-character spacing
+* Add or remove parens on return statements
+* Add or remove braces on single-statement if/do/while/for statements
+* Supports embedded SQL 'EXEC SQL' stuff
+* Highly configurable - 168 configurable options as of version 0.30
 
 WWW: http://uncrustify.sourceforge.net
--- uncrustify.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Jan 31 14:17:04 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108603 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jan 31 15:33:51 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108603 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108603: commit references a PR
Date: Wed, 31 Jan 2007 15:33:45 +0000 (UTC)

 miwi        2007-01-31 15:33:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/uncrustify  Makefile distinfo pkg-descr 
   Log:
   - Update to 0.31
   
   PR:             ports/108603
   Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
   
   Revision  Changes    Path
   1.9       +1 -1      ports/textproc/uncrustify/Makefile
   1.8       +3 -3      ports/textproc/uncrustify/distinfo
   1.2       +11 -10    ports/textproc/uncrustify/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
