diff options
author | clsung <clsung@FreeBSD.org> | 2008-11-11 14:45:37 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-11-11 14:45:37 +0800 |
commit | d9a99cc7db4fbc478ed2caebb0b2eaeb46b2f1d1 (patch) | |
tree | 67f10c4bba92cb2d8ff412a95091373c2504bed2 /textproc | |
parent | 7d37198c4dd04d05867ab4f4296af6906685f89e (diff) | |
download | freebsd-ports-gnome-d9a99cc7db4fbc478ed2caebb0b2eaeb46b2f1d1.tar.gz freebsd-ports-gnome-d9a99cc7db4fbc478ed2caebb0b2eaeb46b2f1d1.tar.zst freebsd-ports-gnome-d9a99cc7db4fbc478ed2caebb0b2eaeb46b2f1d1.zip |
- Update to 8.51
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/msort/Makefile | 2 | ||||
-rw-r--r-- | textproc/msort/distinfo | 6 | ||||
-rw-r--r-- | textproc/msort/files/patch-Makefile.in | 16 |
3 files changed, 12 insertions, 12 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index fa589e8210fc..01f3df5b5c7d 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= msort -PORTVERSION= 8.50 +PORTVERSION= 8.51 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ diff --git a/textproc/msort/distinfo b/textproc/msort/distinfo index 829cab0d8f2a..ebca16ebba97 100644 --- a/textproc/msort/distinfo +++ b/textproc/msort/distinfo @@ -1,3 +1,3 @@ -MD5 (msort-8.50.tar.gz) = e5144239c35978c625fdda97e12c1664 -SHA256 (msort-8.50.tar.gz) = 2a965e7ccb7e56ae562fd1ef5732757f1acf84df71f89efe4c4b6af1b2d6aa01 -SIZE (msort-8.50.tar.gz) = 472777 +MD5 (msort-8.51.tar.gz) = 04a2d28e4034e6e9c7d9ce23bbbbfdaf +SHA256 (msort-8.51.tar.gz) = b94db0b58b59131f3b33910e6c6c1902aefb855ee32de4e7060e483077599873 +SIZE (msort-8.51.tar.gz) = 475265 diff --git a/textproc/msort/files/patch-Makefile.in b/textproc/msort/files/patch-Makefile.in index fbc03d77605b..2472d5397d1e 100644 --- a/textproc/msort/files/patch-Makefile.in +++ b/textproc/msort/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2008-09-30 07:39:01.000000000 +0800 -+++ Makefile.in 2008-10-06 14:09:20.000000000 +0800 -@@ -41,7 +41,7 @@ - @UTF8PROCOK_TRUE@am__append_2 = -DUSEUTF8PROC - @UTF8PROCOK_FALSE@am__append_3 = -licutu - @NOCOMPARISONCNT_TRUE@am__append_4 = -DNOCOMPARISONCNT --@UNINUMOK_TRUE@am__append_5 = -DUSEUNINUMOK -+@UNINUMOK_TRUE@am__append_5 = -DUSEUNINUMOK -lintl +--- Makefile.in.orig 2008-10-12 10:05:05.000000000 +0800 ++++ Makefile.in 2008-11-11 11:27:40.000000000 +0800 +@@ -42,7 +42,7 @@ + @UTF8PROCOK_TRUE@am__append_3 = -DUSEUTF8PROC + @UTF8PROCOK_FALSE@am__append_4 = -licutu + @NOCOMPARISONCNT_TRUE@am__append_5 = -DNOCOMPARISONCNT +-@UNINUMOK_TRUE@am__append_6 = -DUSEUNINUMOK ++@UNINUMOK_TRUE@am__append_6 = -DUSEUNINUMOK -lintl subdir = . DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \ $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |