update to calc-2.13.0.1

This commit is contained in:
sthen 2021-04-28 19:39:27 +00:00
parent 1afd415a3e
commit 9168e4ee39
3 changed files with 6 additions and 39 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.49 2021/03/28 13:23:22 sthen Exp $
# $OpenBSD: Makefile,v 1.50 2021/04/28 19:39:27 sthen Exp $
COMMENT= C-style arbitrary precision calculator
V= 2.13.0.0
V= 2.13.0.1
DISTNAME= calc-$V
EXTRACT_SUFX= .tar.bz2
@ -21,7 +21,7 @@ PERMIT_PACKAGE= Yes
WANTLIB += c curses readline
MASTER_SITES= https://github.com/lcn2/calc/releases/download/$V/ \
MASTER_SITES= https://github.com/lcn2/calc/releases/download/v$V/ \
http://www.isthe.com/chongo/src/calc/
MAKE_FLAGS= Q="" \

View File

@ -1,2 +1,2 @@
SHA256 (calc-2.13.0.0.tar.bz2) = Vm5xZG4cukJ/Uu40uR5AKj4oq3O++xMGUF88rglwBZU=
SIZE (calc-2.13.0.0.tar.bz2) = 975166
SHA256 (calc-2.13.0.1.tar.bz2) = auU49XeFxXAacBEszwB6tVU6vTMq4t6q2vVk9AHHNK0=
SIZE (calc-2.13.0.1.tar.bz2) = 987542

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2021/03/27 14:35:59 sthen Exp $
@comment $OpenBSD: PLIST,v 1.15 2021/04/28 19:39:27 sthen Exp $
@bin bin/calc
bin/cscript/
bin/cscript/4dsphere
@ -10,57 +10,25 @@ bin/cscript/powerterm
bin/cscript/simple
bin/cscript/square
include/calc/
include/calc/align32.h
include/calc/alloc.h
include/calc/args.h
include/calc/banned.h
include/calc/blkcpy.h
include/calc/block.h
include/calc/byteswap.h
include/calc/calc.h
include/calc/calcerr.c
include/calc/calcerr.h
include/calc/cmath.h
include/calc/conf.h
include/calc/config.h
include/calc/custom/
include/calc/custom.h
include/calc/decl.h
include/calc/endian_calc.h
include/calc/file.h
include/calc/fposval.h
include/calc/func.h
include/calc/hash.h
include/calc/have_ban_pragma.h
include/calc/have_const.h
include/calc/have_fpos.h
include/calc/have_fpos_pos.h
include/calc/have_getpgid.h
include/calc/have_getprid.h
include/calc/have_getsid.h
include/calc/have_gettime.h
include/calc/have_memmv.h
include/calc/have_newstr.h
include/calc/have_offscl.h
include/calc/have_posscl.h
include/calc/have_rusage.h
include/calc/have_stdlib.h
include/calc/have_strdup.h
include/calc/have_string.h
include/calc/have_strlcat.h
include/calc/have_strlcpy.h
include/calc/have_times.h
include/calc/have_uid_t.h
include/calc/have_unistd.h
include/calc/have_unused.h
include/calc/have_urandom.h
include/calc/have_ustat.h
include/calc/hist.h
include/calc/jump.h
include/calc/label.h
include/calc/lib_calc.h
include/calc/lib_util.h
include/calc/longbits.h
include/calc/nametype.h
include/calc/opcodes.h
include/calc/prime.h
@ -69,7 +37,6 @@ include/calc/sha1.h
include/calc/str.h
include/calc/strl.h
include/calc/symbol.h
include/calc/terminal.h
include/calc/token.h
include/calc/value.h
include/calc/zmath.h