Diff attached, this time. :B
On Wed, Aug 14, 2019 at 10:57 PM Andras Farkas <[email protected]> wrote: > > When I do: > pkg_info hoc > I get this link in the result: > https://www.cs.princeton.edu/~bwk/btl.mirror/new/ > However, that link seems to not be the right one anymore. Looking at it using > https://web.archive.org/ > It appears this may be the correct link now: > https://www.cs.princeton.edu/~bwk/btl.mirror/
Index: Makefile =================================================================== RCS file: /cvs/ports/math/hoc/Makefile,v retrieving revision 1.30 diff -u -p -r1.30 Makefile --- Makefile 12 Jul 2019 20:47:41 -0000 1.30 +++ Makefile 28 Sep 2019 21:00:29 -0000 @@ -5,13 +5,13 @@ COMMENT= from Kernighan & Pike: High Ord GH_ACCOUNT = IanDarwin GH_PROJECT = hoc GH_TAGNAME = v1.1 -REVISION= 1 +REVISION= 2 CATEGORIES= math MAINTAINER= Ian Darwin <[email protected]> -HOMEPAGE= https://www.cs.princeton.edu/~bwk/btl.mirror/new/ +HOMEPAGE= https://www.cs.princeton.edu/~bwk/btl.mirror/ # BSD-like License from original distfile: "Permission to use, copy, # modify, and distribute this software... for any purpose and without
