* Brad Smith <b...@comstyle.com> le [12-09-2022 12:11:36 -0400]:
> On 9/12/2022 12:07 PM, Stuart Henderson wrote:
> 
> > There's a chicken-and-egg problem if those files ever got lost from
> > ftp.o.o though.
> > 
> > -- 
> >   Sent from a phone, apologies for poor formatting.
> > 
> > 
> > On 12 September 2022 16:47:13 Brad Smith <b...@comstyle.com> wrote:
> > 
> > > On 9/12/2022 11:02 AM, Solène Rapenne wrote:
> > > 
> > > > Le Mon, 12 Sep 2022 15:24:43 +0100,
> > > > Stuart Henderson <s...@spacehopper.org> a écrit :
> > > > 
> > > > > On 2022/09/12 13:53, Solène Rapenne wrote:
> > > > > > Hello,
> > > > > > 
> > > > > > I was running distfiles-openbsd.perso.pw, but after a server 
> > > > > > migration
> > > > > > it's gone. My new server can't handle the new files because it's 
> > > > > > super
> > > > > > tight on disk space.
> > > > > > 
> > > > > > These two ports don't have a working MASTER_SITES anymore:
> > > > > > 
> > > > > > games/teeworlds
> > > > > > security/sshlockout
> > > > > > 
> > > > > > Someone should host the sources, or we should delete the ports.
> > > > > > 
> > > > > You can always add the distfiles to a repo on github and
> > > > > point at the raw
> > > > > url. See e.g. mail/greyscanner
> > > > > 
> > > > I've lost the tarballs when I migrated the server...
> > > 
> > > 
> > > There are copies of the distfiles mirrored at..
> > > 
> > > http://ftp.openbsd.org/pub/OpenBSD/distfiles/
> 
> I wasn't implying that ftp.o.o should be the primary. Just that the
> distfiles were lost
> and here are copies. Another primary should be setup.

I can keep a copy of the mentioned files here : 

https://si3t.ch/pub/openbsd/ports/

Below patches to updates the sshlockout and teeworlds ports.
Regards


Index: Makefile
===================================================================
RCS file: /cvs/ports/security/sshlockout/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- Makefile    11 Mar 2022 19:54:05 -0000      1.7
+++ Makefile    15 Sep 2022 10:19:06 -0000
@@ -15,7 +15,7 @@ WANTLIB += c

 # snapshot of
  # https://github.com/DragonFlyBSD/DragonFlyBSD/tree/master/usr.sbin/sshlockout
  -MASTER_SITES = http://distfiles-openbsd.perso.pw/
  +MASTER_SITES = http://si3t.ch/pub/openbsd/distfiles/

   FAKE_FLAGS =   BINDIR=${PREFIX}/sbin \
                   MANDIR=${PREFIX}/man/man

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/teeworlds/Makefile,v
retrieving revision 1.30
diff -u -p -u -r1.30 Makefile
--- Makefile    11 Mar 2022 19:05:00 -0000      1.30
+++ Makefile    15 Sep 2022 10:21:15 -0000
@@ -13,7 +13,7 @@ MAINTAINER=   Stefan Hagen <sh+ports@codev
 MASTER_SITES=  https://github.com/teeworlds/teeworlds/releases/download/${V}/
 # maps repo without tags/releases on 
https://github.com/teeworlds/teeworlds-maps
 # therefore hosted as archive on perso.pw
-MASTER_SITES0= http://distfiles-openbsd.perso.pw/
+MASTER_SITES0= http://si3t.ch/pub/openbsd/distfiles/

 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
                teeworlds-${V}-data.tar.gz{teeworlds-data.tar.gz}:0

Reply via email to