diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-17 07:02:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-17 07:02:30 +0000 |
commit | d4d06535dafc219302eed699245c15fdf07cdb5b (patch) | |
tree | 27799684d3770eb48d8f3a06d1fd30ae5f1275e8 /misc | |
parent | ae730cb9497b0a3e06ddbfa14f683e6d20af3106 (diff) |
Update to 0.2.24
PR: 58145
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=91480
Diffstat (limited to 'misc')
-rw-r--r-- | misc/patchutils/Makefile | 2 | ||||
-rw-r--r-- | misc/patchutils/distinfo | 2 | ||||
-rw-r--r-- | misc/patchutils/files/patch-filterdiff.c | 18 |
3 files changed, 2 insertions, 20 deletions
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index 470da29aad11..946934a6d9df 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -7,7 +7,7 @@ # PORTNAME= patchutils -PORTVERSION= 0.2.23 +PORTVERSION= 0.2.24 CATEGORIES= misc MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ diff --git a/misc/patchutils/distinfo b/misc/patchutils/distinfo index 3569d64f70cb..7fa337a3d87c 100644 --- a/misc/patchutils/distinfo +++ b/misc/patchutils/distinfo @@ -1 +1 @@ -MD5 (patchutils-0.2.23.tar.bz2) = a38616eace0df5ba537855a012df7687 +MD5 (patchutils-0.2.24.tar.bz2) = de56faa399926e145b782f3ebcad5529 diff --git a/misc/patchutils/files/patch-filterdiff.c b/misc/patchutils/files/patch-filterdiff.c deleted file mode 100644 index 4d4c2c5b8bfb..000000000000 --- a/misc/patchutils/files/patch-filterdiff.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/filterdiff.c.orig Thu May 9 01:50:58 2002 -+++ src/filterdiff.c Thu May 9 22:03:24 2002 -@@ -24,12 +24,12 @@ - #include "config.h" - #endif - --#ifdef HAVE_ERROR_H --# include <error.h> --#endif /* HAVE_ERROR_H */ - #ifdef HAVE_SYS_TYPES_H - # include <sys/types.h> // for ssize_t - #endif /* HAVE_SYS_TYPES_H */ -+#ifdef HAVE_ERROR_H -+# include <error.h> -+#endif /* HAVE_ERROR_H */ - #include <fnmatch.h> - #include <getopt.h> - #include <locale.h> |