update to calc-2.17.0.0

This commit is contained in:
sthen
2026-05-19 07:23:55 +00:00
parent 1272f71ce8
commit 7d7578ea91
4 changed files with 9 additions and 9 deletions
+6 -3
View File
@@ -1,6 +1,6 @@
COMMENT= C-style arbitrary precision calculator
V= 2.16.1.3
V= 2.17.0.0
DISTNAME= calc-$V
EXTRACT_SUFX= .tar.bz2
@@ -14,13 +14,16 @@ MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc
SITES= https://github.com/lcn2/calc/releases/download/v$V/ \
http://www.isthe.com/chongo/src/calc/
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += c curses readline
SITES= https://github.com/lcn2/calc/releases/download/v$V/ \
http://www.isthe.com/chongo/src/calc/
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MAKE_FLAGS= Q="" \
BINDIR='$${DESTDIR}${PREFIX}/bin' \
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (calc-2.16.1.3.tar.bz2) = KXW0ZCuDmunJLzL4GP78f/q1aDiCxJv6vTdVS8/5mWE=
SIZE (calc-2.16.1.3.tar.bz2) = 1046014
SHA256 (calc-2.17.0.0.tar.bz2) = Cso4Z8E5UBsoXCluuujZ+4Slppb5k6K+EDRPKKrqrDk=
SIZE (calc-2.17.0.0.tar.bz2) = 1041459
+1 -1
View File
@@ -1,7 +1,7 @@
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -536,7 +536,7 @@ calc.1: calc.man ${MK_SET}
@@ -659,7 +659,7 @@ calc.1: calc.man ${MK_SET}
calc.usage: calc.1
${Q} echo forming $@ from calc.1
${RM} -f $@
-3
View File
@@ -9,19 +9,16 @@ bin/cscript/powerterm
bin/cscript/simple
bin/cscript/square
include/calc/
include/calc/alloc.h
include/calc/attribute.h
include/calc/banned.h
include/calc/blkcpy.h
include/calc/block.h
include/calc/bool.h
include/calc/byteswap.h
include/calc/calc.h
include/calc/cmath.h
include/calc/config.h
include/calc/custom/
include/calc/custom.h
include/calc/decl.h
include/calc/errtbl.h
include/calc/file.h
include/calc/func.h