aboutsummaryrefslogtreecommitdiff
path: root/textproc/msort
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-10-17 03:31:05 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-10-17 03:31:05 +0000
commit7d388052a1225a31c95d7df607c70a310962df10 (patch)
tree7289b95de7642c391dda223d8bd7be550f2a2f2e /textproc/msort
parent480fedc2b2969e5ce1975d19986bd924994456fb (diff)
downloadports-7d388052a1225a31c95d7df607c70a310962df10.tar.gz
ports-7d388052a1225a31c95d7df607c70a310962df10.zip
- Update to 8.42
Notes
Notes: svn path=/head/; revision=201584
Diffstat (limited to 'textproc/msort')
-rw-r--r--textproc/msort/Makefile8
-rw-r--r--textproc/msort/distinfo6
-rw-r--r--textproc/msort/files/patch-Makefile.in22
3 files changed, 18 insertions, 18 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index d28cbf2eef45..bb4d24d2e7ba 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= msort
-PORTVERSION= 8.38
-PORTREVISION= 2
+PORTVERSION= 8.42
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/
@@ -16,10 +15,11 @@ COMMENT= Sorting files in sophisticated ways
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= tre:${PORTSDIR}/textproc/libtre \
- uninum:${PORTSDIR}/devel/libuninum
+ uninum:${PORTSDIR}/devel/libuninum \
+ utf8proc:${PORTSDIR}/textproc/utf8proc
RUN_DEPENDS= iwidgets>=0:${PORTSDIR}/x11-toolkits/iwidgets
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include"
GNU_CONFIGURE= yes
USE_TK_RUN= yes
diff --git a/textproc/msort/distinfo b/textproc/msort/distinfo
index ec8174f66305..6ea33854b752 100644
--- a/textproc/msort/distinfo
+++ b/textproc/msort/distinfo
@@ -1,3 +1,3 @@
-MD5 (msort-8.38.tar.gz) = d36a2810794da25f077dffec3bb30778
-SHA256 (msort-8.38.tar.gz) = aba670926b6dc1c1f4639e2d60fa805c50b2884ad799f623d81b1ae8fa496394
-SIZE (msort-8.38.tar.gz) = 379986
+MD5 (msort-8.42.tar.gz) = eafe317b58a16752fb5dc5d25383d5f4
+SHA256 (msort-8.42.tar.gz) = b05cb15bf02eed01b004b1930a40e13b1b77c21cf8e5d7d5268adc68f040977e
+SIZE (msort-8.42.tar.gz) = 395718
diff --git a/textproc/msort/files/patch-Makefile.in b/textproc/msort/files/patch-Makefile.in
index bcf2d423dfa9..9b30601de843 100644
--- a/textproc/msort/files/patch-Makefile.in
+++ b/textproc/msort/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig Mon Mar 5 16:08:46 2007
-+++ Makefile.in Wed Jul 25 09:26:41 2007
-@@ -120,7 +120,7 @@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LDFLAGS = @LDFLAGS@
- LIBOBJS = @LIBOBJS@
--LIBS = @LIBS@ -lgmp
-+LIBS = @LIBS@ -lgmp -lintl
- LTLIBOBJS = @LTLIBOBJS@
- MAKEINFO = @MAKEINFO@
- NOCOMPARISONCNT_FALSE = @NOCOMPARISONCNT_FALSE@
+--- Makefile.in.orig 2007-09-03 14:48:29.000000000 +0800
++++ Makefile.in 2007-10-15 10:11:35.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
+ @UTF8PROCOK_TRUE@am__append_2 = -lutf8proc
+ @UTF8PROCOK_TRUE@am__append_3 = -DUSEUTF8PROC
+ @UTF8PROCOK_FALSE@am__append_4 = -licutu