diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-17 07:02:30 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-17 07:02:30 +0000 |
commit | 028c0c392d612f51d1496fac63d69030f89d768a (patch) | |
tree | 7cc90239798e4afe1e4f5ced371d27e975eb5695 /misc/patchutils | |
parent | 157616d73ee293bc953337e7d15e97acbb3341a9 (diff) | |
download | FreeBSD-ports-028c0c392d612f51d1496fac63d69030f89d768a.zip FreeBSD-ports-028c0c392d612f51d1496fac63d69030f89d768a.tar.gz |
Update to 0.2.24
PR: 58145
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
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 | 18 |
3 files changed, 2 insertions, 20 deletions
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index 470da29..946934a 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 3569d64..7fa337a 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 4d4c2c5..0000000 --- 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> |