[125138] trunk/dports/lang
Ryan Schmidt
ryandesign at macports.org
Sun Sep 7 21:13:15 PDT 2014
> On Sep 7, 2014, at 9:19 AM, mww at macports.org wrote:
>
> Revision
> 125138
> Author
> mww at macports.org
> Date
> 2014-09-07 07:19:40 -0700 (Sun, 07 Sep 2014)
> Log Message
>
> new port: ocaml-camlp4
> Added Paths
>
> • trunk/dports/lang/ocaml-camlp4/
> • trunk/dports/lang/ocaml-camlp4/Portfile
> Diff
>
> Added: trunk/dports/lang/ocaml-camlp4/Portfile (0 => 125138)
>
> --- trunk/dports/lang/ocaml-camlp4/Portfile (rev 0)
> +++ trunk/dports/lang/ocaml-camlp4/Portfile 2014-09-07 14:19:40 UTC (rev 125138)
>
> @@ -0,0 +1,39 @@
>
> +# $Id: Portfile 114594 2013-12-11 09:47:05Z mww at macports.org
> $
> +
> +PortSystem 1.0
> +PortGroup ocaml 1.0
> +PortGroup github 1.0
> +
> +github.setup ocaml camlp4 4.02.0+1
"+" is not a legal character in version numbers; it gets confused with the syntax for enabling a variant. Any user who installs this port will have trouble uninstalling it again. All four build servers are now failing every build's cleanup phase with this error message:
Error: port uninstall failed: Registry error: ocaml-camlp4 @4.02.0 not registered as installed
So we need to change the version, and also figure out what command we can use on the build servers to manually uninstall this now.
More information about the macports-dev
mailing list