diff options
author | taca <taca@pkgsrc.org> | 2021-12-12 13:55:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-12-12 13:55:13 +0000 |
commit | 265504e6ff598022c9e588a4069ca41d21c9340b (patch) | |
tree | bea7c555332924ea3eaf3847d1dfc2542f1d1426 /textproc/marisa | |
parent | cc3be0df182332b78fa87815d10954b2e94ad9b0 (diff) | |
download | pkgsrc-265504e6ff598022c9e588a4069ca41d21c9340b.tar.gz |
textproc/marisa: update to 0.2.6
No release note nor change log. Please refer commit log
<https://github.com/s-yata/marisa-trie/commits/master> in detail.
0.2.5 (2018-05-19)
0.2.6 (2020-06-14)
This commit also updates language binding packages: p5-marisa, py-marisa and
ruby-marisa.
Diffstat (limited to 'textproc/marisa')
-rw-r--r-- | textproc/marisa/Makefile | 7 | ||||
-rw-r--r-- | textproc/marisa/Makefile.common | 8 | ||||
-rw-r--r-- | textproc/marisa/distinfo | 8 |
3 files changed, 14 insertions, 9 deletions
diff --git a/textproc/marisa/Makefile b/textproc/marisa/Makefile index 48490514427..a6960226cba 100644 --- a/textproc/marisa/Makefile +++ b/textproc/marisa/Makefile @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2019/11/04 21:43:38 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2021/12/12 13:55:13 taca Exp $ .include "Makefile.common" COMMENT= C++ library to provide an implementation of MARISA GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config autoconf automake USE_LANGUAGES= c c++ #TEST_TARGET= check PKGCONFIG_OVERRIDE+= marisa.pc.in +pre-configure: + cd ${WRKSRC} && autoreconf --install --symlink + .include "../../mk/bsd.pkg.mk" diff --git a/textproc/marisa/Makefile.common b/textproc/marisa/Makefile.common index 9b1482cad0f..266d64831b9 100644 --- a/textproc/marisa/Makefile.common +++ b/textproc/marisa/Makefile.common @@ -1,11 +1,13 @@ -# $NetBSD: Makefile.common,v 1.4 2021/05/01 08:19:52 taca Exp $ +# $NetBSD: Makefile.common,v 1.5 2021/12/12 13:55:13 taca Exp $ # used by textproc/p5-marisa/Makefile # used by textproc/py-marisa/Makefile # used by textproc/ruby-marisa/Makefile -DISTNAME= marisa-0.2.4 +DISTNAME= marisa-0.2.6 CATEGORIES= textproc -MASTER_SITES= http://marisa-trie.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=s-yata/} +GITHUB_PROJECT= marisa-trie +GITHUB_TAG= v${PKGVERSION_NOREV} DISTINFO_FILE= ${.CURDIR}/../../textproc/marisa/distinfo PATCHDIR= ${.CURDIR}/../../textproc/marisa/patches diff --git a/textproc/marisa/distinfo b/textproc/marisa/distinfo index ae04d621b22..ea0246dd79e 100644 --- a/textproc/marisa/distinfo +++ b/textproc/marisa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:22:21 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/12/12 13:55:13 taca Exp $ -BLAKE2s (marisa-0.2.4.tar.gz) = cc7a83d2b20b99daf896d9988e71d79f3dbfcf59b45a56bdc0134adf2ae0a809 -SHA512 (marisa-0.2.4.tar.gz) = 71aee3ae034d1ce725d986bef43472d61bd64f0af3ccda01bb019cce03f0872629b6a1b305e717056bef06e036372323b2a67e5dc69705d6a74e028b5e2553e4 -Size (marisa-0.2.4.tar.gz) = 502552 bytes +BLAKE2s (marisa-0.2.6.tar.gz) = 7d6cf163daf31423a4d13b303f5c81bb7ed1e5d0a5dc1f9d4f8038b6e65a0e64 +SHA512 (marisa-0.2.6.tar.gz) = c094e4b22e1457efdd20f2b978ee421b53e36ed94e4fdbd8944136c0ba23da4f6ba9fe3a2c64729c1426aee4dbe8098bfa5eebb943ae7fdaa4eec760485c564d +Size (marisa-0.2.6.tar.gz) = 168332 bytes SHA1 (patch-bindings_python_setup.py) = 6c7d1800986077fd5c1e8d4b96b49762a381420a |