Update to apertium-lex-tools-0.2.0.

This commit is contained in:
bentley 2018-06-06 09:15:47 +00:00
parent 79da112b31
commit 459ce4dcda
3 changed files with 7 additions and 20 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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 <cwchar>
#include <set>
-#include <apertium/tagger.h>
#include <apertium/tsx_reader.h>
#include <apertium/string_utils.h>