mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 0.2.24
PR: 58145 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
parent
ae730cb949
commit
d4d06535da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91480
@ -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/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (patchutils-0.2.23.tar.bz2) = a38616eace0df5ba537855a012df7687
|
||||
MD5 (patchutils-0.2.24.tar.bz2) = de56faa399926e145b782f3ebcad5529
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user