Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2004 20:56:02 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/misc/mc Makefile ports/misc/mc/files patch-doc::ru::Makefile.in patch-edit-editcmd.c patch-edit-syntax.c patch-lib-cedit.menu patch-lib-mc.menu patch-mc-wrapper patch-mc.1 patch-po ...
Message-ID:  <200406142056.i5EKu20h017403@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
fjoe        2004-06-14 20:56:02 UTC

  FreeBSD ports repository

  Modified files:
    misc/mc              Makefile 
  Added files:
    misc/mc/files        patch-doc-ru-Makefile.in 
                         patch-edit-editcmd.c patch-edit-syntax.c 
                         patch-lib-cedit.menu patch-lib-mc.menu 
                         patch-mc-wrapper patch-mc.1 patch-po 
                         patch-slang-sltermin.c 
                         patch-src-Makefile.in 
                         patch-src-background.c patch-src-cmd.c 
                         patch-src-command.c patch-src-complete.c 
                         patch-src-cons.handler.c patch-src-dir.c 
                         patch-src-ext.c patch-src-file.c 
                         patch-src-find.c patch-src-info.c 
                         patch-src-main.c patch-src-man2hlp.c 
                         patch-src-profile.c patch-src-screen.c 
                         patch-src-subshell.c patch-src-user.c 
                         patch-src-util.c patch-src-util.h 
                         patch-src-utilunix.c patch-src-view.c 
                         patch-src-widget.c patch-src-wtools.c 
                         patch-vfs-cpio.c patch-vfs-direntry.c 
                         patch-vfs-extfs patch-vfs-extfs.c 
                         patch-vfs-fish.c patch-vfs-ftpfs.c 
                         patch-vfs-mcfs.c patch-vfs-mcserv.c 
                         patch-vfs-names.c 
                         patch-vfs-samba-lib-util.c 
                         patch-vfs-smbfs.c patch-vfs-tar.c 
                         patch-vfs-vfs.c 
  Removed files:
    misc/mc/files        patch-CAN-2003-1023 
                         patch-doc::ru::Makefile.in 
                         patch-src::Makefile.in 
                         patch-src::cons.handler.c 
                         patch-src::subshell.c 
  Log:
  - Fix CAN-2004-0226, CAN-2004-0231, CAN-2004-0232.
  - Do not use :: in patch file names.
  - Patch for CAN-2003-1023 is now contained in patch-vfs-direntry.c.
  - Bump PORTREVISION.
  
  Submitted by:   Jakub Jelinek <jakub@redhat.com>
  
  Revision  Changes    Path
  1.96      +1 -1      ports/misc/mc/Makefile
  1.2       +0 -39     ports/misc/mc/files/patch-CAN-2003-1023 (dead)
  1.1       +11 -0     ports/misc/mc/files/patch-doc-ru-Makefile.in (new)
  1.2       +0 -11     ports/misc/mc/files/patch-doc::ru::Makefile.in (dead)
  1.1       +232 -0    ports/misc/mc/files/patch-edit-editcmd.c (new)
  1.1       +218 -0    ports/misc/mc/files/patch-edit-syntax.c (new)
  1.1       +11 -0     ports/misc/mc/files/patch-lib-cedit.menu (new)
  1.1       +37 -0     ports/misc/mc/files/patch-lib-mc.menu (new)
  1.1       +18 -0     ports/misc/mc/files/patch-mc-wrapper (new)
  1.1       +75 -0     ports/misc/mc/files/patch-mc.1 (new)
  1.1       +1021 -0   ports/misc/mc/files/patch-po (new)
  1.1       +18 -0     ports/misc/mc/files/patch-slang-sltermin.c (new)
  1.1       +11 -0     ports/misc/mc/files/patch-src-Makefile.in (new)
  1.1       +11 -0     ports/misc/mc/files/patch-src-background.c (new)
  1.1       +11 -0     ports/misc/mc/files/patch-src-cmd.c (new)
  1.1       +11 -0     ports/misc/mc/files/patch-src-command.c (new)
  1.1       +30 -0     ports/misc/mc/files/patch-src-complete.c (new)
  1.1       +725 -0    ports/misc/mc/files/patch-src-cons.handler.c (new)
  1.1       +53 -0     ports/misc/mc/files/patch-src-dir.c (new)
  1.1       +50 -0     ports/misc/mc/files/patch-src-ext.c (new)
  1.1       +31 -0     ports/misc/mc/files/patch-src-file.c (new)
  1.1       +97 -0     ports/misc/mc/files/patch-src-find.c (new)
  1.1       +20 -0     ports/misc/mc/files/patch-src-info.c (new)
  1.1       +11 -0     ports/misc/mc/files/patch-src-main.c (new)
  1.1       +12 -0     ports/misc/mc/files/patch-src-man2hlp.c (new)
  1.1       +12 -0     ports/misc/mc/files/patch-src-profile.c (new)
  1.1       +52 -0     ports/misc/mc/files/patch-src-screen.c (new)
  1.1       +21 -0     ports/misc/mc/files/patch-src-subshell.c (new)
  1.1       +183 -0    ports/misc/mc/files/patch-src-user.c (new)
  1.1       +29 -0     ports/misc/mc/files/patch-src-util.c (new)
  1.1       +11 -0     ports/misc/mc/files/patch-src-util.h (new)
  1.1       +40 -0     ports/misc/mc/files/patch-src-utilunix.c (new)
  1.1       +116 -0    ports/misc/mc/files/patch-src-view.c (new)
  1.1       +24 -0     ports/misc/mc/files/patch-src-widget.c (new)
  1.1       +12 -0     ports/misc/mc/files/patch-src-wtools.c (new)
  1.2       +0 -11     ports/misc/mc/files/patch-src::Makefile.in (dead)
  1.3       +0 -731    ports/misc/mc/files/patch-src::cons.handler.c (dead)
  1.5       +0 -11     ports/misc/mc/files/patch-src::subshell.c (dead)
  1.1       +141 -0    ports/misc/mc/files/patch-vfs-cpio.c (new)
  1.1       +102 -0    ports/misc/mc/files/patch-vfs-direntry.c (new)
  1.1       +351 -0    ports/misc/mc/files/patch-vfs-extfs (new)
  1.1       +26 -0     ports/misc/mc/files/patch-vfs-extfs.c (new)
  1.1       +21 -0     ports/misc/mc/files/patch-vfs-fish.c (new)
  1.1       +131 -0    ports/misc/mc/files/patch-vfs-ftpfs.c (new)
  1.1       +27 -0     ports/misc/mc/files/patch-vfs-mcfs.c (new)
  1.1       +11 -0     ports/misc/mc/files/patch-vfs-mcserv.c (new)
  1.1       +28 -0     ports/misc/mc/files/patch-vfs-names.c (new)
  1.1       +35 -0     ports/misc/mc/files/patch-vfs-samba-lib-util.c (new)
  1.1       +12 -0     ports/misc/mc/files/patch-vfs-smbfs.c (new)
  1.1       +49 -0     ports/misc/mc/files/patch-vfs-tar.c (new)
  1.1       +12 -0     ports/misc/mc/files/patch-vfs-vfs.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406142056.i5EKu20h017403>