diff --git a/textproc/apertium-separable/Makefile b/textproc/apertium-separable/Makefile index ac4fac43d4b..bb732b31ef0 100644 --- a/textproc/apertium-separable/Makefile +++ b/textproc/apertium-separable/Makefile @@ -1,8 +1,7 @@ COMMENT = reorder separable/discontinuous multiwords -V = 0.6.1 +V = 0.7.1 DISTNAME = apertium-separable-$V -REVISION = 0 CATEGORIES = textproc @@ -33,8 +32,8 @@ LIB_DEPENDS = textproc/icu4c \ USE_GMAKE = Yes -AUTOCONF_VERSION = 2.71 -AUTOMAKE_VERSION = 1.16 +AUTOCONF_VERSION = 2.72 +AUTOMAKE_VERSION = 1.18 CONFIGURE_STYLE = autoreconf CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/utf8cpp" \ diff --git a/textproc/apertium-separable/distinfo b/textproc/apertium-separable/distinfo index 6760e041122..a08894078cd 100644 --- a/textproc/apertium-separable/distinfo +++ b/textproc/apertium-separable/distinfo @@ -1,2 +1,2 @@ -SHA256 (apertium-separable-0.6.1.tar.bz2) = Imj/K1BLfL8B6CCYw0UfYZ7FV7nfUktaQxjDEpYqqvY= -SIZE (apertium-separable-0.6.1.tar.bz2) = 24726 +SHA256 (apertium-separable-0.7.1.tar.bz2) = XNGkjxYTA0UJeCsvP/AiYDMgPextKoMEFH4s1MQ2xXs= +SIZE (apertium-separable-0.7.1.tar.bz2) = 25808 diff --git a/textproc/apertium-separable/patches/patch-src_lsx_proc_cc b/textproc/apertium-separable/patches/patch-src_lsx_proc_cc index de6ce253ec0..50e69d99e9f 100644 --- a/textproc/apertium-separable/patches/patch-src_lsx_proc_cc +++ b/textproc/apertium-separable/patches/patch-src_lsx_proc_cc @@ -1,15 +1,16 @@ Index: src/lsx_proc.cc --- src/lsx_proc.cc.orig +++ src/lsx_proc.cc -@@ -3,6 +3,7 @@ - #include - #include - #include +@@ -1,6 +1,8 @@ + #include + #include + #include ++#include +#include #include "lsx_processor.h" -@@ -28,6 +29,11 @@ void endProgram(char* name) +@@ -8,6 +10,11 @@ using namespace std; int main (int argc, char** argv) { @@ -19,5 +20,5 @@ Index: src/lsx_proc.cc + } + LtLocale::tryToSetLocale(); - - LSXProcessor fstp; + CLI cli("re-tokenize a stream", PACKAGE_VERSION); + cli.add_bool_arg('p', "postgen", "act as a postgenerator");