[86120] trunk/dports/devel/caml-menhir

mww at macports.org mww at macports.org
Wed Oct 19 07:28:22 PDT 2011


Revision: 86120
          http://trac.macports.org/changeset/86120
Author:   mww at macports.org
Date:     2011-10-19 07:28:19 -0700 (Wed, 19 Oct 2011)
Log Message:
-----------
caml-menhir: version 20111019

Modified Paths:
--------------
    trunk/dports/devel/caml-menhir/Portfile
    trunk/dports/devel/caml-menhir/files/patch-Makefile

Modified: trunk/dports/devel/caml-menhir/Portfile
===================================================================
--- trunk/dports/devel/caml-menhir/Portfile	2011-10-19 14:09:13 UTC (rev 86119)
+++ trunk/dports/devel/caml-menhir/Portfile	2011-10-19 14:28:19 UTC (rev 86120)
@@ -1,8 +1,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup ocaml 1.0
 name                caml-menhir
-version             20110201
+version             20111019
 categories          devel ml
 platforms           darwin
 maintainers         erickt openmaintainer
@@ -14,9 +15,9 @@
 
 distname            menhir-${version}
 
-checksums           md5     bf34c082c18c27f9060ab25a43697405 \
-                    sha1    ca4a173873c59f3a1936a4157dd52c5bb43ff2e1 \
-                    rmd160  a6451f0e59a885bb30c6b66a179e963c4d32aa43
+checksums           md5     03ea68c0148142c801d3c0fd3b96ba51 \
+                    sha1    a0dbe86d82eb65dcea7a77127a1980e89d08990c \
+                    rmd160  2fceb82b3d956aae33c7db75c44b5cb860133246
 
 patchfiles          patch-Makefile
 
@@ -30,4 +31,4 @@
 livecheck.regex     {menhir-(.*)\.tar\.gz}
 
 build.env           PREFIX=${prefix}
-destroot.env        PREFIX=${prefix}
+destroot.env        PREFIX=${prefix} OCAMLFIND=${ocamlfind_wrapper}

Modified: trunk/dports/devel/caml-menhir/files/patch-Makefile
===================================================================
--- trunk/dports/devel/caml-menhir/files/patch-Makefile	2011-10-19 14:09:13 UTC (rev 86119)
+++ trunk/dports/devel/caml-menhir/files/patch-Makefile	2011-10-19 14:28:19 UTC (rev 86120)
@@ -1,14 +1,14 @@
---- work/menhir-20090505/Makefile	2009-05-05 11:30:40.000000000 +0200
-+++ Makefile	2010-01-22 11:13:23.000000000 +0100
-@@ -62,20 +62,21 @@
+--- Makefile	2011-10-19 14:33:37.000000000 +0200
++++ Makefile	2011-10-19 16:14:51.000000000 +0200
+@@ -75,20 +75,20 @@
  # Installation.
  
- install: src/menhir
+ install: all
 -	mkdir -p $(bindir)
 -	mkdir -p $(libdir)
 -	mkdir -p $(docdir)
 -	mkdir -p $(mandir)
--	install src/menhir $(bindir)
+-	install src/$(MENHIREXE) $(bindir)
 -	install -m 644 $(MLYLIB) $(libdir)
 -	cp -r $(DOCS) $(docdir)
 -	cp -r $(MANS) $(mandir)
@@ -16,15 +16,14 @@
 +	mkdir -p $(DESTDIR)$(libdir)
 +	mkdir -p $(DESTDIR)$(docdir)
 +	mkdir -p $(DESTDIR)$(mandir)
-+	mkdir -p $(DESTDIR)/`ocamlfind printconf destdir`
-+	install src/menhir $(DESTDIR)$(bindir)
++	install src/$(MENHIREXE) $(DESTDIR)$(bindir)
 +	install -m 644 $(MLYLIB) $(DESTDIR)$(libdir)
 +	cp -r $(DOCS) $(DESTDIR)$(docdir)
 +	cp -r $(MANS) $(DESTDIR)$(mandir)
  	@cd src && if $(USE_OCAMLFIND) ; then \
  	  echo Installing MenhirLib via ocamlfind. ; \
 -	  ocamlfind install menhirLib META $(MENHIRLIB) ; \
-+	  ocamlfind install -destdir $(DESTDIR)/`ocamlfind printconf destdir` menhirLib META $(MENHIRLIB) ; \
++	  $(OCAMLFIND) install menhirLib META $(MENHIRLIB) ; \
  	else \
  	  echo Installing MenhirLib manually. ; \
 -	  install -m 644 $(MENHIRLIB) $(libdir) ; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111019/259813e1/attachment.html>


More information about the macports-changes mailing list