Hi ports --

As begun here [0], I think it makes sense to rename our ebc package to
bc-gh. The attached new port does exactly that (and updates to the
latest version of bc-gh at the same time).

Also attached is a quirks entry. Will of course remove math/ebc and
update math/Makefile as appropriate.

OK?

~Brian

[0] https://marc.info/?l=openbsd-ports&m=158672715211884&w=2

Attachment: bc-gh.tgz
Description: application/compressed-tar

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.950
diff -u -p -r1.950 Makefile
--- Makefile	29 May 2020 22:51:12 -0000	1.950
+++ Makefile	30 May 2020 22:48:27 -0000
@@ -5,7 +5,7 @@ CATEGORIES =	devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =	quirks-3.341
+PKGNAME =	quirks-3.342
 PKG_ARCH =	*
 MAINTAINER =	Marc Espie <es...@openbsd.org>
 
Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.968
diff -u -p -r1.968 Quirks.pm
--- files/Quirks.pm	29 May 2020 22:51:12 -0000	1.968
+++ files/Quirks.pm	30 May 2020 22:48:27 -0000
@@ -424,6 +424,7 @@ my $stem_extensions = {
 	'py-dulwich' => 'py3-dulwich',
 	'py-cups' => 'py3-cups',
 	'py-fastimport' => 'py3-fastimport',
+	'ebc' => 'bc-gh',
 };
 
 my $obsolete_reason = {

Reply via email to