[127637] trunk/dports/devel/git-extras
Ryan Schmidt
ryandesign at macports.org
Fri Oct 31 05:11:12 PDT 2014
> On Oct 31, 2014, at 7:08 AM, Kurt Hindenburg <kurt.hindenburg at gmail.com> wrote:
>
>
>> On Oct 31, 2014, at 6:14 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
>>
>>
>>> On Oct 30, 2014, at 9:08 PM, khindenburg at macports.org wrote:
>>>
>>> Revision
>>> 127637
>>> Author
>>> khindenburg at macports.org
>>> Date
>>> 2014-10-30 19:08:38 -0700 (Thu, 30 Oct 2014)
>>> Log Message
>>>
>>> git-extras: update to 2.1.0 + add mktemp patch #45598
>>> Modified Paths
>>>
>>> • trunk/dports/devel/git-extras/Portfile
>>> Added Paths
>>>
>>> • trunk/dports/devel/git-extras/files/patch-fix-mktemp-invocation.diff
>>> Diff
>>>
>>> Modified: trunk/dports/devel/git-extras/Portfile (127636 => 127637)
>>>
>>> --- trunk/dports/devel/git-extras/Portfile 2014-10-31 01:57:55 UTC (rev 127636)
>>> +++ trunk/dports/devel/git-extras/Portfile 2014-10-31 02:08:38 UTC (rev 127637)
>>>
>>> @@ -4,8 +4,7 @@
>>>
>>> PortSystem 1.0
>>>
>>> PortGroup github 1.0
>>>
>>>
>>>
>>> -github.setup visionmedia git-extras 1.9.0
>>> -revision 2
>>>
>>> +github.setup visionmedia git-extras 2.1.0
>>>
>>> maintainers nomaintainer
>>>
>>> platforms darwin
>>>
>>> categories devel
>>>
>>> @@ -16,11 +15,17 @@
>>>
>>> ${description} -- repo summary, repl, changelog population, author \
>>>
>>> commit percentages and more
>>>
>>> license MIT
>>>
>>> -checksums rmd160 31271c980b71305c3d0432f961baafbf1298734f \
>>> - sha256 64043f4193217ecdc115f41e1093f88910e759d7cf2883cd0e72824e61e98854
>>>
>>>
>>>
>>> -patchfiles patch-remove-auto-updater.diff
>>>
>>> +distname v${version}
>>> +master_sites
>>> https://github.com/tj/git-extras/archive/
>>>
>>> +worksrcdir ${name}-${version}
>>
>> It should not be necessary to override the github portgroup's defaults for master_sites, distname and worksrcdir. Is there a reason why you're not using "github.setup tj git-extras 2.1.0 v”?
> Hi, neither the trac reporter nor I could figure out to use https://github.com/tj/git-extras/archive/v2.1.0.tar.gz with the github PortGroup.
You're not supposed to use that exact URL. That is, you shouldn't need to.
It was requested 14 months ago that we offer the capability to use archive in the github portgroup:
https://trac.macports.org/ticket/40518
However I did not yet see any requirement to do so, since the old tarball URLs deliver acceptably-similar contents.
More information about the macports-dev
mailing list