Index: head/ftp/yafc/Makefile =================================================================== --- head/ftp/yafc/Makefile (revision 108877) +++ head/ftp/yafc/Makefile (revision 108878) @@ -1,23 +1,25 @@ # New ports collection makefile for: yafc # Date created: 10 June 1999 # Whom: Chris Piazza # # $FreeBSD$ # PORTNAME= yafc PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Yet another ftp client. Similar to ftp(1) USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= yafc.1 +INFO= yafc .include Property changes on: head/ftp/yafc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/ftp/yafc/files/patch-src::get.c =================================================================== --- head/ftp/yafc/files/patch-src::get.c (nonexistent) +++ head/ftp/yafc/files/patch-src::get.c (revision 108878) @@ -0,0 +1,11 @@ +--- src/get.c.orig Mon May 10 17:24:10 2004 ++++ src/get.c Mon May 10 17:25:04 2004 +@@ -279,7 +279,7 @@ + e = xstrdup(ctime(&sb.st_mtime)); + a = ask(ASKYES|ASKNO|ASKUNIQUE|ASKCANCEL|ASKALL|ASKRESUME, + ASKRESUME, +- _("Local file '%s' exists\nLocal: %ld bytes, %sRemote: %ld bytes, %sOverwrite?"), ++ _("Local file '%s' exists\nLocal: %lld bytes, %sRemote: %ld bytes, %sOverwrite?"), + shortpath(dest, 42, gvLocalHomeDir), + sb.st_size, e ? e : "unknown date", + ftp_filesize(fi->path), ctime(&ft)); Property changes on: head/ftp/yafc/files/patch-src::get.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ftp/yafc/files/patch-src::put.c =================================================================== --- head/ftp/yafc/files/patch-src::put.c (nonexistent) +++ head/ftp/yafc/files/patch-src::put.c (revision 108878) @@ -0,0 +1,11 @@ +--- src/put.c.orig Mon May 10 17:25:01 2004 ++++ src/put.c Mon May 10 17:25:36 2004 +@@ -217,7 +217,7 @@ + e = xstrdup(ctime(&sb->st_mtime)); + a = ask(ASKYES|ASKNO|ASKUNIQUE|ASKCANCEL|ASKALL|ASKRESUME, + ASKRESUME, +- _("Remote file '%s' exists\nLocal: %ld bytes, %sRemote: %ld bytes, %sOverwrite?"), ++ _("Remote file '%s' exists\nLocal: %lld bytes, %sRemote: %ld bytes, %sOverwrite?"), + shortpath(dest, 42, ftp->homedir), + sb->st_size, e ? e : "unknown date", + ftp_filesize(f->path), ctime(&ft)); Property changes on: head/ftp/yafc/files/patch-src::put.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ftp/yafc/pkg-plist =================================================================== --- head/ftp/yafc/pkg-plist (revision 108877) +++ head/ftp/yafc/pkg-plist (revision 108878) @@ -1,4 +1 @@ bin/yafc -@unexec install-info --delete %D/info/yafc.info %D/info/dir -info/yafc.info -@exec install-info %D/info/yafc.info %D/info/dir Property changes on: head/ftp/yafc/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property