> On Sep 7, 2014, at 9:19 AM, [email protected] wrote: > > Revision > 125138 > Author > [email protected] > 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 [email protected] > $ > + > +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. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
