Help with new port with multiple downloaded files from github

Tom Pusateri pusateri at bangj.com
Fri Jun 5 16:08:37 UTC 2015


On 06/03/15 14:42, Tom Pusateri wrote:

>> On Jun 3, 2015, at 4:08 AM, Jan Beich <jbeich at 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 at 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 at 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



More information about the freebsd-ports mailing list