[98395] trunk/dports/devel/ocaml-ospec
mww at macports.org
mww at macports.org
Thu Oct 4 09:39:53 PDT 2012
Revision: 98395
http://trac.macports.org//changeset/98395
Author: mww at macports.org
Date: 2012-10-04 09:39:53 -0700 (Thu, 04 Oct 2012)
Log Message:
-----------
ocaml-ospec: version 0.3.0
Modified Paths:
--------------
trunk/dports/devel/ocaml-ospec/Portfile
trunk/dports/devel/ocaml-ospec/files/patch-Makefile.diff
Modified: trunk/dports/devel/ocaml-ospec/Portfile
===================================================================
--- trunk/dports/devel/ocaml-ospec/Portfile 2012-10-04 16:31:31 UTC (rev 98394)
+++ trunk/dports/devel/ocaml-ospec/Portfile 2012-10-04 16:39:53 UTC (rev 98395)
@@ -4,8 +4,7 @@
PortGroup ocaml 1.0
name ocaml-ospec
-version 0.2.1
-revision 1
+version 0.3.0
categories devel ml
platforms darwin
license BSD
@@ -16,10 +15,10 @@
a Ruby BDD library. It is implemented as a Camlp4 syntax extension.
homepage http://forge.ocamlcore.org/projects/ospec/
-master_sites http://forge.ocamlcore.org/frs/download.php/831/
+master_sites http://forge.ocamlcore.org/frs/download.php/1009/
distname ospec-${version}
-checksums rmd160 6282a2e1d09b1f6687c15c83a7d8acbc30575cb2 \
- sha256 78b27389b21553aab9c37f0d9db97e6364991e8d5c8ca9fdf295318fde31eb40
+checksums rmd160 b772b235044679629f5f656e11cfaa0caf4107e3 \
+ sha256 7463979230051ae2764a87b8e07ddd55fd6f23b9183b5d481794a387a863dd34
depends_lib port:ocaml port:ocaml-findlib
Modified: trunk/dports/devel/ocaml-ospec/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/ocaml-ospec/files/patch-Makefile.diff 2012-10-04 16:31:31 UTC (rev 98394)
+++ trunk/dports/devel/ocaml-ospec/files/patch-Makefile.diff 2012-10-04 16:39:53 UTC (rev 98395)
@@ -1,16 +1,16 @@
---- work/ospec-0.2.1/Makefile 2012-03-20 14:44:04.000000000 +0100
-+++ Makefile 2012-07-06 15:16:36.000000000 +0200
+--- work/ospec-0.3.0/Makefile 2012-09-17 13:43:08.000000000 +0200
++++ Makefile 2012-10-04 18:33:37.000000000 +0200
@@ -1,10 +1,11 @@
install:
- ocamlfind install ospec src/META _build/src/pa_spec.cmo \
+ ocamlfind install -destdir $(DESTDIR)$(PREFIX)/lib/ocaml/site-lib -ldconf ignore \
-+ ospec src/META _build/src/pa_spec.cmo \
++ ospec src/META _build/src/pa_spec.cmo \
_build/src/pa_spec.cmi _build/src/spec.cmo _build/src/spec.cmi \
_build/src/helpers.cmo _build/src/helpers.cmi _build/src/report.cmo \
_build/src/report.cmi _build/src/gen.cmo _build/src/gen.cmi \
_build/src/prop.cmo _build/src/prop.cmi
-- install -m 755 _build/src/ospec $(EXEC_PREFIX)/bin
-+ install -m 755 _build/src/ospec $(DESTDIR)$(PREFIX)/bin
+- install -m 755 _build/src/ospec.byte $(EXEC_PREFIX)/bin/ospec
++ install -m 755 _build/src/ospec.byte $(DESTDIR)$(PREFIX)/bin/ospec
uninstall:
ocamlfind remove ospec
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121004/bbe07b58/attachment.html>
More information about the macports-changes
mailing list