misc/brs: Rename to bible-kjv

ports r525523 updated brs to use the DEBIAN upstream 'bible-kjv', the
successor to the now unmaintained brs.

This commit renames brs to bible-kjv accordingly.

PR:		243886
Submitted by:	Andrew <andrew tao11.riddles.org.uk>
Approved by:	<user unknown nu> (implicit, approves maintainer change)
This commit is contained in:
Kubilay Kocak
2020-02-17 06:29:46 +00:00
parent 49c338aae1
commit d18374051b
5 changed files with 4 additions and 3 deletions
+1
View File
@@ -14279,3 +14279,4 @@ x11/rox-wallpaper||2020-02-16|Has expired: Old, uses EOLed python27
x11-fm/rox-mime-editor||2020-02-16|Has expired: Old, uses EOLed python27
x11-fm/rox-session||2020-02-16|Has expired: Old, uses EOLed python27
graphics/py-PyX|graphics/py-pyx|2020-02-16|Use lowercase port name
misc/brs|misc/bible-kjv|2020-02-17|Match upstream name (successor to brs)
@@ -1,10 +1,10 @@
# Created by: Kim Scarborough <user@unknown.nu>
# $FreeBSD$
PORTNAME= brs
PORTNAME= bible-kjv
PORTVERSION= 4.30
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN:C|/%SUBDIR%/|/pool/main/${DISTNAME:C/^(.).*$/\1/}/${DISTNAME:C/_.*//}/|}
MASTER_SITES= DEBIAN
DISTNAME= bible-kjv_${DISTVERSION}
MAINTAINER= andrew@tao11.riddles.org.uk
@@ -19,7 +19,7 @@ USE_PERL5= build
# building its build tools. Parallel build randomly fails.
MAKE_JOBS_UNSAFE=yes
WRKSRC= ${WRKDIR}/${DISTNAME:C/_.*//}
WRKSRC= ${WRKDIR}/${PORTNAME}
# makeindex2 asks for bash, but contains no shell construct more
# complex than an if...then, so use sh instead.