diff options
author | gabor <gabor@FreeBSD.org> | 2012-04-17 21:15:34 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2012-04-17 21:15:34 +0800 |
commit | 356a15eb6bc8cf0cd3d3b40827657b6124641835 (patch) | |
tree | e262dbf62142ded49a070a64feb2681f5b6af2ea /textproc | |
parent | e0d3522fa31a32ecc2cfd4e426a7da5eceffa507 (diff) | |
download | freebsd-ports-gnome-356a15eb6bc8cf0cd3d3b40827657b6124641835.tar.gz freebsd-ports-gnome-356a15eb6bc8cf0cd3d3b40827657b6124641835.tar.zst freebsd-ports-gnome-356a15eb6bc8cf0cd3d3b40827657b6124641835.zip |
- 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>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bsdsort/Makefile | 2 | ||||
-rw-r--r-- | textproc/bsdsort/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile index 05ceb1b7f0eb..28e84e72aabe 100644 --- a/textproc/bsdsort/Makefile +++ b/textproc/bsdsort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sort -PORTVERSION= 20120411 +PORTVERSION= 20120417 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gabor diff --git a/textproc/bsdsort/distinfo b/textproc/bsdsort/distinfo index 28bc78913ebf..ced8e8826be4 100644 --- a/textproc/bsdsort/distinfo +++ b/textproc/bsdsort/distinfo @@ -1,2 +1,2 @@ -SHA256 (sort-20120411.tar.gz) = c85328379c3fc78e2473b8b5e4fb6638157f104d58f393d30602520045fef4ca -SIZE (sort-20120411.tar.gz) = 59053 +SHA256 (sort-20120417.tar.gz) = 52081afdaa9dee40be308fa989ab27fafc843bf3d3c6a239769b2450366bf439 +SIZE (sort-20120417.tar.gz) = 59463 |