diff options
author | andreas <andreas@FreeBSD.org> | 2000-12-25 13:53:16 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-12-25 13:53:16 +0000 |
commit | e274d0e8b96d0a63143ef438c825e5f8bdc58643 (patch) | |
tree | f6e4d1b6ad1b13b46e9ca2ccd34adc67824464fa /sysutils | |
parent | 0d4d37979feaf841d94a04b7fcbef6299309da81 (diff) | |
download | FreeBSD-ports-e274d0e8b96d0a63143ef438c825e5f8bdc58643.zip FreeBSD-ports-e274d0e8b96d0a63143ef438c825e5f8bdc58643.tar.gz |
update to version 1.13.18 as requested by David.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gtar/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gtar/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gtar/files/patch-aa | 20 | ||||
-rw-r--r-- | sysutils/gtar/files/patch-ab | 11 |
4 files changed, 3 insertions, 33 deletions
diff --git a/sysutils/gtar/Makefile b/sysutils/gtar/Makefile index e67cc68..676c6e4 100644 --- a/sysutils/gtar/Makefile +++ b/sysutils/gtar/Makefile @@ -6,7 +6,8 @@ # PORTNAME= tar -PORTVERSION= 1.13.17 +PORTVERSION= 1.13.18 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \ ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \ diff --git a/sysutils/gtar/distinfo b/sysutils/gtar/distinfo index cdba82d..e05445a 100644 --- a/sysutils/gtar/distinfo +++ b/sysutils/gtar/distinfo @@ -1 +1 @@ -MD5 (tar-1.13.17.tar.gz) = 4704d86de59410d8687cf2857ffd2f48 +MD5 (tar-1.13.18.tar.gz) = fd76b10a8e57cb944f0b2c9cb8bf742b diff --git a/sysutils/gtar/files/patch-aa b/sysutils/gtar/files/patch-aa deleted file mode 100644 index e9f4e4f..0000000 --- a/sysutils/gtar/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.in.orig Wed Sep 27 15:52:00 2000 -+++ src/Makefile.in Wed Sep 27 15:52:14 2000 -@@ -337,7 +337,7 @@ - fi; \ - done - buffer.o: buffer.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \ -- ../lib/xalloc.h ../lib/fnmatch.h ../lib/human.h \ -+ ../lib/xalloc.h ../lib/human.h \ - ../lib/quotearg.h common.h tar.h arith.h ../lib/backupfile.h \ - ../lib/basename.h ../lib/exclude.h ../lib/modechange.h \ - ../lib/safe-read.h rmt.h -@@ -376,7 +376,7 @@ - ../lib/modechange.h ../lib/safe-read.h ../lib/quotearg.h \ - ../lib/save-cwd.h - names.o: names.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \ -- ../lib/xalloc.h ../lib/fnmatch.h ../lib/quotearg.h common.h \ -+ ../lib/xalloc.h ../lib/quotearg.h common.h \ - tar.h arith.h ../lib/backupfile.h ../lib/basename.h \ - ../lib/exclude.h ../lib/modechange.h ../lib/safe-read.h - open3.o: open3.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \ diff --git a/sysutils/gtar/files/patch-ab b/sysutils/gtar/files/patch-ab deleted file mode 100644 index d587d93..0000000 --- a/sysutils/gtar/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Wed Sep 27 19:15:21 2000 -+++ doc/Makefile.in Wed Sep 27 19:15:33 2000 -@@ -80,7 +80,7 @@ - INTLLIBS = @INTLLIBS@ - INTLOBJS = @INTLOBJS@ - LIBOBJS = @LIBOBJS@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ - PACKAGE = @PACKAGE@ |