1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Update to 1.73

PR:		28059
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
This commit is contained in:
Mark Pulford 2001-06-12 08:33:31 +00:00
parent e5d76b6f3d
commit 60a9f252eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43885
3 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ytree
PORTVERSION= 1.72
PORTVERSION= 1.73
CATEGORIES= misc
MASTER_SITES= http://www.han.de/~werner/

View File

@ -1 +1 @@
MD5 (ytree-1.72.tar.gz) = 318cbfd7c01fc33cd4cad8363bccfe8d
MD5 (ytree-1.73.tar.gz) = 473c4cc5a94e7722912310e2229377a8

View File

@ -1,20 +1,20 @@
--- filewin.c.orig Sun Jul 16 07:01:56 2000
+++ filewin.c Wed Nov 8 03:57:29 2000
@@ -549,7 +549,7 @@
--- filewin.c.orig Mon Apr 16 22:35:39 2001
+++ filewin.c Thu Apr 26 05:58:49 2001
@@ -617,7 +617,7 @@
sym_link_name
);
#else
- (void) sprintf( format, "%%c%%+%ds %%10s %%3d %%7d %%12s -> %%-%ds",
+ (void) sprintf( format, "%%c%%+%ds %%10s %%3d %%7qd %%12s -> %%-%ds",
- (void) sprintf( format, "%%c%%c%%-%ds %%10s %%3d %%7d %%12s -> %%-%ds",
+ (void) sprintf( format, "%%c%%c%%-%ds %%10s %%3d %%7qd %%12s -> %%-%ds",
max_filename_len,
max_linkname_len
);
@@ -582,7 +582,7 @@
@@ -652,7 +652,7 @@
modify_time
);
#else
- (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7d %%12s",
+ (void) sprintf( format, "%%c%%%c%ds %%10s %%3d %%7qd %%12s",
- (void) sprintf( format, "%%c%%c%%%c%ds %%10s %%3d %%7d %%12s",
+ (void) sprintf( format, "%%c%%c%%%c%ds %%10s %%3d %%7qd %%12s",
justify,
max_filename_len
);