diff options
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 | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index 0478a62bbb4d..f69197909b64 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= msort -PORTVERSION= 8.48 +PORTVERSION= 8.49 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ diff --git a/textproc/msort/distinfo b/textproc/msort/distinfo index 109acb66687e..78aef459926b 100644 --- a/textproc/msort/distinfo +++ b/textproc/msort/distinfo @@ -1,3 +1,3 @@ -MD5 (msort-8.48.tar.gz) = f5031393b42636923f7adab4d04a66d7 -SHA256 (msort-8.48.tar.gz) = a296cdbed363fdb59a884cc6aebd5110d881f10af2dfb72b61e2acb8260f6bf4 -SIZE (msort-8.48.tar.gz) = 461965 +MD5 (msort-8.49.tar.gz) = 7bfdde8876bc7d1335a91324471a559a +SHA256 (msort-8.49.tar.gz) = 1bbf074b5be128301641a7d10d8e809b68b8f10fc0a16a326645951f01bdd126 +SIZE (msort-8.49.tar.gz) = 468525 diff --git a/textproc/msort/files/patch-Makefile.in b/textproc/msort/files/patch-Makefile.in index 9b30601de843..d8643c8792b1 100644 --- a/textproc/msort/files/patch-Makefile.in +++ b/textproc/msort/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2007-09-03 14:48:29.000000000 +0800 -+++ Makefile.in 2007-10-15 10:11:35.000000000 +0800 +--- Makefile.in.orig 2008-09-25 11:53:31.000000000 +0800 ++++ Makefile.in 2008-09-27 22:52:10.000000000 +0800 @@ -37,7 +37,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : bin_PROGRAMS = msort$(EXEEXT) --@UNINUMOK_TRUE@am__append_1 = -lgmp -luninum -+@UNINUMOK_TRUE@am__append_1 = -lgmp -luninum -lintl +-@UNINUMOK_TRUE@am__append_1 = -luninum ++@UNINUMOK_TRUE@am__append_1 = -luninum -lintl @UTF8PROCOK_TRUE@am__append_2 = -lutf8proc @UTF8PROCOK_TRUE@am__append_3 = -DUSEUTF8PROC @UTF8PROCOK_FALSE@am__append_4 = -licutu |