mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
math/gh-bc: update to version 5.3.3
This update restores suppression of the prompt with option -P, which had been missing if linked with libedit or libreadline. Since building the version tagged as 5.3.3 leaves temporary files in /tmp, this commit includes a post-release update that fixes this build issue.
This commit is contained in:
parent
fbdca56273
commit
f63c70ee23
@ -1,5 +1,5 @@
|
||||
PORTNAME= bc
|
||||
PORTVERSION= 5.3.2
|
||||
PORTVERSION= 5.3.3
|
||||
CATEGORIES= math lang
|
||||
PKGNAMEPREFIX= gh-
|
||||
|
||||
@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
USES= compiler:c11
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= gavinhoward
|
||||
GH_TAGNAME= eb0cd870b9
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1655231895
|
||||
SHA256 (gavinhoward-bc-5.3.2_GH0.tar.gz) = 25b853d0f7adc26ec207aaed716a5cd5dd2dd91951ee77799f7ca2ffb07d0c02
|
||||
SIZE (gavinhoward-bc-5.3.2_GH0.tar.gz) = 1209140
|
||||
TIMESTAMP = 1656182840
|
||||
SHA256 (gavinhoward-bc-5.3.3-eb0cd870b9_GH0.tar.gz) = 46f83e86f688aaf573b0e26759a9f29961018ed275b0ae014f90058773f0aeff
|
||||
SIZE (gavinhoward-bc-5.3.3-eb0cd870b9_GH0.tar.gz) = 1209761
|
||||
|
Loading…
Reference in New Issue
Block a user