summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAndrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk>2023-07-30 10:34:32 +0200
committerRobert Clausecker <fuz@FreeBSD.org>2023-07-31 01:59:05 +0300
commit1ebcc663296c41e4fd88babff3d381f3cf87abf1 (patch)
tree3548be7e7a93f46a87bc00a8dcd66ed270f52c46 /misc
parent7edcfaeb079e3285b299ef619ab9d09d46c447a2 (diff)
downloadfreebsd-ports-1ebcc663296c41e4fd88babff3d381f3cf87abf1.zip
misc/bible-kjv: update to 4.38
Changes: * Incorporate some small bug fixes from upstream. * Clean up makefile a bit. PR: 272805
Diffstat (limited to 'misc')
-rw-r--r--misc/bible-kjv/Makefile16
-rw-r--r--misc/bible-kjv/distinfo6
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