diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-28 05:49:33 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-28 05:49:33 +0000 |
commit | 11131816edd6617854e212ad8669757ec2f4d980 (patch) | |
tree | 8f2faf1367c6b42b705126548fffa936039f1844 /textproc | |
parent | 463b5a07fcb7ac55a0c9d22000a7b5af983e6676 (diff) | |
download | ports-11131816edd6617854e212ad8669757ec2f4d980.tar.gz ports-11131816edd6617854e212ad8669757ec2f4d980.zip |
textproc/apertium: Update version 3.8.3=>3.9.4
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/apertium/Makefile | 11 | ||||
-rw-r--r-- | textproc/apertium/distinfo | 6 | ||||
-rw-r--r-- | textproc/apertium/pkg-plist | 11 |
3 files changed, 15 insertions, 13 deletions
diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile index 05f5a5b5572a..bce28535aa00 100644 --- a/textproc/apertium/Makefile +++ b/textproc/apertium/Makefile @@ -1,7 +1,6 @@ PORTNAME= apertium -PORTVERSION= 3.8.3 +PORTVERSION= 3.9.4 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org @@ -44,12 +43,4 @@ INSTALL_TARGET= install-strip CFLAGS+= -I${LOCALBASE}/include/utf8cpp -.include <bsd.port.options.mk> - -post-patch: -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) - @${REINPLACE_CMD} -e 's|std::unary_function|std::__unary_function|' \ - ${WRKSRC}/apertium/perceptron_spec.h -.endif - .include <bsd.port.mk> diff --git a/textproc/apertium/distinfo b/textproc/apertium/distinfo index 9585eef985fd..1243a09160f7 100644 --- a/textproc/apertium/distinfo +++ b/textproc/apertium/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1667651667 -SHA256 (apertium-apertium-v3.8.3_GH0.tar.gz) = e2a42e327cb6206254fc8242041398678ce0073dabf4c2de4c567c04e8336187 -SIZE (apertium-apertium-v3.8.3_GH0.tar.gz) = 746229 +TIMESTAMP = 1703739073 +SHA256 (apertium-apertium-v3.9.4_GH0.tar.gz) = ecfbc9e2d8366ecc156e6858a6165aa4da17b00b74ee59664225994fe8806dc2 +SIZE (apertium-apertium-v3.9.4_GH0.tar.gz) = 754959 SHA256 (apertium-apertium-get-74d7d35_GH0.tar.gz) = 3811bbcdbb9d86ef4eb81e85d9c04889d75c4f515d6f850a59c046d1d69c703d SIZE (apertium-apertium-get-74d7d35_GH0.tar.gz) = 23800 diff --git a/textproc/apertium/pkg-plist b/textproc/apertium/pkg-plist index 9beb308d7ba0..01469f63022e 100644 --- a/textproc/apertium/pkg-plist +++ b/textproc/apertium/pkg-plist @@ -1,6 +1,10 @@ bin/apertium bin/apertium-adapt-docx bin/apertium-cleanstream +bin/apertium-compile-caps +bin/apertium-extract-caps +bin/apertium-restore-caps +bin/apertium-validate-crx bin/apertium-deshtml bin/apertium-deshtml-alt bin/apertium-deshtml-noent @@ -70,6 +74,8 @@ include/apertium/a.h include/apertium/align.h include/apertium/analysis.h include/apertium/apertium_re.h +include/apertium/caps_compiler.h +include/apertium/caps_restorer.h include/apertium/collection.h include/apertium/constant_manager.h include/apertium/deserialiser.h @@ -147,6 +153,10 @@ lib/libapertium.so lib/libapertium.so.3 lib/libapertium.so.3.0.0 libdata/pkgconfig/apertium.pc +man/man1/apertium-compile-caps.1.gz +man/man1/apertium-extract-caps.1.gz +man/man1/apertium-restore-caps.1.gz +man/man1/apertium-validate-crx.1.gz man/man1/apertium-deshtml-alt.1.gz man/man1/apertium-deshtml.1.gz man/man1/apertium-deslatex.1.gz @@ -192,6 +202,7 @@ man/man1/apertium-validate-tagger.1.gz man/man1/apertium-validate-transfer.1.gz man/man1/apertium.1.gz share/aclocal/apertium.m4 +%%DATADIR%%/crx.dtd %%DATADIR%%/deformat.xsl %%DATADIR%%/filter-dix.xslt %%DATADIR%%/filter-rules.xslt |