Date: Sat, 12 Nov 2016 18:05:33 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425976 - head/shells/wcd Message-ID: <201611121805.uACI5XET045379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Nov 12 18:05:33 2016 New Revision: 425976 URL: https://svnweb.freebsd.org/changeset/ports/425976 Log: 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. Modified: head/shells/wcd/Makefile head/shells/wcd/distinfo Modified: head/shells/wcd/Makefile ============================================================================== --- head/shells/wcd/Makefile Sat Nov 12 18:01:23 2016 (r425975) +++ head/shells/wcd/Makefile Sat Nov 12 18:05:33 2016 (r425976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcd -PORTVERSION= 5.3.2 +PORTVERSION= 5.3.3 CATEGORIES= shells MASTER_SITES= SF Modified: head/shells/wcd/distinfo ============================================================================== --- head/shells/wcd/distinfo Sat Nov 12 18:01:23 2016 (r425975) +++ head/shells/wcd/distinfo Sat Nov 12 18:05:33 2016 (r425976) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611121805.uACI5XET045379>