From owner-freebsd-ports@FreeBSD.ORG Fri Jun 5 16:08:37 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E5851D6 for ; Fri, 5 Jun 2015 16:08:37 +0000 (UTC) (envelope-from pusateri@bangj.com) Received: from oj.bangj.com (amt0.gin.ntt.net [129.250.11.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78F0D1639 for ; Fri, 5 Jun 2015 16:08:37 +0000 (UTC) (envelope-from pusateri@bangj.com) Received: from dark.mountain2sea.com (cpe-98-122-46-16.sc.res.rr.com [98.122.46.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by oj.bangj.com (Postfix) with ESMTPSA id F3CC31176A; Fri, 5 Jun 2015 12:04:22 -0400 (EDT) Message-ID: <5571C97C.2080903@bangj.com> Date: Fri, 05 Jun 2015 12:08:28 -0400 From: Tom Pusateri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Jan Beich CC: freebsd-ports@freebsd.org Subject: Re: Help with new port with multiple downloaded files from github References: <556E83CE.2020209@bangj.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2015 16:08:37 -0000 On 06/03/15 14:42, Tom Pusateri wrote: >> On Jun 3, 2015, at 4:08 AM, Jan Beich 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