[116609] trunk/dports/sysutils/opam/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Jan 30 11:50:54 PST 2014
On Jan 30, 2014, at 12:10, mww at macports.org wrote:
> Revision
> 116609
> Author
> mww at macports.org
> Date
> 2014-01-30 10:10:33 -0800 (Thu, 30 Jan 2014)
> Log Message
>
> opam:
> Modified Paths
>
> • trunk/dports/sysutils/opam/Portfile
> Diff
>
> Modified: trunk/dports/sysutils/opam/Portfile (116608 => 116609)
>
> --- trunk/dports/sysutils/opam/Portfile 2014-01-30 13:13:55 UTC (rev 116608)
> +++ trunk/dports/sysutils/opam/Portfile 2014-01-30 18:10:33 UTC (rev 116609)
>
> @@ -3,10 +3,9 @@
>
> PortSystem 1.0
>
> PortGroup github 1.0
>
>
>
> -github.setup ocaml opam 1.1.0
>
> +github.setup ocaml opam 1.1.1
>
>
>
> name opam
You can remove the “name” line. The “github.setup” line sets that for you.
> distname opam-full-${version}
There’s no need to set the distname when fetching from github tags. Any distname can be used, so you may as well use the default. However, it’s best to wait until the next version to change this, so that we don’t unnecessarily mirror a second copy of this same distfile.
More information about the macports-dev
mailing list