Date: Sun, 18 Sep 2016 09:29:28 +0200 From: Olivier Duchateau <duchateau.olivier@gmail.com> To: Kevin Oberman <rkoberman@gmail.com> Cc: FreeBSD Ports ML <freebsd-ports@freebsd.org> Subject: Re: Problems with fetching from GitHub using GH_TAGNAME= hash Message-ID: <20160918092928.957173645d90f0995aa9425b@gmail.com> In-Reply-To: <CAN6yY1toycka=kcFLZX2XgNSX%2BsZK_OyE=5Vncz5YZ8OSTnE8A@mail.gmail.com> References: <CAN6yY1toycka=kcFLZX2XgNSX%2BsZK_OyE=5Vncz5YZ8OSTnE8A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 Sep 2016 22:40:27 -0700 Kevin Oberman <rkoberman@gmail.com> wrote: > I an attempting to write a port for multimedia/mp4vs which has moved from > Google Code to GitHub. I tried specifying GH_TAGNAME= 6fda22f, but instead > of fetching mp4v2-Release-MP4v2-3.0.1.1.tar.gz, it tries to fetch > mp4v2-Release-MP4v2-3.0.1.1_GH0.tar.gz. (Note added "_GH0".) > > I have no idea where this is coming from an have no experience with porting > where GitHub is the distfile repo. Tarball is correct, despite "_GH0", I think it's GitHub, which adds this keyword on the fly, when we fetch tarball. > > My Makefile contains: > USE_GITHUB= yes > GH_ACCOUNT= TechSmith > GH_PROJECT= mp4v2 > GH_TAGNAME= 6fda22f Here, GH_PROJECT= is not necessary, because by default it re-uses PORTNAME (see Mk/bsd.sites.mk). > > Any idea what I need to change? > > Thanks, > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160918092928.957173645d90f0995aa9425b>