[125176] trunk/dports/lang/ocaml-camlp4/Portfile

mww at macports.org mww at macports.org
Mon Sep 8 13:23:05 PDT 2014


Revision: 125176
          https://trac.macports.org/changeset/125176
Author:   mww at macports.org
Date:     2014-09-08 13:23:04 -0700 (Mon, 08 Sep 2014)
Log Message:
-----------
ocaml-camlp4: dont use "+" in version string

Modified Paths:
--------------
    trunk/dports/lang/ocaml-camlp4/Portfile

Modified: trunk/dports/lang/ocaml-camlp4/Portfile
===================================================================
--- trunk/dports/lang/ocaml-camlp4/Portfile	2014-09-08 18:36:38 UTC (rev 125175)
+++ trunk/dports/lang/ocaml-camlp4/Portfile	2014-09-08 20:23:04 UTC (rev 125176)
@@ -4,9 +4,10 @@
 PortGroup           ocaml 1.0
 PortGroup           github 1.0
 
-github.setup        ocaml camlp4 4.02.0+1
+# dont do that:
+#github.setup        ocaml camlp4 4.02.0+1
+version             4.02.0.1
 
-revision            1
 name                ocaml-camlp4
 categories          lang devel ml
 maintainers         mww openmaintainer
@@ -24,11 +25,15 @@
     easier to maintain and to learn: ppx rewriters and extension points.
 
 homepage            https://github.com/ocaml/camlp4
+master_sites        https://github.com/ocaml/camlp4/archive/
+distname            4.02.0+1
 platforms           darwin
 
-checksums           rmd160  4f10c7b345c5434967f4cbb9f751fed559a7f978 \
-                    sha256  89c73269adabf536596da129b978f2d37dc8193a61c1ea5804c94f692f828087
+checksums           rmd160  5f7a2c34ac7e147c1b44cb24791c2ac8464bcb74 \
+                    sha256  f626486ad4b6872e22baf55edcdbc3023f4c721d18f6808a7d59a01f2571a500
 
+worksrcdir          camlp4-4.02.0-1
+
 configure.pre_args  --bindir=${prefix}/bin --libdir=${prefix}/lib --pkgdir=${ocamlfind_dir}
 
 use_parallel_build  no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140908/c8fc6e03/attachment.html>


More information about the macports-changes mailing list