1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 8.38

This commit is contained in:
Cheng-Lung Sung 2007-03-06 07:27:03 +00:00
parent 983a5a317d
commit c7c4172029
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186644
5 changed files with 4 additions and 41 deletions

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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"

View File

@ -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 */