diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-18 04:36:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-18 04:38:14 +0000 |
commit | f950371a249066d579f1c8e65773c79fa1051277 (patch) | |
tree | feb99367f7aefd3f47ee675d44fe8a51634a58e6 | |
parent | 3ebd3fcd3d86d79a728f7ce33098b08a550b9565 (diff) |
textproc/{,py-}sentencepiece: Update 0.1.97 → 0.1.98
Reported by: portscout
-rw-r--r-- | textproc/py-sentencepiece/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-sentencepiece/distinfo | 6 | ||||
-rw-r--r-- | textproc/sentencepiece/Makefile | 4 | ||||
-rw-r--r-- | textproc/sentencepiece/distinfo | 6 |
4 files changed, 10 insertions, 8 deletions
diff --git a/textproc/py-sentencepiece/Makefile b/textproc/py-sentencepiece/Makefile index fe1b9cfd4ba7..68acf66450ec 100644 --- a/textproc/py-sentencepiece/Makefile +++ b/textproc/py-sentencepiece/Makefile @@ -1,6 +1,6 @@ PORTNAME= sentencepiece DISTVERSIONPREFIX= v -DISTVERSION= 0.1.97 +DISTVERSION= 0.1.98 CATEGORIES= textproc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-sentencepiece/distinfo b/textproc/py-sentencepiece/distinfo index c29dc9430710..04b6af5061f7 100644 --- a/textproc/py-sentencepiece/distinfo +++ b/textproc/py-sentencepiece/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673860778 -SHA256 (google-sentencepiece-v0.1.97_GH0.tar.gz) = 41c3a07f315e3ac87605460c8bb8d739955bc8e7f478caec4017ef9b7d78669b -SIZE (google-sentencepiece-v0.1.97_GH0.tar.gz) = 11945436 +TIMESTAMP = 1681791410 +SHA256 (google-sentencepiece-v0.1.98_GH0.tar.gz) = e8e09beffacd9667ed40c4652306f7e7990100164dfa26d8bd8a66b097471cb2 +SIZE (google-sentencepiece-v0.1.98_GH0.tar.gz) = 11961439 diff --git a/textproc/sentencepiece/Makefile b/textproc/sentencepiece/Makefile index 84e7ac9ca43e..a76ba537e0cd 100644 --- a/textproc/sentencepiece/Makefile +++ b/textproc/sentencepiece/Makefile @@ -1,6 +1,6 @@ PORTNAME= sentencepiece DISTVERSIONPREFIX= v -DISTVERSION= 0.1.97 +DISTVERSION= 0.1.98 CATEGORIES= textproc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -10,6 +10,8 @@ WWW= https://github.com/google/sentencepiece LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libtcmalloc_minimal.so:devel/google-perftools + USES= cmake:testing compiler:c++17-lang USE_LDCONFIG= yes diff --git a/textproc/sentencepiece/distinfo b/textproc/sentencepiece/distinfo index c29dc9430710..09f6ad3591ce 100644 --- a/textproc/sentencepiece/distinfo +++ b/textproc/sentencepiece/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673860778 -SHA256 (google-sentencepiece-v0.1.97_GH0.tar.gz) = 41c3a07f315e3ac87605460c8bb8d739955bc8e7f478caec4017ef9b7d78669b -SIZE (google-sentencepiece-v0.1.97_GH0.tar.gz) = 11945436 +TIMESTAMP = 1681791600 +SHA256 (google-sentencepiece-v0.1.98_GH0.tar.gz) = e8e09beffacd9667ed40c4652306f7e7990100164dfa26d8bd8a66b097471cb2 +SIZE (google-sentencepiece-v0.1.98_GH0.tar.gz) = 11961439 |