On 2017/06/14 15:27, Rafael Sadowski wrote: > On Wed Jun 14, 2017 at 02:32:55PM +0200, Paul de Weerd wrote: > > Hi all, > > > > Here's an update to net/ladvd, bringing it to 1.1.1. > > > > There's one issue though, and I could use some pointers here. The > > Makefile as it is now fetches a different tarball (same name) than the > > one that should be used (which is fetched from > > https://github.com/sspans/ladvd/files/1065794/ladvd-1.1.1.tar.gz )
OK this one is in github "releases"; just use normal variables: DISTNAME= ladvd-1.1.1 MASTER_SITES= https://github.com/sspans/ladvd/files/1065794/ GH_* are for things which don't use "releases" and rely on github's auto-generated export tarballs. > Why not from ${HOMEPAGE}/ladvd-1.1.0.tar.gz? Because that isn't 1.1.1.
