Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
Re: Add myself to openbsd-developers
To:
OpenBSD ports <ports@openbsd.org>
Date:
Mon, 21 Oct 2024 14:08:08 +0200

Download raw body.

Thread
On Mon, 21 Oct 2024 13:52:56 +0200,
Stuart Henderson <stu@spacehopper.org> wrote:
> 
> On 2024/10/21 13:43, Kirill A. Korinsky wrote:
> > On Mon, 21 Oct 2024 13:10:17 +0200,
> > Stuart Henderson <stu@spacehopper.org> wrote:
> > > 
> > > The file is sorted numerically by latitude. Yes that's arbitrary but
> > > please stick to the existing style. Then it's ok sthen@
> > >
> > 
> > It was too late.
> 
> Not too late to change it.
> 

Like this?

Index: Makefile
===================================================================
RCS file: /cvs/ports/geo/openbsd-developers/Makefile,v
diff -u -p -r1.190 Makefile
--- Makefile	21 Oct 2024 11:21:48 -0000	1.190
+++ Makefile	21 Oct 2024 12:07:37 -0000
@@ -2,7 +2,7 @@ CATEGORIES=		geo
 COMMENT=		geographic location of past and present OpenBSD developers
 
 DISTNAME=		openbsd-developers-2.0
-REVISION=		54
+REVISION=		55
 
 DISTFILES=
 HOMEPAGE=		https://www.openbsd.org/
Index: files/OpenBSD
===================================================================
RCS file: /cvs/ports/geo/openbsd-developers/files/OpenBSD,v
diff -u -p -r1.185 OpenBSD
--- files/OpenBSD	21 Oct 2024 11:21:48 -0000	1.185
+++ files/OpenBSD	21 Oct 2024 12:07:37 -0000
@@ -155,11 +155,11 @@
 52.26		4.63		"camield"	# Camiel Dobbelaar
 52.28083	10.57271	"kili"		# Matthias Kilian
 52.35447	4.630657	"otto"		# Otto Moerbeek
-52.45155	13.27654	"kirill"	# Kirill A. Korinsky
 52.366		9.716		"andre"		# Andre de Oliveira
 52.368		9.743		"rsadowski"	# Rafael Sadowski
 52.3963543	13.107545	"jung"		# Joerg Jung
 52.4144		12.5524		"sebastia"	# Sebastian Reitenbach
+52.45155	13.27654	"kirill"	# Kirill A. Korinsky
 52.5		21		"alek"		# Aleksander Piotrowski
 52.54		13.41		"phessler"	# Peter Hessler
 53.08566	8.13058		"fkr"		# Felix Kronlage


-- 
wbr, Kirill