Bug 203762

Summary: x11-fm/xfe - update to 1.40.1
Product: Ports & Packages Reporter: Walter Schwarzenfeld <w.litter>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
xfe.diff none

Description Walter Schwarzenfeld 2015-10-14 07:58:58 UTC
Created attachment 162016 [details]
xfe.diff
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-14 16:34:26 UTC
testing@work.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-10-14 17:36:29 UTC
A commit references this bug:

Author: pi
Date: Wed Oct 14 17:36:15 UTC 2015
New revision: 399284
URL: https://svnweb.freebsd.org/changeset/ports/399284

Log:
  x11-fm/xfe: 1.40 -> 1.40.1

  Version 1.40.1 (released 11/08/2015)
  - fixed archive extensions like tar.gz, tar.bz2, tar.xz that were
    uncorrectly displayed as gz, bz2 and xz in file lists
  - applied fixes from Coverity analysis
  - fixed bug #181 (USB drive requires manual refresh on re-mount)
  - fixed a bug in the PathLinker where a path such as /test was
    incorrectly found as being a part of a path like
    /home/test/temp
  - fixed bug #204 (Can't overwrite folders ). The rename command now
    forbids renaming files or directories to a destination that already exists
  - set focus on the cancel button in some confirmation dialogs
  - when pressing the return key on a multiple selection of files and
    directories, the files are now opened and the directories are ignored
  - fixed missing suffixes when creating directory copies from
    copy / paste operation
  - fixed the user and group combo box sizes in the Properties dialog
  - fixed wrong icon size in xferc for aac and flac types
  - fixed wrong if test in onCmdPopupMenu() for FilePanel.cpp and
    SearchPanel.cpp (Coverity)
  - fixed the path linker button text when the directory name contains
    '&' characters
  - implemented natural sorting in DirList
  - fixed natural file sorting in compare_locale() and compare_nolocale()
    (bug #203)
  - updated spanish translation (thanks to jcsl <trcs@gmx.com>)
  - fixed a bash-ism in configure.ac (bug #200)
  - fixed Ctrl-C, Ctrl-V, Ctrl-X and Ctrl-A shortcuts that didn't
    work in text fields with caps lock enabled
  - in the search window, pressing the Return key does not launch
    another search when the panel has the focus
  - fixed a problem where data count is wrongly reset when moving
    files between different file systems
  - updated hungarian translation (thanks to Sndor Sipos
    <ss1978@freestart.hu>)
  - fixed a freeze problem with the uim input method and changed the
    way input methods are detected. We now use the XMODIFIERS environment
    variable. This works well with ibus, uim and fcitx input methods.
    There remains a problem where composed characters don't work with
    the SCIM input method, can't find why
  - fixed a compilation problem in non Linux systems (cmd variable
    not declared in main.cpp, bug #198)

  PR:		203762
  Submitted by:	Walter Schwarzenfeld <w.litter@aon.at>

Changes:
  head/x11-fm/xfe/Makefile
  head/x11-fm/xfe/distinfo
  head/x11-fm/xfe/files/patch-src__main.cpp
  head/x11-fm/xfe/files/patch-xfeutils_cpp
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-14 17:40:58 UTC
Committed, thanks!