[Bug 204772] Added GH_PROJECTS that allows to add many GitHub projects in a more succinct form

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 24 00:55:44 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204772

            Bug ID: 204772
           Summary: Added GH_PROJECTS that allows to add many GitHub
                    projects in a more succinct form
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: yuri at rawbw.com
                CC: freebsd-ports-bugs at FreeBSD.org

Created attachment 163461
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163461&action=edit
patch

It allows to replace this

> GH_ACCOUNT=    feross              jhiesey:mp   jonschlinkert:ca
> GH_PROJECT=    webtorrent          mp4box.js:mp center-align:ca
> GH_TAGNAME=    ${DISTVERSIONFULL}  7630c6b:mp   5c5fab5:ca

with this

> GH_PROJECTS= faross:webtorrent:${DISTVERSIONFULL} jhiesey:mp4box.js:7630c6b:mp jonschlinkert:center-align:5c5fab5:ca

NodeJS projects tend to have a lot of GitHub dependencies, and it is very good
to be able to write them in as brief form as possible.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list