On Nov 8, 2017, at 08:28, Eitan Adler wrote: > Zero King (l2dy) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/8864640d9038a1e48cff1b8263f6b987278b0075 > > The following commit(s) were added to refs/heads/master by this push: > > new 8864640 p0f: Update to 3.09b > > 8864640 is described below > > > commit 8864640d9038a1e48cff1b8263f6b987278b0075 > > Author: Eitan Adler <[email protected]> > AuthorDate: Sat Nov 4 22:42:00 2017 -0700 > > > p0f: Update to 3.09b
> @@ -18,12 +18,11 @@ long_description p0f is a versatile passive OS > fingerprinting and \ > honeypots, for pen-testing, or just for the fun of it. > > homepage http://lcamtuf.coredump.cx/p0f3/ > -master_sites ${homepage}releases/ \ > - ${homepage}releases/old/${major}.x/ > +master_sites ${homepage}/releases/ ${homepage} already ends with a slash so you should not put another slash after it when using it to define master_sites.
