summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 07:27:03 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 07:27:03 +0000
commitc7c417202985958ed7dfaf5e38993768d5f956b0 (patch)
treedb48ed852c397586637c8c7d7cc643972ecc384a /textproc
parentCorrect affected versions in "mod_jk -- long URL stack overflow (diff)
- Update to 8.38
Notes
Notes: svn path=/head/; revision=186644
Diffstat (limited to 'textproc')
-rw-r--r--textproc/msort/Makefile4
-rw-r--r--textproc/msort/distinfo6
-rw-r--r--textproc/msort/files/patch-info.c10
-rw-r--r--textproc/msort/files/patch-msort.c18
-rw-r--r--textproc/msort/files/patch-unicode.h7
5 files changed, 4 insertions, 41 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index 5b2fba9af4f1..d6a95e54f4a2 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= msort
-PORTVERSION= 8.35
-PORTREVISION= 1
+PORTVERSION= 8.38
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/
-EXTRACT_SUFX= .tgz
MAINTAINER= clsung@FreeBSD.org
COMMENT= Sorting files in sophisticated ways
diff --git a/textproc/msort/distinfo b/textproc/msort/distinfo
index d6d56a0fad64..ec8174f66305 100644
--- a/textproc/msort/distinfo
+++ b/textproc/msort/distinfo
@@ -1,3 +1,3 @@
-MD5 (msort-8.35.tgz) = 09b342f5040511fe0c216a873303587c
-SHA256 (msort-8.35.tgz) = dbd18d28bdb29356c2de747a104c177ba5f888d918bcc779998881407b809f0a
-SIZE (msort-8.35.tgz) = 377809
+MD5 (msort-8.38.tar.gz) = d36a2810794da25f077dffec3bb30778
+SHA256 (msort-8.38.tar.gz) = aba670926b6dc1c1f4639e2d60fa805c50b2884ad799f623d81b1ae8fa496394
+SIZE (msort-8.38.tar.gz) = 379986
diff --git a/textproc/msort/files/patch-info.c b/textproc/msort/files/patch-info.c
deleted file mode 100644
index 43178afe7b2c..000000000000
--- a/textproc/msort/files/patch-info.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- info.c.orig Tue Jan 9 10:35:41 2007
-+++ info.c Mon Jan 22 09:39:59 2007
-@@ -21,6 +21,7 @@
-
- #include <stdlib.h>
- #include <stdio.h>
-+#include "unicode.h"
- #include <uninum/uninum.h>
- #ifdef LOCALE_GETTEXT
- #include <libintl.h>
diff --git a/textproc/msort/files/patch-msort.c b/textproc/msort/files/patch-msort.c
deleted file mode 100644
index 60f369e9168a..000000000000
--- a/textproc/msort/files/patch-msort.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- msort.c.orig Fri Jan 12 08:21:54 2007
-+++ msort.c Mon Jan 22 10:32:56 2007
-@@ -49,6 +49,7 @@
- #include <time.h>
- #include <errno.h>
- #include <uninum/nsdefs.h>
-+#include "unicode.h"
- #include <uninum/uninum.h>
- #include <tre/regex.h>
-
-@@ -58,7 +59,6 @@
- typedef unsigned long ULongLong;
- #endif
-
--#include "unicode.h"
- #include "exitcode.h"
- #include "retcodes.h"
- #include "input.h"
diff --git a/textproc/msort/files/patch-unicode.h b/textproc/msort/files/patch-unicode.h
deleted file mode 100644
index 7593d781a241..000000000000
--- a/textproc/msort/files/patch-unicode.h
+++ /dev/null
@@ -1,7 +0,0 @@
---- unicode.h.orig Mon Jan 8 03:33:05 2007
-+++ unicode.h Mon Jan 22 09:29:08 2007
-@@ -1,3 +1,4 @@
-+typedef unsigned short UTF16;
- typedef unsigned long UTF32; /* at least 32 bits */
- typedef unsigned char UTF8; /* 8 bits */
- typedef unsigned char Boolean; /* 0 or 1 */