View | Details | Raw Unified | Return to bug 23815
Collapse All | Expand All

(-)gtar/Makefile (-2 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	tar
8
PORTNAME=	tar
9
PORTVERSION=	1.13.17
9
PORTVERSION=	1.13.18
10
CATEGORIES=	sysutils
10
PKGNAMEPREFIX=	g
11
CATEGORIES=	sysutils archivers
11
MASTER_SITES=	ftp://alpha.gnu.org/gnu/tar/ \
12
MASTER_SITES=	ftp://alpha.gnu.org/gnu/tar/ \
12
		ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \
13
		ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \
13
		ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/
14
		ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/
(-)gtar/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (tar-1.13.17.tar.gz) = 4704d86de59410d8687cf2857ffd2f48
1
MD5 (tar-1.13.18.tar.gz) = fd76b10a8e57cb944f0b2c9cb8bf742b
(-)gtar/files/patch-aa (-20 lines)
Lines 1-20 Link Here
1
--- src/Makefile.in.orig	Wed Sep 27 15:52:00 2000
2
+++ src/Makefile.in	Wed Sep 27 15:52:14 2000
3
@@ -337,7 +337,7 @@
4
 	  fi; \
5
 	done
6
 buffer.o: buffer.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \
7
-	../lib/xalloc.h ../lib/fnmatch.h ../lib/human.h \
8
+	../lib/xalloc.h ../lib/human.h \
9
 	../lib/quotearg.h common.h tar.h arith.h ../lib/backupfile.h \
10
 	../lib/basename.h ../lib/exclude.h ../lib/modechange.h \
11
 	../lib/safe-read.h rmt.h
12
@@ -376,7 +376,7 @@
13
 	../lib/modechange.h ../lib/safe-read.h ../lib/quotearg.h \
14
 	../lib/save-cwd.h
15
 names.o: names.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \
16
-	../lib/xalloc.h ../lib/fnmatch.h ../lib/quotearg.h common.h \
17
+	../lib/xalloc.h ../lib/quotearg.h common.h \
18
 	tar.h arith.h ../lib/backupfile.h ../lib/basename.h \
19
 	../lib/exclude.h ../lib/modechange.h ../lib/safe-read.h
20
 open3.o: open3.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \
(-)gtar/files/patch-ac (+14 lines)
Line 0 Link Here
1
--- lib/prepargs.c.orig	Thu Nov 16 01:32:16 2000
2
+++ lib/prepargs.c	Thu Nov 16 01:32:58 2000
3
@@ -23,6 +23,11 @@
4
 #endif
5
 #include "prepargs.h"
6
 #include <sys/types.h>
7
+#if HAVE_STRING_H
8
+# include <string.h>
9
+#else
10
+# include <strings.h>
11
+#endif
12
 #include <xalloc.h>
13
 
14
 #include <ctype.h>
(-)gtar/pkg-plist (+1 lines)
Lines 4-9 Link Here
4
@unexec install-info --delete %D/info/tar.info %D/info/dir
4
@unexec install-info --delete %D/info/tar.info %D/info/dir
5
libexec/grmt
5
libexec/grmt
6
share/locale/cs/LC_MESSAGES/tar.mo
6
share/locale/cs/LC_MESSAGES/tar.mo
7
share/locale/da/LC_MESSAGES/tar.mo
7
share/locale/de/LC_MESSAGES/tar.mo
8
share/locale/de/LC_MESSAGES/tar.mo
8
share/locale/es/LC_MESSAGES/tar.mo
9
share/locale/es/LC_MESSAGES/tar.mo
9
share/locale/et/LC_MESSAGES/tar.mo
10
share/locale/et/LC_MESSAGES/tar.mo

Return to bug 23815