Re: [maintainer update] remind 6.2.7 -> 6.2.8

Kirill A. Korinsky <[email protected]> Wed, 29 Jul 2026 12:45:43 +0200
Newsgroups gmane.os.openbsd.ports
Message-ID <[email protected]>
On Wed, 29 Jul 2026 10:00:25 +0200,
Martin Ziemer <[email protected]> wrote:
> 
> Am Tue, Jul 28, 2026 at 10:59:31PM +0200 schrieb Kirill A. Korinsky:
> > On Tue, 28 Jul 2026 13:14:23 +0200,
> > Martin Ziemer <[email protected]> wrote:
> > > This patch updates remind from 6.2.7 to 6.2.8.
> > > 
> > > Tested on amd64.
> > Somethign odd here:
> > 
> > ===>  Checking files for remind-6.2.8
> > >> Fetch https://dianne.skoll.ca/projects/remind/download/remind-06.02.08.tar.gz
> > ftp: Error retrieving https://dianne.skoll.ca/projects/remind/download/remind-06.02.08.tar.gz: 404 Not Found
> > >> Fetch https://ftp.openbsd.org/pub/OpenBSD/distfiles/remind-06.02.08.tar.gz
> > ftp: Error retrieving https://ftp.openbsd.org/pub/OpenBSD/distfiles/remind-06.02.08.tar.gz: 404 Not Found
> > >> Fetch https://ftp.usa.openbsd.org/pub/OpenBSD/distfiles/remind-06.02.08.tar.gz
> > ftp: Error retrieving https://ftp.usa.openbsd.org/pub/OpenBSD/distfiles/remind-06.02.08.tar.gz: 404 Not Found
> > >> Fetch https://ftp.fr.openbsd.org/pub/OpenBSD/distfiles/remind-06.02.08.tar.gz
> > ftp: Error retrieving https://ftp.fr.openbsd.org/pub/OpenBSD/distfiles/remind-06.02.08.tar.gz: 404 Not Found
> > *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3322 '/build/distfiles/remind-06.02.08.tar.gz': @lock=remind-06.02.08.tar.gz.dist...)
> 
> Seems like 6.2.8 was removed from server as yesterday came a new release.
> 

Not removed, moved to https://dianne.skoll.ca/projects/remind/download/OLD/

So, I think we should have both places in SITES to avoid possible failure in
bulk build if new release is issues before a bulk is started.

Ok?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/misc/remind/Makefile,v
diff -u -p -r1.104 Makefile
--- Makefile	13 Jun 2026 10:41:54 -0000	1.104
+++ Makefile	29 Jul 2026 10:41:02 -0000
@@ -1,7 +1,7 @@
 COMMENT=	scripting language for reminders, with a Tk front end
 
-DISTNAME=	remind-06.02.07
-PKGNAME=	remind-6.2.7
+DISTNAME=	remind-06.02.09
+PKGNAME=	remind-6.2.9
 
 CATEGORIES=	misc
 
@@ -17,7 +17,8 @@ COMPILER_LANGS=		c
 
 WANTLIB=		c m readline
 
-SITES=			https://dianne.skoll.ca/projects/remind/download/
+SITES=			https://dianne.skoll.ca/projects/remind/download/ \
+			https://dianne.skoll.ca/projects/remind/download/OLD/
 
 TEST_ENV=		LC_ALL=en_US.UTF-8
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/misc/remind/distinfo,v
diff -u -p -r1.73 distinfo
--- distinfo	13 Jun 2026 10:41:54 -0000	1.73
+++ distinfo	29 Jul 2026 10:42:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (remind-06.02.07.tar.gz) = zBOh38QyYXdZLhJDmprALo9hHKhiU5uYlHlE6Yqil9w=
-SIZE (remind-06.02.07.tar.gz) = 9050524
+SHA256 (remind-06.02.09.tar.gz) = GMm326SzuHUIOtMbjAkdLRacwoIf6bIwUs7As3lkRQ4=
+SIZE (remind-06.02.09.tar.gz) = 9054822


-- 
wbr, Kirill