From 2f5089628f9c1755a7d81590057937cf280aaa6f Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Tue, 17 Apr 2012 13:15:34 +0000 Subject: [PATCH] - 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 --- textproc/bsdsort/Makefile | 2 +- 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