Date: Sun, 16 Dec 2012 19:48:31 +0400 (MSK) From: Maxim Samsonov <xors@mailup.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174483: [UPDATE]: textproc/uncrustify Update to new release, 0.59 Message-ID: <201212161548.qBGFmVGd001588@xors.pg.org> Resent-Message-ID: <201212161550.qBGFo0QR058049@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174483 >Category: ports >Synopsis: [UPDATE]: textproc/uncrustify Update to new release, 0.59 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 16 15:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Maxim Samsonov >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: >Description: Update to 0.59 >How-To-Repeat: >Fix: --- textproc_uncrustify-update.patch begins here --- diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -6,10 +6,9 @@ # 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 diff --git a/textproc/uncrustify/distinfo b/textproc/uncrustify/distinfo --- a/textproc/uncrustify/distinfo +++ b/textproc/uncrustify/distinfo @@ -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 diff --git a/textproc/uncrustify/files/patch-src-uncrustify.cpp b/textproc/uncrustify/files/patch-src-uncrustify.cpp --- a/textproc/uncrustify/files/patch-src-uncrustify.cpp +++ b/textproc/uncrustify/files/patch-src-uncrustify.cpp @@ -1,8 +1,8 @@ ---- src/uncrustify.cpp.orig Wed Jul 19 20:39:15 2006 -+++ src/uncrustify.cpp Wed Jul 19 20:39:48 2006 -@@ -15,6 +15,7 @@ - #include "logger.h" - #include "log_levels.h" +--- src/uncrustify.cpp.orig 2011-09-28 05:41:56.000000000 +0400 ++++ src/uncrustify.cpp 2012-12-13 16:19:13.000000000 +0300 +@@ -20,6 +20,7 @@ + #include "md5.h" + #include "backup.h" +#include <libgen.h> #include <cstdio> diff --git a/textproc/uncrustify/pkg-plist b/textproc/uncrustify/pkg-plist --- a/textproc/uncrustify/pkg-plist +++ b/textproc/uncrustify/pkg-plist @@ -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 --- textproc_uncrustify-update.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212161548.qBGFmVGd001588>