diff options
author | pawel <pawel@FreeBSD.org> | 2017-03-03 00:36:36 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2017-03-03 00:36:36 +0800 |
commit | e0f9d0e93ae975763c5debf5d1206229501209d3 (patch) | |
tree | 70525115ed437aae51f37f88e0fac155a2778990 /shells | |
parent | 3161537e4851c81100226ae574618d03e2a7876d (diff) | |
download | freebsd-ports-gnome-e0f9d0e93ae975763c5debf5d1206229501209d3.tar.gz freebsd-ports-gnome-e0f9d0e93ae975763c5debf5d1206229501209d3.tar.zst freebsd-ports-gnome-e0f9d0e93ae975763c5debf5d1206229501209d3.zip |
Update to version 6.0.0
Changelog:
- Faster disk scanning on Windows and Unix and on OS/2 with Watcom C
built version.
This was achieved by removing the DOSDIR directory interface
layer and replacing it with system specific functions.
Disk scanning speed depends on external factors, like disk
caching and other processes accessing the disk at the same time.
The speed increasement you experience may vary.
- Fixed -rmtree for unicode file names on Windows.
- Support EMX symbolic links on OS/2.
- Support bash on OS/2.
- New Danish translation of the messages. Thanks to Joe Hansen.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/wcd/Makefile | 2 | ||||
-rw-r--r-- | shells/wcd/distinfo | 6 | ||||
-rw-r--r-- | shells/wcd/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile index 0b0fe5a6701f..8aea8d3d2371 100644 --- a/shells/wcd/Makefile +++ b/shells/wcd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcd -PORTVERSION= 5.3.4 +PORTVERSION= 6.0.0 CATEGORIES= shells MASTER_SITES= SF diff --git a/shells/wcd/distinfo b/shells/wcd/distinfo index 07c0ce49104a..85decb1f1152 100644 --- a/shells/wcd/distinfo +++ b/shells/wcd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485278897 -SHA256 (wcd-5.3.4.tar.gz) = 8c56a76016ff6b5a4be656dd563bf8f58c7be3a6101cef5485e544b12211dae6 -SIZE (wcd-5.3.4.tar.gz) = 610630 +TIMESTAMP = 1488472170 +SHA256 (wcd-6.0.0.tar.gz) = 3f9090fff08a2a57f747471bfd9229a411229b41347488729da8d2c2b3eaa156 +SIZE (wcd-6.0.0.tar.gz) = 615838 diff --git a/shells/wcd/pkg-plist b/shells/wcd/pkg-plist index b7ebd48e5383..99f4f1816d6f 100644 --- a/shells/wcd/pkg-plist +++ b/shells/wcd/pkg-plist @@ -20,6 +20,7 @@ man/man1/wcd.1.gz %%PORTDOCS%%%%DOCSDIR%%/wcd.htm %%PORTDOCS%%%%DOCSDIR%%/wcd.txt %%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt +%%NLS%%share/locale/da/LC_MESSAGES/wcd.mo %%NLS%%share/locale/de/LC_MESSAGES/wcd.mo %%NLS%%share/locale/eo/LC_MESSAGES/wcd.mo %%NLS%%share/locale/es/LC_MESSAGES/wcd.mo |