Wed Feb 17 16:51:17 2021 UTC ()
math/bc-gh: Update to 3.3.0

## 3.3.0

This is a production release that changes one behavior and fixes documentation
bugs.

The changed behavior is the treatment of `-e` and `-f` when given through
`BC_ENV_ARGS` or `DC_ENV_ARGS`. Now `bc` and `dc` do not exit when those options
(or their equivalents) are given through those environment variables. However,
`bc` and `dc` still exit when they or their equivalents are given on the
command-line.


(gdt)
diff -r1.10 -r1.11 pkgsrc/math/bc-gh/Makefile
diff -r1.8 -r1.9 pkgsrc/math/bc-gh/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/math/bc-gh/Makefile (expand / switch to unified diff)

--- pkgsrc/math/bc-gh/Makefile 2021/02/15 18:20:56 1.10
+++ pkgsrc/math/bc-gh/Makefile 2021/02/17 16:51:17 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2021/02/15 18:20:56 gdt Exp $ 1# $NetBSD: Makefile,v 1.11 2021/02/17 16:51:17 gdt Exp $
2 2
3VERSION= 3.2.7 3VERSION= 3.3.0
4DISTNAME= bc-${VERSION} 4DISTNAME= bc-${VERSION}
5PKGNAME= bc-gh-${VERSION} 5PKGNAME= bc-gh-${VERSION}
6CATEGORIES= math 6CATEGORIES= math
7MASTER_SITES= ${MASTER_SITE_GITHUB:=gavinhoward/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=gavinhoward/}
8GITHUB_PROJECT= bc 8GITHUB_PROJECT= bc
9GITHUB_RELEASE= ${VERSION} 9GITHUB_RELEASE= ${VERSION}
10EXTRACT_SUFX= .tar.xz 10EXTRACT_SUFX= .tar.xz
11 11
12MAINTAINER= yzena.tech@gmail.com 12MAINTAINER= yzena.tech@gmail.com
13#MAINTAINER+= gdt@NetBSD.org 13#MAINTAINER+= gdt@NetBSD.org
14HOMEPAGE= https://github.com/gavinhoward/bc 14HOMEPAGE= https://github.com/gavinhoward/bc
15COMMENT= Implementation of POSIX bc with GNU extensions 15COMMENT= Implementation of POSIX bc with GNU extensions
16LICENSE= 2-clause-bsd 16LICENSE= 2-clause-bsd

cvs diff -r1.8 -r1.9 pkgsrc/math/bc-gh/distinfo (expand / switch to unified diff)

--- pkgsrc/math/bc-gh/distinfo 2021/02/15 18:20:56 1.8
+++ pkgsrc/math/bc-gh/distinfo 2021/02/17 16:51:17 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2021/02/15 18:20:56 gdt Exp $ 1$NetBSD: distinfo,v 1.9 2021/02/17 16:51:17 gdt Exp $
2 2
3SHA1 (bc-3.2.7.tar.xz) = 2736594dce03aab6a22b8ff7063928ae835dafc5 3SHA1 (bc-3.3.0.tar.xz) = 86bbc003170814972829ef90c8adf59ec0b0ea50
4RMD160 (bc-3.2.7.tar.xz) = dadbccae82d829bb38c724ec5f6087ab66e0e25f 4RMD160 (bc-3.3.0.tar.xz) = 5f1efa9181a6ed91dd00a5db955800e5312b3b6b
5SHA512 (bc-3.2.7.tar.xz) = b516c400625b54b68ed5c1d484d48d80a094495c1d96437129a835dcc5caf2c29d5524d4b67144d11215569bd6ec1ac90113b3fda0d621c8672313119da4f9fa 5SHA512 (bc-3.3.0.tar.xz) = b8d0b6d6d9c5d4fc62df62d1b9b7e7006a8b430e063fe0d5f646cfaeb4c6fc9c7037b644e853b7ae7d5c5f42f079221e9cdc32564d70c9ddd6bb867ddc7056de
6Size (bc-3.2.7.tar.xz) = 228540 bytes 6Size (bc-3.3.0.tar.xz) = 229580 bytes