diff options
author | gahr <gahr@FreeBSD.org> | 2014-06-20 14:47:14 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-06-20 14:47:14 +0800 |
commit | 15d4e8d57234e51bfd1532d8a1a0aa99158b7a57 (patch) | |
tree | bd485133b759c613a101e89d5e3f7c5b1c6bc1ee /x11-fm | |
parent | e97c4140decce6127216fb07f685f3cdf281cf3f (diff) | |
download | freebsd-ports-graphics-15d4e8d57234e51bfd1532d8a1a0aa99158b7a57.tar.gz freebsd-ports-graphics-15d4e8d57234e51bfd1532d8a1a0aa99158b7a57.tar.zst freebsd-ports-graphics-15d4e8d57234e51bfd1532d8a1a0aa99158b7a57.zip |
- Update to 14.06.18.10
Changes:
* Found and fixed a bug in CopyAs when source is a directory.
* Found and fixed a bug in HardLnk which caused failure if the source was
a directory and a simple copy if the source was a file.
* Expanded the chmod command to include chown as well. Changed the window
to show and allow the user to modify the mode by number, xrw... or the
checkbox and to see what it is in those two modes. Extended the chown
command to aftp sftp and ftp.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/filerunner/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/filerunner/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/filerunner/Makefile b/x11-fm/filerunner/Makefile index d70b5734c4c..741acd1fe0d 100644 --- a/x11-fm/filerunner/Makefile +++ b/x11-fm/filerunner/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filerunner -PORTVERSION= 14.02.22.11 +PORTVERSION= 14.06.18.10 CATEGORIES= x11-fm tk MASTER_SITES= SF/${PORTNAME}/release-${PORTVERSION} DISTNAME= fr-${PORTVERSION} diff --git a/x11-fm/filerunner/distinfo b/x11-fm/filerunner/distinfo index ae8dc276adb..bd0793ccf1c 100644 --- a/x11-fm/filerunner/distinfo +++ b/x11-fm/filerunner/distinfo @@ -1,2 +1,2 @@ -SHA256 (fr-14.02.22.11.tar.gz) = 362aa2ad264a09790d5ff2c925282adb3539f618a14a700a7146ff625f22a68b -SIZE (fr-14.02.22.11.tar.gz) = 522371 +SHA256 (fr-14.06.18.10.tar.gz) = f44bc8e9d1b16d35b7b83ec95f4fe908c898cd9827de504f2957a65767d66384 +SIZE (fr-14.06.18.10.tar.gz) = 523973 |