Date: Tue, 28 Sep 2021 07:27:44 GMT From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 890bd2e4a905 - main - math/calc: Update to 2.14.0.3 Message-ID: <202109280727.18S7Ri1H076557@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=890bd2e4a905b8d75f70770f37dd346e146d674b commit 890bd2e4a905b8d75f70770f37dd346e146d674b Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2021-09-28 07:26:07 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2021-09-28 07:27:40 +0000 math/calc: Update to 2.14.0.3 Adds various functions to convert between degrees, gradians, and minutes/secs/hrs. --- math/calc/Makefile | 2 +- math/calc/distinfo | 6 +++--- math/calc/pkg-plist | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/math/calc/Makefile b/math/calc/Makefile index 8141b575f371..4c862f10e823 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,7 +1,7 @@ # Created by: jmz PORTNAME= calc -PORTVERSION= 2.14.0.2 +PORTVERSION= 2.14.0.3 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/calc/distinfo b/math/calc/distinfo index 8e55a14ba068..c163b8e28521 100644 --- a/math/calc/distinfo +++ b/math/calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631167406 -SHA256 (lcn2-calc-v2.14.0.2_GH0.tar.gz) = efa0491e6c16288524251af032e19cbf77b1aa7991b1aa3c0dc5d46454229a99 -SIZE (lcn2-calc-v2.14.0.2_GH0.tar.gz) = 1148221 +TIMESTAMP = 1632813700 +SHA256 (lcn2-calc-v2.14.0.3_GH0.tar.gz) = 4f3fda6fc56344bf391c2a13102d388266fd2a9aea773a4863d527ef1863bf4f +SIZE (lcn2-calc-v2.14.0.3_GH0.tar.gz) = 1157055 diff --git a/math/calc/pkg-plist b/math/calc/pkg-plist index f95d4bdea4ae..8018ebb92b94 100644 --- a/math/calc/pkg-plist +++ b/math/calc/pkg-plist @@ -147,6 +147,8 @@ man/man1/calc.1.gz %%HELP%%%%DATADIR%%/help/ctime %%HELP%%%%DATADIR%%/help/custom %%HELP%%%%DATADIR%%/help/custom_cal +%%HELP%%%%DATADIR%%/help/d2dm +%%HELP%%%%DATADIR%%/help/d2dms %%HELP%%%%DATADIR%%/help/d2g %%HELP%%%%DATADIR%%/help/d2r %%HELP%%%%DATADIR%%/help/define @@ -157,6 +159,7 @@ man/man1/calc.1.gz %%HELP%%%%DATADIR%%/help/digit %%HELP%%%%DATADIR%%/help/digits %%HELP%%%%DATADIR%%/help/display +%%HELP%%%%DATADIR%%/help/dms2d %%HELP%%%%DATADIR%%/help/dp %%HELP%%%%DATADIR%%/help/environment %%HELP%%%%DATADIR%%/help/epsilon @@ -211,17 +214,23 @@ man/man1/calc.1.gz %%HELP%%%%DATADIR%%/help/ftell %%HELP%%%%DATADIR%%/help/full %%HELP%%%%DATADIR%%/help/g2d +%%HELP%%%%DATADIR%%/help/g2gm +%%HELP%%%%DATADIR%%/help/g2gms %%HELP%%%%DATADIR%%/help/g2r %%HELP%%%%DATADIR%%/help/gcd %%HELP%%%%DATADIR%%/help/gcdrem %%HELP%%%%DATADIR%%/help/gd %%HELP%%%%DATADIR%%/help/getenv +%%HELP%%%%DATADIR%%/help/gms2g +%%HELP%%%%DATADIR%%/help/h2hm +%%HELP%%%%DATADIR%%/help/h2hms %%HELP%%%%DATADIR%%/help/hash %%HELP%%%%DATADIR%%/help/head %%HELP%%%%DATADIR%%/help/help %%HELP%%%%DATADIR%%/help/highbit %%HELP%%%%DATADIR%%/help/history %%HELP%%%%DATADIR%%/help/hmean +%%HELP%%%%DATADIR%%/help/hms2h %%HELP%%%%DATADIR%%/help/hnrmod %%HELP%%%%DATADIR%%/help/hypot %%HELP%%%%DATADIR%%/help/ilog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109280727.18S7Ri1H076557>