1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

upgrade to 0.2.11

This commit is contained in:
Ying-Chieh Liao 2002-03-15 09:53:50 +00:00
parent 9c907b0ea1
commit 44788447e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56145
3 changed files with 17 additions and 21 deletions

View File

@ -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/

View File

@ -1 +1 @@
MD5 (patchutils-0.2.10.tar.gz) = f485b8a8a0a72c9593307ae9eab25530
MD5 (patchutils-0.2.11.tar.gz) = a98c16aaf087faee9cd3fd49f7a561b8

View File

@ -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>