From f066f34a1e816b5f41e38f6ba26412247a59b6a5 Mon Sep 17 00:00:00 2001 From: gabor Date: Tue, 24 Apr 2012 15:40:17 +0000 Subject: - Update to 20120424 Changelog: - Multi-threaded sort in all cases to improve performance - Bugfix in -o to allow the output file to be the same as one of the input files (POSIX requirement) - Manpage improvements --- textproc/bsdsort/Makefile | 2 +- textproc/bsdsort/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile index 28e84e72aabe..6c71601d879b 100644 --- a/textproc/bsdsort/Makefile +++ b/textproc/bsdsort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sort -PORTVERSION= 20120417 +PORTVERSION= 20120424 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gabor diff --git a/textproc/bsdsort/distinfo b/textproc/bsdsort/distinfo index ced8e8826be4..003a75f226c9 100644 --- a/textproc/bsdsort/distinfo +++ b/textproc/bsdsort/distinfo @@ -1,2 +1,2 @@ -SHA256 (sort-20120417.tar.gz) = 52081afdaa9dee40be308fa989ab27fafc843bf3d3c6a239769b2450366bf439 -SIZE (sort-20120417.tar.gz) = 59463 +SHA256 (sort-20120424.tar.gz) = 814d0805c4672cc690f56be0c36f7cdb6f1b0dd1bdda4806c371acc91ed57a5d +SIZE (sort-20120424.tar.gz) = 53164 -- cgit