[127637] trunk/dports/devel/git-extras
Ryan Schmidt
ryandesign at macports.org
Fri Oct 31 03:14:32 PDT 2014
> 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"?
More information about the macports-dev
mailing list