- Update to 20120417

Changelog:
- Fixed standard-compliance bug inj case-insensitive sort. Now characters
  are converted to uppercase (not lowercase) before comparison.
- Fixed crashes with some -k arguments.

Submitted by:	Oleg Moskalenko <oleg.moskalenko@citrix.com>
This commit is contained in:
Gabor Kovesdan 2012-04-17 13:15:34 +00:00
parent 274b56407a
commit 2f5089628f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294949
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= sort PORTNAME= sort
PORTVERSION= 20120411 PORTVERSION= 20120417
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= gabor MASTER_SITE_SUBDIR= gabor

View file

@ -1,2 +1,2 @@
SHA256 (sort-20120411.tar.gz) = c85328379c3fc78e2473b8b5e4fb6638157f104d58f393d30602520045fef4ca SHA256 (sort-20120417.tar.gz) = 52081afdaa9dee40be308fa989ab27fafc843bf3d3c6a239769b2450366bf439
SIZE (sort-20120411.tar.gz) = 59053 SIZE (sort-20120417.tar.gz) = 59463