View | Details | Raw Unified | Return to bug 174483
Collapse All | Expand All

(-)b/textproc/uncrustify/Makefile (-2 / +1 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	uncrustify
8
PORTNAME=	uncrustify
9
PORTVERSION=	0.54
9
PORTVERSION=	0.59
10
CATEGORIES=	textproc
10
CATEGORIES=	textproc
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
12
EXTRACT_SUFX=	.tgz
13
12
14
MAINTAINER=	amdmi3@FreeBSD.org
13
MAINTAINER=	amdmi3@FreeBSD.org
15
COMMENT=	Highly configurable source code beautifier
14
COMMENT=	Highly configurable source code beautifier
(-)b/textproc/uncrustify/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (uncrustify-0.54.tgz) = 2034d8bf18206c7f1659906f644007cdd3347d305264a8ad3016703509e6d02e
1
SHA256 (uncrustify-0.59.tar.gz) = 3f2ba1ca15f7ed1cd0871d54a5dd4ecf006fd167a0fa0fe1d5d76c91106238b5
2
SIZE (uncrustify-0.54.tgz) = 842957
2
SIZE (uncrustify-0.59.tar.gz) = 983822
(-)b/textproc/uncrustify/files/patch-src-uncrustify.cpp (-5 / +5 lines)
Lines 1-8 Link Here
1
--- src/uncrustify.cpp.orig	Wed Jul 19 20:39:15 2006
1
--- src/uncrustify.cpp.orig	2011-09-28 05:41:56.000000000 +0400
2
+++ src/uncrustify.cpp	Wed Jul 19 20:39:48 2006
2
+++ src/uncrustify.cpp	2012-12-13 16:19:13.000000000 +0300
3
@@ -15,6 +15,7 @@
3
@@ -20,6 +20,7 @@
4
 #include "logger.h"
4
 #include "md5.h"
5
 #include "log_levels.h"
5
 #include "backup.h"
6
 
6
 
7
+#include <libgen.h>
7
+#include <libgen.h>
8
 #include <cstdio>
8
 #include <cstdio>
(-)b/textproc/uncrustify/pkg-plist (+1 lines)
Lines 1-6 Link Here
1
bin/uncrustify
1
bin/uncrustify
2
%%DATADIR%%/ben.cfg
2
%%DATADIR%%/ben.cfg
3
%%DATADIR%%/d.cfg
3
%%DATADIR%%/d.cfg
4
%%DATADIR%%/defaults.cfg
4
%%DATADIR%%/gnu-indent.cfg
5
%%DATADIR%%/gnu-indent.cfg
5
%%DATADIR%%/kr-indent.cfg
6
%%DATADIR%%/kr-indent.cfg
6
%%DATADIR%%/linux-indent.cfg
7
%%DATADIR%%/linux-indent.cfg

Return to bug 174483