pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/libnumbertext
Module Name: pkgsrc
Committed By: nia
Date: Sat May 16 19:10:29 UTC 2020
Modified Files:
pkgsrc/math/libnumbertext: Makefile distinfo
Log Message:
libnumbertext: Update to 1.0.5
2018-10-09: 1.0.5 release:
* et.sor: new Estonian module
* Java: fix path separator for Windows by Rens Toonen
* spellout: fix DEFPATH in spellout by Rene Engelhard
* README: conversion to MarkDown by Miklós Vajna
* da.sor: fix "en million", bug report by Hsonesson1
* de.sor: add function year by c-kuehl
* eo.sor: fix ordinal-number, ie. "1-a" by Adolfo Jayme Barrientos
* fi.sor: fixed and more currencies by Tuomas Hietala
* lt.sor: fix ordinal numbers and currencies by Aurimas Fišeras
* pl.sor: fix ordinal numbers 4x, 7x, bug report by tengwar
* sq.sor: add missing 1000-9999
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/libnumbertext/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/libnumbertext/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/libnumbertext/Makefile
diff -u pkgsrc/math/libnumbertext/Makefile:1.2 pkgsrc/math/libnumbertext/Makefile:1.3
--- pkgsrc/math/libnumbertext/Makefile:1.2 Thu Jan 17 15:56:05 2019
+++ pkgsrc/math/libnumbertext/Makefile Sat May 16 19:10:29 2020
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2019/01/17 15:56:05 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/16 19:10:29 nia Exp $
-DISTNAME= libnumbertext-1.0.3
+DISTNAME= libnumbertext-1.0.5
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=Numbertext/}
EXTRACT_SUFX= .tar.xz
GITHUB_PROJECT= libnumbertext
-GITHUB_RELEASE= 1.0
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= ryoon%NetBSD.org@localhost
HOMEPAGE= https://numbertext.github.io/
@@ -19,6 +19,8 @@ USE_LANGUAGES= c c++11
GCC_REQD+= 5.0
+CONFIGURE_ARGS+= --disable-werror
+
PKGCONFIG_OVERRIDE+= libnumbertext.pc.in
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/libnumbertext/distinfo
diff -u pkgsrc/math/libnumbertext/distinfo:1.1 pkgsrc/math/libnumbertext/distinfo:1.2
--- pkgsrc/math/libnumbertext/distinfo:1.1 Wed Aug 15 14:02:46 2018
+++ pkgsrc/math/libnumbertext/distinfo Sat May 16 19:10:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/08/15 14:02:46 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2020/05/16 19:10:29 nia Exp $
-SHA1 (libnumbertext-1.0.3.tar.xz) = 53ba7d5656b06e4b187eb02e17b87f3717ce660f
-RMD160 (libnumbertext-1.0.3.tar.xz) = 4309670e620e82cf2f9b3b3cb99614f637696745
-SHA512 (libnumbertext-1.0.3.tar.xz) = 0ce9c68c8d928f7c8aa13f4760360ab3077ff0923a6b34256a1ca1047b7401a7d99ac5205b80b3e57c6e693c59ccc8328e04cfebeee07794c906a1ab750a3a7a
-Size (libnumbertext-1.0.3.tar.xz) = 279948 bytes
+SHA1 (libnumbertext-1.0.5.tar.xz) = 2b599daeeb07ecd14ea0f7633accd67ab3fedea9
+RMD160 (libnumbertext-1.0.5.tar.xz) = 30211d852e96df527df20690951ed0d6911fb5e3
+SHA512 (libnumbertext-1.0.5.tar.xz) = 4d61464f26f631d272ef7285fbb931d3931b08240b58166b7e9a28c95ff5a537ca04af4c9673541b73997339d66061858c9cd18873b4c16f9ad2ccd1b68e81a3
+Size (libnumbertext-1.0.5.tar.xz) = 281640 bytes
Home |
Main Index |
Thread Index |
Old Index