summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/uncrustify/Makefile5
-rw-r--r--textproc/uncrustify/distinfo9
-rw-r--r--textproc/uncrustify/patches/patch-src_uncrustify.cpp12
3 files changed, 6 insertions, 20 deletions
diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile
index 475ee42c5a1..4ef5ba11c65 100644
--- a/textproc/uncrustify/Makefile
+++ b/textproc/uncrustify/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2013/01/13 04:22:34 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.2 2014/03/31 08:31:44 wiz Exp $
-DISTNAME= uncrustify-0.59
+DISTNAME= uncrustify-0.60
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=uncrustify/}
diff --git a/textproc/uncrustify/distinfo b/textproc/uncrustify/distinfo
index b1526b44294..c26f51db46e 100644
--- a/textproc/uncrustify/distinfo
+++ b/textproc/uncrustify/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/04/29 21:31:13 joerg Exp $
+$NetBSD: distinfo,v 1.3 2014/03/31 08:31:44 wiz Exp $
-SHA1 (uncrustify-0.59.tar.gz) = 233e4f6cb34ef7020ce49e5b5d14f0d46f277e31
-RMD160 (uncrustify-0.59.tar.gz) = 433a04ddd3d477173fa31f16d05fd0a264436e64
-Size (uncrustify-0.59.tar.gz) = 983822 bytes
-SHA1 (patch-src_uncrustify.cpp) = efbf6c9856bad5cf3130e00a25fe2bf7b73ef16c
+SHA1 (uncrustify-0.60.tar.gz) = 769a7649a1cefb80beff9b67b11b4b87a8cc8e0e
+RMD160 (uncrustify-0.60.tar.gz) = 5770265558adaeecf5b66334fe91389e75b19674
+Size (uncrustify-0.60.tar.gz) = 1037433 bytes
diff --git a/textproc/uncrustify/patches/patch-src_uncrustify.cpp b/textproc/uncrustify/patches/patch-src_uncrustify.cpp
deleted file mode 100644
index 48f5379dd9f..00000000000
--- a/textproc/uncrustify/patches/patch-src_uncrustify.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-src_uncrustify.cpp,v 1.1 2013/04/29 21:31:13 joerg Exp $
-
---- src/uncrustify.cpp.orig 2013-04-29 19:04:36.000000000 +0000
-+++ src/uncrustify.cpp
-@@ -25,6 +25,7 @@
- #include <cstring>
- #include <cerrno>
- #include <fcntl.h>
-+#include <unistd.h>
- #include "unc_ctype.h"
- #ifdef HAVE_SYS_STAT_H
- #include <sys/stat.h>