Date: Mon, 11 Jun 2001 09:34:32 -0700 (PDT) From: tkato@prontomail.com To: freebsd-gnats-submit@FreeBSD.org Subject: ports/28059: Update port: misc/ytree to 1.73 Message-ID: <200106111634.f5BGYWi83880@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 28059 >Category: ports >Synopsis: Update port: misc/ytree to 1.73 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 11 09:40:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.73 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/ytree/Makefile misc/ytree/Makefile --- /usr/ports/misc/ytree/Makefile Mon Apr 2 18:24:27 2001 +++ misc/ytree/Makefile Wed Apr 25 22:04:42 2001 @@ -6,7 +6,7 @@ # PORTNAME= ytree -PORTVERSION= 1.72 +PORTVERSION= 1.73 CATEGORIES= misc MASTER_SITES= http://www.han.de/~werner/ diff -urN /usr/ports/misc/ytree/distinfo misc/ytree/distinfo --- /usr/ports/misc/ytree/distinfo Wed Feb 21 00:42:32 2001 +++ misc/ytree/distinfo Thu Apr 26 05:51:28 2001 @@ -1 +1 @@ -MD5 (ytree-1.72.tar.gz) = 318cbfd7c01fc33cd4cad8363bccfe8d +MD5 (ytree-1.73.tar.gz) = 473c4cc5a94e7722912310e2229377a8 diff -urN /usr/ports/misc/ytree/files/patch-ag misc/ytree/files/patch-ag --- /usr/ports/misc/ytree/files/patch-ag Sun Dec 10 00:24:54 2000 +++ misc/ytree/files/patch-ag Thu Apr 26 05:59:12 2001 @@ -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 ); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106111634.f5BGYWi83880>