mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
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.
This commit is contained in:
parent
09e7600b25
commit
c5464b6fc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435251
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wcd
|
||||
PORTVERSION= 5.3.4
|
||||
PORTVERSION= 6.0.0
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user