[124592] trunk/dports/devel/ocaml-ctypes/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Aug 26 01:48:23 PDT 2014
> On Aug 26, 2014, at 3:21 AM, mww at macports.org wrote:
>
> Revision
> 124592
> Author
> mww at macports.org
> Date
> 2014-08-26 01:21:23 -0700 (Tue, 26 Aug 2014)
> Log Message
>
> ocaml-ctypes: version 0.3
> Modified Paths
>
> • trunk/dports/devel/ocaml-ctypes/Portfile
> Diff
>
> Modified: trunk/dports/devel/ocaml-ctypes/Portfile (124591 => 124592)
>
> --- trunk/dports/devel/ocaml-ctypes/Portfile 2014-08-26 08:15:27 UTC (rev 124591)
> +++ trunk/dports/devel/ocaml-ctypes/Portfile 2014-08-26 08:21:23 UTC (rev 124592)
>
> @@ -4,7 +4,7 @@
>
> PortGroup ocaml 1.0
>
>
>
> name ocaml-ctypes
>
> -version 0.2.2
>
> +version 0.3
>
> categories devel ml
>
> platforms darwin
>
> license BSD
>
> @@ -12,17 +12,18 @@
>
> description Library for binding to C libraries using pure OCaml
>
> long_description ${description}
>
> homepage https://github.com/ocamllabs/ocaml-ctypes
> -master_sites https://codeload.github.com/ocamllabs/ocaml-ctypes/tar.gz/
>
> -distfiles ocaml-ctypes-${version}
> -checksums rmd160 97b380a84d1043ff4c1fb62ac63313d63dbfd3a6 \
> - sha256 1325c9ade812679e444b54b3e3faf79c1239254947a81fe48ab342043073eae2
>
> +master_sites https://github.com/ocamllabs/ocaml-ctypes/archive/
>
> +distname ${version}
Consider using the github portgroup instead of doing what it does manually.
More information about the macports-dev
mailing list