aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-03-06 15:27:03 +0800
committerclsung <clsung@FreeBSD.org>2007-03-06 15:27:03 +0800
commit793392cc681105f26b5fe27fa2a6dda33b59e5e6 (patch)
tree7c6b5333b6ae515fd3136d8c17783d586c9dab01 /textproc
parent9a76e43baa182704fd763acffe5fb16ee3f2e418 (diff)
downloadfreebsd-ports-gnome-793392cc681105f26b5fe27fa2a6dda33b59e5e6.tar.gz
freebsd-ports-gnome-793392cc681105f26b5fe27fa2a6dda33b59e5e6.tar.zst
freebsd-ports-gnome-793392cc681105f26b5fe27fa2a6dda33b59e5e6.zip
- Update to 8.38
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 */