aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-07-15 20:19:26 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-07-15 20:19:26 +0000
commit4598bfc22911af9dc76ea0faadd0788b1df26042 (patch)
treeeb86996ea9dfb37778fe2b61a80638ebf3524a75 /textproc
parentd8bd29a573d922d2a9be3bfda705070de24805df (diff)
downloadports-4598bfc22911af9dc76ea0faadd0788b1df26042.tar.gz
ports-4598bfc22911af9dc76ea0faadd0788b1df26042.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libexttextcat/Makefile7
-rw-r--r--textproc/libexttextcat/distinfo4
-rw-r--r--textproc/libexttextcat/files/patch-src__Makefile.in16
3 files changed, 13 insertions, 14 deletions
diff --git a/textproc/libexttextcat/Makefile b/textproc/libexttextcat/Makefile
index b2f3a0339537..98fcc0c54e54 100644
--- a/textproc/libexttextcat/Makefile
+++ b/textproc/libexttextcat/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libexttextcat
-PORTVERSION= 3.4.0
+PORTVERSION= 3.4.3
CATEGORIES= textproc
MASTER_SITES= http://dev-www.libreoffice.org/src/libexttextcat/
@@ -10,11 +10,10 @@ COMMENT= Language guessing by N-Gram-Based Text Categorization
LICENSE= BSD
-USE_XZ= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USES= pathfix
USE_LDCONFIG= yes
+USE_XZ= yes
+USES= gmake pathfix
PORTDOCS= README README.libtextcat TODO
diff --git a/textproc/libexttextcat/distinfo b/textproc/libexttextcat/distinfo
index c71e569149d7..9eb9e6fd724f 100644
--- a/textproc/libexttextcat/distinfo
+++ b/textproc/libexttextcat/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libexttextcat-3.4.0.tar.xz) = a7e08926274daa3932129deb8e86d90417f54d01ed4b8345b984ad262dac0ac2
-SIZE (libexttextcat-3.4.0.tar.xz) = 987560
+SHA256 (libexttextcat-3.4.3.tar.xz) = 409e8fe1d83593efb79e2afe3817f9b2f62a27e059c8e51c849ddd6923870d9e
+SIZE (libexttextcat-3.4.3.tar.xz) = 988180
diff --git a/textproc/libexttextcat/files/patch-src__Makefile.in b/textproc/libexttextcat/files/patch-src__Makefile.in
index a1853fee5701..8721559f1316 100644
--- a/textproc/libexttextcat/files/patch-src__Makefile.in
+++ b/textproc/libexttextcat/files/patch-src__Makefile.in
@@ -1,20 +1,20 @@
---- ./src/Makefile.in.orig 2012-05-19 01:06:43.123609000 +0200
-+++ ./src/Makefile.in 2012-05-19 01:07:13.297605027 +0200
-@@ -711,7 +711,7 @@
- st sv sw ta tet th tg ti tk tl tn tpi tr ts \
- tt ty ug uk uz ve vi wa xh yi yo zh-Hans \
+--- src/Makefile.in.orig 2013-07-15 16:03:42.000000000 -0400
++++ src/Makefile.in 2013-07-15 16:03:42.000000000 -0400
+@@ -811,7 +811,7 @@
+ ta tet th tg ti tk tl tn tpi tr ts tt \
+ ty ug uk uz ve vi wa xh yi yo zh-Hans \
zh-Hant zu; do \
- bash ./test-primary.sh $$primarylanguage; \
-+ sh ./test-primary.sh $$primarylanguage; \
++ $(SHELL) ./test-primary.sh $$primarylanguage; \
if test x$$? != x0; then \
echo FAIL: $$primarylanguage && exit 1; \
else \
-@@ -720,7 +720,7 @@
+@@ -820,7 +820,7 @@
done
@echo secondary languages
@for secondarylanguage in sco; do \
- bash ./test-secondary.sh $$secondarylanguage; \
-+ sh ./test-secondary.sh $$secondarylanguage; \
++ $(SHELL) ./test-secondary.sh $$secondarylanguage; \
if test x$$? != x0; then \
echo FAIL: $$secondarylanguage && exit 1; \
else \