diff options
author | clsung <clsung@FreeBSD.org> | 2008-09-27 23:13:46 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-09-27 23:13:46 +0800 |
commit | 8a02b51ae786fd4bb7058f853ba258683543636c (patch) | |
tree | 990c90f3875d7537384a8dc4e8616511ba67ee8b /textproc | |
parent | ca172dbad7197b1e505f380d6344c7c384986c7b (diff) | |
download | freebsd-ports-gnome-8a02b51ae786fd4bb7058f853ba258683543636c.tar.gz freebsd-ports-gnome-8a02b51ae786fd4bb7058f853ba258683543636c.tar.zst freebsd-ports-gnome-8a02b51ae786fd4bb7058f853ba258683543636c.zip |
- Update to 8.49
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 |