[137977] trunk/dports/lang/ocaml-camlp4/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Jun 23 16:00:11 PDT 2015
Revision: 137977
https://trac.macports.org/changeset/137977
Author: ryandesign at macports.org
Date: 2015-06-23 16:00:11 -0700 (Tue, 23 Jun 2015)
Log Message:
-----------
ocaml-camlp4: update to 4.02+6 for compatibility with ocaml 4.02.2 (#48153); use github portgroup, which simplifies portfile and fixes livecheck (https://lists.macosforge.org/pipermail/macports-dev/2014-September/027910.html); add modeline
Modified Paths:
--------------
trunk/dports/lang/ocaml-camlp4/Portfile
Modified: trunk/dports/lang/ocaml-camlp4/Portfile
===================================================================
--- trunk/dports/lang/ocaml-camlp4/Portfile 2015-06-23 22:44:15 UTC (rev 137976)
+++ trunk/dports/lang/ocaml-camlp4/Portfile 2015-06-23 23:00:11 UTC (rev 137977)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 114594 2013-12-11 09:47:05Z mww at macports.org $
PortSystem 1.0
@@ -4,11 +5,9 @@
PortGroup ocaml 1.0
PortGroup github 1.0
-# dont do that:
-#github.setup ocaml camlp4 4.02.0+1
-version 4.02.0.1
-revision 1
+github.setup ocaml camlp4 4.02+6
name ocaml-camlp4
+version [string map {+ -} ${version}]
categories lang devel ml
maintainers mww openmaintainer
license {LGPL-2.1 OpenSSLException}
@@ -24,16 +23,11 @@
4.01.0. Since then it has been replaced by a simpler system which is \
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 5f7a2c34ac7e147c1b44cb24791c2ac8464bcb74 \
- sha256 f626486ad4b6872e22baf55edcdbc3023f4c721d18f6808a7d59a01f2571a500
+checksums rmd160 03de86ab0ccec9b7c341f30132cc61caea29f7eb \
+ sha256 5a374fd814c61c571ada334f1cdcccd7d67207d61b6fd753551b5baa9b6305fb
-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/20150623/4c8b2e58/attachment.html>
More information about the macports-changes
mailing list