This is the same update as PR/72076 (http://www.freebsd.org/cgi/query-pr.cgi?pr=72076), but for the utf8locale port. DIN 5008 (German norm for text processing) defines the old date format (%d.%m.%Y) to be obsolete and to be used only, if unambigous. In international communications the new format (%Y-%m-%d) is now required and FreeBSD should respect this. References: - DIN 5008 - EN 28 601 - ISO 8601 Thanks to Oliver Lietz for bringing this to my attention. Fix: Apply the following patch to utf8locale-1.5: How-To-Repeat: % export LC_ALL=de_DE.UTF-8 % date +%x
Responsible Changed From-To: freebsd-ports-bugs->perky@FreeBSD.org Over to maintainer.
Responsible Changed From-To: perky@FreeBSD.org->perky Drop the @FreeBSD.org from the maintainer's email address.
State Changed From-To: open->closed Committed, thanks!