On 2025/01/21 15:42, Stuart Cassoff wrote: > Site no longer exists and url now goes to a very not-safe-for-work site (T > escorts). > Found old site on archive.org. > Distfile is the same but I guess is uncompressed in transit?
I've mirrored the original distfile, you can set SITES to https://spacehopper.org/mirrors/ (drop DISTFILES and restore the original distinfo) which I'd prefer over using archive.org for downloads (especially with the content-transfer-encoding gzip issue).. ok with that. > Add missing RUN_DEPEND. > Set path to README in the program. > Broken on 8.6+. > Take maintainer, fwiw. > > > Stu > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/textproc/boust/Makefile,v > diff -u -p -u -p -r1.18 Makefile > --- Makefile 27 Sep 2023 18:08:59 -0000 1.18 > +++ Makefile 20 Jan 2025 20:06:09 -0000 > @@ -1,17 +1,26 @@ > COMMENT= boustrophedon text reader > + > DISTNAME= boust-0.161 > -REVISION = 4 > +REVISION = 5 > + > CATEGORIES= textproc > +MAINTAINER= Stuart Cassoff <s...@users.sourceforge.net> > > -HOMEPAGE= http://traevoli.com/boust/ > +HOMEPAGE= > http://web.archive.org/web/20181215124207/http://traevoli.com/boust/ > > # GPLv2 > -PERMIT_PACKAGE= Yes > +PERMIT_PACKAGE= Yes > > SITES= ${HOMEPAGE}bin/ > > +DISTFILES= ${DISTNAME}.tar{${DISTNAME}.tar.gz} > + > MODULES= x11/tk > > +# Broken on 8.6+ > +MODTK_VERSION= 8.5 > + > +RUN_DEPENDS= ${MODTK_RUN_DEPENDS} > NO_BUILD= Yes > NO_TEST= Yes > PKG_ARCH= * > Index: distinfo > =================================================================== > RCS file: /cvs/ports/textproc/boust/distinfo,v > diff -u -p -u -p -r1.4 distinfo > --- distinfo 1 Feb 2013 17:07:41 -0000 1.4 > +++ distinfo 20 Jan 2025 20:06:09 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (boust-0.161.tar.gz) = bkh99ez72yRPKI7mj0EAW//cuavf9wLIni9vnRPTeIw= > -SIZE (boust-0.161.tar.gz) = 64243 > +SHA256 (boust-0.161.tar) = P8bPp4q3YQfQ6GKRnz4gM20fT2GZvZxSScAWwP5NoWs= > +SIZE (boust-0.161.tar) = 153600 > Index: patches/patch-boust > =================================================================== > RCS file: /cvs/ports/textproc/boust/patches/patch-boust,v > diff -u -p -u -p -r1.4 patch-boust > --- patches/patch-boust 11 Mar 2022 20:02:25 -0000 1.4 > +++ patches/patch-boust 20 Jan 2025 20:06:09 -0000 > @@ -1,5 +1,6 @@ > ---- boust.orig Thu Nov 7 00:06:00 2002 > -+++ boust Wed Nov 6 23:53:47 2002 > +Index: boust > +--- boust.orig > ++++ boust > @@ -2,9 +2,9 @@ > # In sh check to see if the "--o" argument is present. > # If it is, run tclsh, otherwise, run wish. > @@ -12,3 +13,19 @@ > # \ > exec $THESH "$0" "$@" > > +@@ -145,13 +145,13 @@ if {[llength $argv] > 0} { > + set fileName $filepar > + } else { > + puts stderr "No file specified. Defaulting to 'README'. " > +- set fileName README > ++ set fileName ${LOCALBASE}/share/doc/boust/README > + } > + > + > + } else { > + puts stderr "No file specified. Defaulting to 'README'. " > +- set fileName README > ++ set fileName ${LOCALBASE}/share/doc/boust/README > + } > + > + if {$printOnly == 0} {