diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-25 13:53:16 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-25 13:53:16 +0000 |
commit | f9d65e93ec3a4757972201ec1afd9b571cc5eccb (patch) | |
tree | c0839fb719f2dcf80aa2d61a27961edcfea20e6b /archivers | |
parent | Add missing files to plist (diff) |
update to version 1.13.18 as requested by David.
Notes
Notes:
svn path=/head/; revision=36345
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar/Makefile | 3 | ||||
-rw-r--r-- | archivers/gtar/distinfo | 2 | ||||
-rw-r--r-- | archivers/gtar/files/patch-aa | 20 | ||||
-rw-r--r-- | archivers/gtar/files/patch-ab | 11 |
4 files changed, 3 insertions, 33 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index e67cc68c0b23..676c6e42e3e4 100644 --- a/archivers/gtar/Makefile +++ b/archivers/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/archivers/gtar/distinfo b/archivers/gtar/distinfo index cdba82dbe5d7..e05445a10a7d 100644 --- a/archivers/gtar/distinfo +++ b/archivers/gtar/distinfo @@ -1 +1 @@ -MD5 (tar-1.13.17.tar.gz) = 4704d86de59410d8687cf2857ffd2f48 +MD5 (tar-1.13.18.tar.gz) = fd76b10a8e57cb944f0b2c9cb8bf742b diff --git a/archivers/gtar/files/patch-aa b/archivers/gtar/files/patch-aa deleted file mode 100644 index e9f4e4f3c316..000000000000 --- a/archivers/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/archivers/gtar/files/patch-ab b/archivers/gtar/files/patch-ab deleted file mode 100644 index d587d93f8f5c..000000000000 --- a/archivers/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@ |