diff options
author | wiz <wiz@pkgsrc.org> | 2021-02-18 10:20:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-02-18 10:20:30 +0000 |
commit | 4c411b48a56148dc6f0b695b545e6fa7743e22ba (patch) | |
tree | b31ec57cb18c2e367762ce46ec354690d0af8d96 | |
parent | 3dc19f0d89254e1da8d65c0b55c62708f93395cf (diff) | |
download | pkgsrc-4c411b48a56148dc6f0b695b545e6fa7743e22ba.tar.gz |
libnumbertext: update to 1.0.7.
2021-01-31: 1.0.7 release:
* ga.sor: new module Irish by László Németh
* lg.sor: new module Luganda by Phillip Samuel
* mr.sor: new module Marathi by Ankur Heramb Joshi
* mt.sor: new module Maltase by László Németh
* fi.sor: fix ordinal 0, bug report by Tuomas Hietala
* hu_Hung.sor:
- fix transliteration of Vörösmarty, bug report by Zoltán Óvári
- replace ü and ű by Viktor Kovács
- fix transliteration of dates with affixation
* th.sor: fix big (>999,999) numbers by Vladislav Kiper
* ua.sor: fix euro cent, bug report by Kty0mka
-rw-r--r-- | math/libnumbertext/Makefile | 9 | ||||
-rw-r--r-- | math/libnumbertext/distinfo | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/math/libnumbertext/Makefile b/math/libnumbertext/Makefile index 776c7074749..ecb28711561 100644 --- a/math/libnumbertext/Makefile +++ b/math/libnumbertext/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2020/09/05 11:25:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2021/02/18 10:20:30 wiz Exp $ -DISTNAME= libnumbertext-1.0.6 +DISTNAME= libnumbertext-1.0.7 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=Numbertext/} -EXTRACT_SUFX= .tar.xz -GITHUB_PROJECT= libnumbertext GITHUB_RELEASE= ${PKGVERSION_NOREV} +EXTRACT_SUFX= .tar.xz MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://numbertext.github.io/ @@ -17,7 +16,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++11 -GCC_REQD+= 5.0 +GCC_REQD+= 5 CONFIGURE_ARGS+= --disable-werror diff --git a/math/libnumbertext/distinfo b/math/libnumbertext/distinfo index 8184b579925..b0eae318636 100644 --- a/math/libnumbertext/distinfo +++ b/math/libnumbertext/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/09/05 11:25:39 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2021/02/18 10:20:30 wiz Exp $ -SHA1 (libnumbertext-1.0.6.tar.xz) = b634f850d95abbfe73500917ba1c19089531b659 -RMD160 (libnumbertext-1.0.6.tar.xz) = d03f6891a4c57d6e3be9e79a8ec52fee87ddceb6 -SHA512 (libnumbertext-1.0.6.tar.xz) = 0b2a5226f363af9a6df90f788f6cdc5fe95ddb524d96ad2db1caf2e7f414649ce2975eae3c9e5fceecbf825a90c736a0717b02ec9671e980ab9cfb3e2df73b8d -Size (libnumbertext-1.0.6.tar.xz) = 283416 bytes +SHA1 (libnumbertext-1.0.7.tar.xz) = fa60020dab9db22903fc470c230ee6f4145d8991 +RMD160 (libnumbertext-1.0.7.tar.xz) = 9d66a690efc6de630ff4293ffa60dcd68ce9fbbc +SHA512 (libnumbertext-1.0.7.tar.xz) = 7755c713dd9b9b75e486eac7ffbfb418c3bdfefd67ecb149f0e25a339410814bf73296f69a4e009a17f9f21292f0eeafa931aef60596cd3d932dab47278de8c2 +Size (libnumbertext-1.0.7.tar.xz) = 289764 bytes |