Date: Sat, 12 Sep 2015 20:44:16 -0700 From: Andrey Cherkashin <andoriyu@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: Help with new port with multiple downloaded files from github Message-ID: <etPan.55f4f110.69e3bbdb.e72@Andreys-MacBook-Pro.local>
next in thread | raw e-mail | index | archive | help
Hey, any luck with this port=3F >Tom Pusateri <pusateri at bangj.com> writes: > >> Here=E2=80=99s the Makefile >> >> PORTNAME=3D libchromiumcontent >> PORTVERSION=3D 43.0.2357.65 > >To override these variables you have to modify master port to use =3F=3D= . >And altering PORTNAME often breaks master's DIST=46ILES/WRKSRC/etc. > >In this case PORTVERSION should probably stay in sync with master to >avoid trying to apply new port patches against old chromium. > >> DISTVERSIONPRE=46IX=3D v >> DISTVERSIONSU=46=46IX=3D -atom-2 > >DISTVERSION*=46IX affect both master and slave distfile. If you only wan= t >to alter the latter convert into GH=5FTAGNAME. > >> >> MAINTAINER=3D pusateri at bangj.com >> COMMENT=3D Shared library build of Chromium's Content module >> >> USE=5FGITHUB=3D yes >Define to =22nodefault=22 to avoid altering MASTER=5FSITES inherited fro= m the >master port. > >> GH=5FPROJECT=3D libchromiumcontent:libchromiumcontent >> GH=5FACCOUNT=3D atom:libchromiumcontent >> >> .include =22=24=7BMASTERDIR=7D/Makefile=22 > >Would the following work for you=3F >--8<---------------cut here---------------start------------->8--- >PKGNAMEPRE=46IX=3D libchromiumcontent- > >MAINTAINER=3D pusateri at bangj.com >COMMENT=3D Shared library build of Chromium's Content module > >USE=5FGITHUB=3D nodefault >GH=5FPROJECT=3D libchromiumcontent:libchromiumcontent >GH=5FACCOUNT=3D atom:libchromiumcontent >GH=5FTAGNAME=3D v43.0.2357.65-atom-2:libchromiumcontent > >MASTERDIR=3D =24=7B.CURDIR=7D/../chromium >DESCR=3D =24=7B.CURDIR=7D/pkg-descr >DISTIN=46O=5F=46ILE=3D =24=7B.CURDIR=7D/distinfo > >=23 Apply port patches if any from slave >.if exists(=24=7B.CURDIR=7D/files) >EXTRA=5FPATCHES+=3D =24=7B.CURDIR=7D/files/patch-* >.endif > >.include =22=24=7BMASTERDIR=7D/Makefile=22 >--8<---------------cut here---------------end--------------->8---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?etPan.55f4f110.69e3bbdb.e72>