diff --git a/textproc/apertium-lex-tools/Makefile b/textproc/apertium-lex-tools/Makefile index 82dfebb6874..de56f73128d 100644 --- a/textproc/apertium-lex-tools/Makefile +++ b/textproc/apertium-lex-tools/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2017/08/08 02:55:35 bentley Exp $ +# $OpenBSD: Makefile,v 1.7 2018/06/06 09:15:47 bentley Exp $ COMMENT = module for compiling and processing lexical rules -DISTNAME = apertium-lex-tools-0.1.0 -REVISION = 2 +DISTNAME = apertium-lex-tools-0.2.0 CATEGORIES = textproc @@ -19,7 +18,8 @@ WANTLIB += apertium3 c lttoolbox3 m pcre pthread ${COMPILER_LIBCXX} xml2 z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=apertium/} BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ - ${MODGNU_AUTOMAKE_DEPENDS} + ${MODGNU_AUTOMAKE_DEPENDS} \ + devel/autoconf-archive LIB_DEPENDS = devel/pcre \ textproc/apertium \ textproc/libxml \ @@ -39,6 +39,6 @@ pre-configure: cd ${WRKSRC} && \ AUTOCONF_VERSION=${AUTOCONF_VERSION} \ AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \ - autoreconf -i + autoreconf -fi .include diff --git a/textproc/apertium-lex-tools/distinfo b/textproc/apertium-lex-tools/distinfo index 6dc8f091b10..69bd77ae5c0 100644 --- a/textproc/apertium-lex-tools/distinfo +++ b/textproc/apertium-lex-tools/distinfo @@ -1,2 +1,2 @@ -SHA256 (apertium-lex-tools-0.1.0.tar.gz) = K4hGUup4H1wsRho2U75iflPIgyHqgHBhTbbSm/R9wy0= -SIZE (apertium-lex-tools-0.1.0.tar.gz) = 8377483 +SHA256 (apertium-lex-tools-0.2.0.tar.gz) = 6Mm8eBAN0yHHi+zm7MPXQbTyRzx2glqd2f78QSyEsG0= +SIZE (apertium-lex-tools-0.2.0.tar.gz) = 127365 diff --git a/textproc/apertium-lex-tools/patches/patch-TaggerOutputProcessor_h b/textproc/apertium-lex-tools/patches/patch-TaggerOutputProcessor_h deleted file mode 100644 index 2fc72311874..00000000000 --- a/textproc/apertium-lex-tools/patches/patch-TaggerOutputProcessor_h +++ /dev/null @@ -1,13 +0,0 @@ -$OpenBSD: patch-TaggerOutputProcessor_h,v 1.1 2017/08/08 02:55:35 bentley Exp $ - -Index: TaggerOutputProcessor.h ---- TaggerOutputProcessor.h.orig -+++ TaggerOutputProcessor.h -@@ -11,7 +11,6 @@ - - #include - #include --#include - #include - #include -