1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

upgrade to 0.2.8

change mastersite & WWW
This commit is contained in:
Ying-Chieh Liao 2002-02-01 11:26:25 +00:00
parent 377dc67fa9
commit d0ef93909e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54103
5 changed files with 30 additions and 10 deletions

View File

@ -7,9 +7,9 @@
#
PORTNAME= patchutils
PORTVERSION= 0.1.1
PORTVERSION= 0.2.8
CATEGORIES= misc
MASTER_SITES= http://people.redhat.com/twaugh/ftp/patchutils/devel/
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
MAINTAINER= ports@FreeBSD.org
@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
MAN1= filterdiff.1 interdiff.1
MAN1= combinediff.1 filterdiff.1 fixcvsdiff.1 grepdiff.1 interdiff.1 \
lsdiff.1 rediff.1 splitdiff.1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (patchutils-0.1.1.tar.gz) = eba6d8aff6f7918a62bd8be700842838
MD5 (patchutils-0.2.8.tar.gz) = 602ca05faacdb99500ff633f072cce77

View File

@ -1,10 +1,22 @@
--- filterdiff.c.orig Mon Jul 23 17:52:37 2001
+++ filterdiff.c Mon Jul 23 17:52:53 2001
@@ -22,6 +22,7 @@
--- filterdiff.c.orig Fri Feb 1 19:21:43 2002
+++ filterdiff.c Fri Feb 1 19:21:55 2002
@@ -24,6 +24,9 @@
#include "config.h"
#endif
+#include <sys/types.h>
#include <fnmatch.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 */
@@ -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"

View File

@ -10,4 +10,4 @@ You can also use this to review changes between two pre-patches.
Filterdiff will select the portions of a patch file that apply to files
matching (or, alternatively, not matching) a shell wildcard.
WWW: http://people.redhat.com/twaugh/patchutils/
WWW: http://cyberelk.net/tim/patchutils/

View File

@ -1,2 +1,9 @@
bin/combinediff
bin/editdiff
bin/filterdiff
bin/fixcvsdiff
bin/grepdiff
bin/interdiff
bin/lsdiff
bin/rediff
bin/splitdiff