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 )
>
> Is this something I should ask upstream about? Any feedback
> appreciated.
>
> Cheers,
>
> Paul 'WEiRD' de Weerd
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/ladvd/Makefile,v
> retrieving revision 1.18
> diff -u -p -r1.18 Makefile
> --- Makefile 5 Oct 2015 16:29:02 -0000 1.18
> +++ Makefile 14 Jun 2017 12:05:57 -0000
> @@ -2,10 +2,12 @@
>
> COMMENT = link advertisement (LLDP/CDP etc) daemon
>
> -DISTNAME = ladvd-1.0.4
> -REVISION = 3
> CATEGORIES = net
>
> +GH_ACCOUNT = sspans
> +GH_PROJECT = ladvd
> +GH_TAGNAME = v1.1.1
> +
Why not from ${HOMEPAGE}/ladvd-1.1.0.tar.gz?
Best regards,
Rafael