diff options
author | pawel <pawel@FreeBSD.org> | 2016-11-13 02:05:33 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-11-13 02:05:33 +0800 |
commit | 5d0ef9915902d5af272c2f3081c269d586ec17cc (patch) | |
tree | 9ea5afee893929d57cfb46da465d1795a571de49 /shells | |
parent | 27e132ab34328134c22dac19d0e92f4f8186af3c (diff) | |
download | freebsd-ports-gnome-5d0ef9915902d5af272c2f3081c269d586ec17cc.tar.gz freebsd-ports-gnome-5d0ef9915902d5af272c2f3081c269d586ec17cc.tar.zst freebsd-ports-gnome-5d0ef9915902d5af272c2f3081c269d586ec17cc.zip |
Update to version 5.3.3
Changelog:
- Support Unicode aliases on Windows.
Wcd for Windows with Unicode support stores the aliases now in UTF-8
format (like the paths). Old aliases with non-ASCII characters are
not compatible anymore. You need to create new aliases.
- New option -ls: List the aliases. Thanks to Erik Rijshouwer.
- Code cleanup.
- Fixed makefiles for DJGPP, targets install and dist.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/wcd/Makefile | 2 | ||||
-rw-r--r-- | shells/wcd/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile index c8ac69abd00e..da1df4b37611 100644 --- a/shells/wcd/Makefile +++ b/shells/wcd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcd -PORTVERSION= 5.3.2 +PORTVERSION= 5.3.3 CATEGORIES= shells MASTER_SITES= SF diff --git a/shells/wcd/distinfo b/shells/wcd/distinfo index 2e9404663bfa..63519499852c 100644 --- a/shells/wcd/distinfo +++ b/shells/wcd/distinfo @@ -1,2 +1,3 @@ -SHA256 (wcd-5.3.2.tar.gz) = a16434cb7a177ec8e9be67a1cfe7f6406a7c9190726d0ead5c44afdc4b8d3612 -SIZE (wcd-5.3.2.tar.gz) = 595071 +TIMESTAMP = 1476898709 +SHA256 (wcd-5.3.3.tar.gz) = 4976545e50601eb47635f230804a7e654a83b9c6ad35c0a7b44d2b3ca264f6eb +SIZE (wcd-5.3.3.tar.gz) = 598963 |