Date: Fri, 05 Jun 2015 12:08:28 -0400 From: Tom Pusateri <pusateri@bangj.com> To: Jan Beich <jbeich@vfemail.net> Cc: freebsd-ports@freebsd.org Subject: Re: Help with new port with multiple downloaded files from github Message-ID: <5571C97C.2080903@bangj.com> In-Reply-To: <CF92424E-C5E3-4509-94BB-33CBD1805F98@bangj.com> References: <556E83CE.2020209@bangj.com> <eglt-uscd-wny@FreeBSD.org> <CF92424E-C5E3-4509-94BB-33CBD1805F98@bangj.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 06/03/15 14:42, Tom Pusateri wrote: >> On Jun 3, 2015, at 4:08 AM, Jan Beich <jbeich@vfemail.net> wrote: >> >> Why are you trying to replicate www/chromium logic instead of making >> a slave of it? >> >> Thanks for the help. This works now and the versions match. >> >> PORTNAME= libchromiumcontent >> PORTVERSION= 43.0.2357.65 >> DISTVERSIONPREFIX= v >> DISTVERSIONSUFFIX= -atom-1 >> CATEGORIES= www >> >> MAINTAINER= pusateri@bangj.com >> COMMENT= Shared library build of Chromium's Content module >> >> USE_GITHUB= yes >> GH_ACCOUNT= atom gliaskos:freebsd_chromium >> GH_PROJECT= freebsd-chromium:freebsd_chromium >> GH_TAGNAME= b715e82:freebsd_chromium >> >> Thanks! >> Tom >> >> > Ok, I'm trying to use a slave build now and could use some help. Here's the Makefile PORTNAME= libchromiumcontent MASTERDIR= ${.CURDIR}/../chromium PORTVERSION= 43.0.2357.65 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -atom-2 MAINTAINER= pusateri@bangj.com COMMENT= Shared library build of Chromium's Content module USE_GITHUB= yes GH_PROJECT= libchromiumcontent:libchromiumcontent GH_ACCOUNT= atom:libchromiumcontent .include "${MASTERDIR}/Makefile" And here's the fetch list. It seems to be mixing the two which isn't surprising but I'm not sure how to get the distinct downloads. /usr/ports/www/libchromiumcontent # make fetch-urlall-list MASTER_SITE_BACKUP= http://commondatastorage.googleapis.com/chromium-browser-official/chromium-chromium-v43.0.2357.81-atom-2_GH0.tar.xz https://codeload.github.com/chromium/chromium/tar.gz/v43.0.2357.81-atom-2?dummy=/chromium-chromium-v43.0.2357.81-atom-2_GH0.tar.xz http://commondatastorage.googleapis.com/chromium-browser-official/chromium-chromium-v43.0.2357.81-atom-2_GH0.tar.gz https://codeload.github.com/chromium/chromium/tar.gz/v43.0.2357.81-atom-2?dummy=/chromium-chromium-v43.0.2357.81-atom-2_GH0.tar.gz https://codeload.github.com/atom/libchromiumcontent/tar.gz/v43.0.2357.81-atom-2?dummy=/atom-libchromiumcontent-v43.0.2357.81-atom-2_GH0.tar.gz Thanks, Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5571C97C.2080903>