git: 1ebcc663296c - main - misc/bible-kjv: update to 4.38
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jul 2023 22:59:36 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ebcc663296c41e4fd88babff3d381f3cf87abf1 commit 1ebcc663296c41e4fd88babff3d381f3cf87abf1 Author: Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> AuthorDate: 2023-07-30 08:34:32 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-07-30 22:59:05 +0000 misc/bible-kjv: update to 4.38 Changes: * Incorporate some small bug fixes from upstream. * Clean up makefile a bit. PR: 272805 --- misc/bible-kjv/Makefile | 16 ++++++++-------- misc/bible-kjv/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/misc/bible-kjv/Makefile b/misc/bible-kjv/Makefile index b414828bd750..fdec053c2525 100644 --- a/misc/bible-kjv/Makefile +++ b/misc/bible-kjv/Makefile @@ -1,5 +1,5 @@ PORTNAME= bible-kjv -PORTVERSION= 4.30 +PORTVERSION= 4.38 CATEGORIES= misc MASTER_SITES= DEBIAN DISTNAME= bible-kjv_${DISTVERSION} @@ -12,17 +12,11 @@ LICENSE= GPLv2+ USES= readline shebangfix perl5 USE_PERL5= build -# Upstream makefile does unsafe things with recursive sub-makes for -# building its build tools. Parallel build randomly fails. -MAKE_JOBS_UNSAFE=yes - -WRKSRC= ${WRKDIR}/${PORTNAME} - # makeindex2 asks for bash, but contains no shell construct more # complex than an if...then, so use sh instead. -bash_CMD= /bin/sh SHEBANG_FILES= makeindex2 makeconc.pl +bash_CMD= /bin/sh # We don't really need all the warning options that the port uses. PORT_CFLAGS= -DDESTLIB=\\\"${DATADIR}\\\" @@ -31,6 +25,12 @@ MAKE_ARGS= DEST="${PREFIX}" \ CFLAGS="${CPPFLAGS} ${CFLAGS} ${PORT_CFLAGS}" \ LDFLAGS="${LDFLAGS}" +# Upstream makefile does unsafe things with recursive sub-makes for +# building its build tools. Parallel build randomly fails. +MAKE_JOBS_UNSAFE=yes + +WRKSRC= ${WRKDIR}/work + post-build: ${REINPLACE_CMD} 's=/usr/=${PREFIX}/=g' ${WRKSRC}/bible.1 cd ${WRKSRC} && \ diff --git a/misc/bible-kjv/distinfo b/misc/bible-kjv/distinfo index 6057d2dd2082..21f94c4e6850 100644 --- a/misc/bible-kjv/distinfo +++ b/misc/bible-kjv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580855102 -SHA256 (bible-kjv_4.30.tar.gz) = 138ca15baedcfaccc99da3663a6bcfdc493fabf4aa90554e056a2a829778f4a0 -SIZE (bible-kjv_4.30.tar.gz) = 1412282 +TIMESTAMP = 1690682208 +SHA256 (bible-kjv_4.38.tar.gz) = 890b4d16fa2c0a9930fd4e6df22c6182b696ac0c1c47d12dc513227c62d8f249 +SIZE (bible-kjv_4.38.tar.gz) = 1413504