aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2021-02-04 15:31:18 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2021-02-04 15:31:18 +0000
commitb6e5d9c2b9b0504af94ddf6a1eeb6633834c2832 (patch)
treeeb04f12c70e238fcd86f79453309723178b71935 /math
parentcd45ca02e43d3248589ff9470a8457345e321fe0 (diff)
downloadports-b6e5d9c2b9b0504af94ddf6a1eeb6633834c2832.tar.gz
ports-b6e5d9c2b9b0504af94ddf6a1eeb6633834c2832.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/calc/Makefile12
-rw-r--r--math/calc/distinfo6
-rw-r--r--math/calc/pkg-descr2
3 files changed, 8 insertions, 12 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile
index 78ea5e18d3e5..0e0f8c959d76 100644
--- a/math/calc/Makefile
+++ b/math/calc/Makefile
@@ -2,20 +2,17 @@
# $FreeBSD$
PORTNAME= calc
-PORTVERSION= 2.12.7.2
-PORTREVISION= 1
+PORTVERSION= 2.12.7.6
CATEGORIES= math
MAINTAINER= adamw@FreeBSD.org
-COMMENT= Arbitrary precision calculator
+COMMENT= Interactive CLI arbitrary-precision calculator
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING-LGPL
USES= gmake tar:bzip2 readline
-
USE_GITHUB= yes
-USE_LDCONFIG= yes
GH_ACCOUNT= lcn2
MAKE_JOBS_UNSAFE= yes
@@ -28,11 +25,10 @@ TEST_TARGET= check
OPTIONS_DEFINE= FULL HELP
OPTIONS_DEFAULT=FULL HELP
OPTIONS_SUB= yes
-FULL_DESC= Install all functions, scripts, and headers
+FULL_DESC= Install all funcs/scripts/headers (OFF: just basic calculator)
HELP_DESC= Install calc help files
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/calc \
- ${STAGEDIR}${PREFIX}/lib/lib*.so
+ cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/calc lib/lib*.so
.include <bsd.port.mk>
diff --git a/math/calc/distinfo b/math/calc/distinfo
index c566a7584307..2c7bafa8a9d0 100644
--- a/math/calc/distinfo
+++ b/math/calc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550396076
-SHA256 (lcn2-calc-2.12.7.2_GH0.tar.gz) = f2516a3d54941ba88ed877138bece9b1daba13a863f7c1de0d6e0962647aa8cf
-SIZE (lcn2-calc-2.12.7.2_GH0.tar.gz) = 1117829
+TIMESTAMP = 1612451363
+SHA256 (lcn2-calc-2.12.7.6_GH0.tar.gz) = a7f462889cd4cd901a005f3315b0b0a8ab2725d10e58547f1f9d783f96f4c9a0
+SIZE (lcn2-calc-2.12.7.6_GH0.tar.gz) = 1118524
diff --git a/math/calc/pkg-descr b/math/calc/pkg-descr
index ef5ae5897b2e..4f242f65ab9d 100644
--- a/math/calc/pkg-descr
+++ b/math/calc/pkg-descr
@@ -7,4 +7,4 @@ of pre-defined functions. The calculator can calculate transcendental
functions, and accept and display numbers in real or exponential format.
The calculator also knows about complex numbers.
-WWW: http://www.isthe.com/chongo/tech/comp/calc/
+WWW: https://github.com/lcn2/calc