diff options
author | clsung <clsung@FreeBSD.org> | 2008-10-06 14:43:34 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-10-06 14:43:34 +0800 |
commit | 0aae7c31d75eb1519472f214fcac640a464b5eda (patch) | |
tree | 3f4f20e8b8aec66bf925d0a90647af69e581370b /textproc/msort | |
parent | 839f4ef600ebbaf212db13386f8f63b2e3d4317b (diff) | |
download | freebsd-ports-gnome-0aae7c31d75eb1519472f214fcac640a464b5eda.tar.gz freebsd-ports-gnome-0aae7c31d75eb1519472f214fcac640a464b5eda.tar.zst freebsd-ports-gnome-0aae7c31d75eb1519472f214fcac640a464b5eda.zip |
- Update to 8.50
Diffstat (limited to 'textproc/msort')
-rw-r--r-- | textproc/msort/Makefile | 2 | ||||
-rw-r--r-- | textproc/msort/distinfo | 6 | ||||
-rw-r--r-- | textproc/msort/files/patch-Makefile.in | 22 |
3 files changed, 15 insertions, 15 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index f69197909b64..fa589e8210fc 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= msort -PORTVERSION= 8.49 +PORTVERSION= 8.50 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ diff --git a/textproc/msort/distinfo b/textproc/msort/distinfo index 78aef459926b..829cab0d8f2a 100644 --- a/textproc/msort/distinfo +++ b/textproc/msort/distinfo @@ -1,3 +1,3 @@ -MD5 (msort-8.49.tar.gz) = 7bfdde8876bc7d1335a91324471a559a -SHA256 (msort-8.49.tar.gz) = 1bbf074b5be128301641a7d10d8e809b68b8f10fc0a16a326645951f01bdd126 -SIZE (msort-8.49.tar.gz) = 468525 +MD5 (msort-8.50.tar.gz) = e5144239c35978c625fdda97e12c1664 +SHA256 (msort-8.50.tar.gz) = 2a965e7ccb7e56ae562fd1ef5732757f1acf84df71f89efe4c4b6af1b2d6aa01 +SIZE (msort-8.50.tar.gz) = 472777 diff --git a/textproc/msort/files/patch-Makefile.in b/textproc/msort/files/patch-Makefile.in index d8643c8792b1..fbc03d77605b 100644 --- a/textproc/msort/files/patch-Makefile.in +++ b/textproc/msort/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- 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 = -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 +--- 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 + subdir = . + DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \ + $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |