svn commit: r526344 - in head: . misc/bible-kjv misc/brs
Kubilay Kocak
koobs at FreeBSD.org
Mon Feb 17 06:29:47 UTC 2020
Author: koobs
Date: Mon Feb 17 06:29:46 2020
New Revision: 526344
URL: https://svnweb.freebsd.org/changeset/ports/526344
Log:
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)
Added:
head/misc/bible-kjv/
- copied from r526343, head/misc/brs/
Deleted:
head/misc/brs/
Modified:
head/MOVED
head/misc/bible-kjv/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Mon Feb 17 06:27:33 2020 (r526343)
+++ head/MOVED Mon Feb 17 06:29:46 2020 (r526344)
@@ -14279,3 +14279,4 @@ x11/rox-wallpaper||2020-02-16|Has expired: Old, uses E
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)
Modified: head/misc/bible-kjv/Makefile
==============================================================================
--- head/misc/brs/Makefile Mon Feb 17 06:27:33 2020 (r526343)
+++ head/misc/bible-kjv/Makefile Mon Feb 17 06:29:46 2020 (r526344)
@@ -1,10 +1,10 @@
# Created by: Kim Scarborough <user at 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 at 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.
More information about the svn-ports-head
mailing list