Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2013 20:19:27 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323077 - in head/textproc/libexttextcat: . files
Message-ID:  <201307152019.r6FKJRT0033836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon Jul 15 20:19:26 2013
New Revision: 323077
URL: http://svnweb.freebsd.org/changeset/ports/323077

Log:
  Update to 3.4.3.

Modified:
  head/textproc/libexttextcat/Makefile
  head/textproc/libexttextcat/distinfo
  head/textproc/libexttextcat/files/patch-src__Makefile.in

Modified: head/textproc/libexttextcat/Makefile
==============================================================================
--- head/textproc/libexttextcat/Makefile	Mon Jul 15 20:01:37 2013	(r323076)
+++ head/textproc/libexttextcat/Makefile	Mon Jul 15 20:19:26 2013	(r323077)
@@ -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-Bas
 
 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
 

Modified: head/textproc/libexttextcat/distinfo
==============================================================================
--- head/textproc/libexttextcat/distinfo	Mon Jul 15 20:01:37 2013	(r323076)
+++ head/textproc/libexttextcat/distinfo	Mon Jul 15 20:19:26 2013	(r323077)
@@ -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

Modified: head/textproc/libexttextcat/files/patch-src__Makefile.in
==============================================================================
--- head/textproc/libexttextcat/files/patch-src__Makefile.in	Mon Jul 15 20:01:37 2013	(r323076)
+++ head/textproc/libexttextcat/files/patch-src__Makefile.in	Mon Jul 15 20:19:26 2013	(r323077)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307152019.r6FKJRT0033836>