On 2017/04/13 18:21, Andreas Kusalananda Kähäri wrote: > I've spent a bit of time looking for a mirror, but everyone, even > O'Reilly, is linking to the off-line home.windstream.net site: > > http://www.oreilly.com/openbook/utp/ > > The UTP revival project was started from the groff mailing list. I'll > re-subscribe to it and ask...
ok? Index: Makefile =================================================================== RCS file: /cvs/ports/books/utp/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 19 Dec 2015 22:13:58 -0000 1.1.1.1 +++ Makefile 13 Apr 2017 17:09:30 -0000 @@ -3,19 +3,18 @@ COMMENT = comprehensive book on unix text processing V = 1.0 +REVISION = 0 DISTNAME = utp-$V CATEGORIES = books -HOMEPAGE = http://home.windstream.net/kollar/utp/ - MAINTAINER = Anthony J. Bentley <[email protected]> # CC-BY-1.0 PERMIT_PACKAGE_CDROM = Yes -MASTER_SITES = http://ftp.ffii.org/pub/groff/contrib/documentation/utp/ \ - http://home.windstream.net/kollar/utp/ +MASTER_SITES = https://groff.ffii.org/groff/contrib/documentation/utp/ \ + ftp://ftp.ffii.org/pub/groff/contrib/documentation/utp/ EXTRACT_ONLY =
