diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-15 17:53:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-15 17:53:50 +0800 |
commit | 9f2bfd5d4ef4625a7000075268ed3dc0ba3065b9 (patch) | |
tree | ae4940b267b1d58546efd3e7aa3dd83e346bedd2 /misc/patchutils | |
parent | 3235a42fc33c6cccd259eb801c12f7f4f816b0bc (diff) | |
download | freebsd-ports-graphics-9f2bfd5d4ef4625a7000075268ed3dc0ba3065b9.tar.gz freebsd-ports-graphics-9f2bfd5d4ef4625a7000075268ed3dc0ba3065b9.tar.zst freebsd-ports-graphics-9f2bfd5d4ef4625a7000075268ed3dc0ba3065b9.zip |
upgrade to 0.2.11
Diffstat (limited to 'misc/patchutils')
-rw-r--r-- | misc/patchutils/Makefile | 2 | ||||
-rw-r--r-- | misc/patchutils/distinfo | 2 | ||||
-rw-r--r-- | misc/patchutils/files/patch-filterdiff.c | 34 |
3 files changed, 17 insertions, 21 deletions
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index df8b81a7c90..c0c3e9c4942 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -7,7 +7,7 @@ # PORTNAME= patchutils -PORTVERSION= 0.2.10 +PORTVERSION= 0.2.11 CATEGORIES= misc MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ diff --git a/misc/patchutils/distinfo b/misc/patchutils/distinfo index b3c0386afc2..06b6f6243f2 100644 --- a/misc/patchutils/distinfo +++ b/misc/patchutils/distinfo @@ -1 +1 @@ -MD5 (patchutils-0.2.10.tar.gz) = f485b8a8a0a72c9593307ae9eab25530 +MD5 (patchutils-0.2.11.tar.gz) = a98c16aaf087faee9cd3fd49f7a561b8 diff --git a/misc/patchutils/files/patch-filterdiff.c b/misc/patchutils/files/patch-filterdiff.c index f347fae59a4..a16d547c22e 100644 --- a/misc/patchutils/files/patch-filterdiff.c +++ b/misc/patchutils/files/patch-filterdiff.c @@ -1,22 +1,18 @@ ---- filterdiff.c.orig Fri Feb 1 19:21:43 2002 -+++ filterdiff.c Fri Feb 1 19:21:55 2002 -@@ -24,6 +24,9 @@ +--- filterdiff.c.orig Fri Mar 15 17:51:27 2002 ++++ filterdiff.c Fri Mar 15 17:52:32 2002 +@@ -24,12 +24,12 @@ #include "config.h" #endif -+#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 */ -@@ -34,9 +37,6 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#ifdef HAVE_SYS_TYPES_H --# include <sys/types.h> // for ssize_t --#endif /* HAVE_SYS_TYPES_H */ - #include <time.h> - - #include "util.h" +-#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> |