Date: Sun, 18 Sep 2016 09:57:14 +0200 From: Carsten Larsen <cs@innolan.dk> 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: <b6a2e225-ddbb-46f8-1de1-8b5fa73f5f6e@innolan.dk> In-Reply-To: <20160918092928.957173645d90f0995aa9425b@gmail.com> References: <CAN6yY1toycka=kcFLZX2XgNSX%2BsZK_OyE=5Vncz5YZ8OSTnE8A@mail.gmail.com> <20160918092928.957173645d90f0995aa9425b@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Den 18-09-2016 kl. 09:29 skrev Olivier Duchateau: > 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? The port should fetch from: https://codeload.github.com/TechSmith/mp4v2/tar.gz/6fda22f Which seems to work fine. >> >> 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" > > -- Kind regards Carsten Larsen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b6a2e225-ddbb-46f8-1de1-8b5fa73f5f6e>