[96508] trunk/dports/devel/ocaml-taglib/Portfile
mww at macports.org
mww at macports.org
Sun Aug 12 05:07:10 PDT 2012
Revision: 96508
https://trac.macports.org/changeset/96508
Author: mww at macports.org
Date: 2012-08-12 05:07:10 -0700 (Sun, 12 Aug 2012)
Log Message:
-----------
ocaml-taglib: version 0.2.0
Modified Paths:
--------------
trunk/dports/devel/ocaml-taglib/Portfile
Modified: trunk/dports/devel/ocaml-taglib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-taglib/Portfile 2012-08-12 12:06:29 UTC (rev 96507)
+++ trunk/dports/devel/ocaml-taglib/Portfile 2012-08-12 12:07:10 UTC (rev 96508)
@@ -1,10 +1,10 @@
# $Id$
PortSystem 1.0
+PortGroup ocaml 1.0
name ocaml-taglib
-version 0.1.2
-revision 2
+version 0.2.0
categories devel ml audio
license LGPL-2.1
maintainers rastageeks.org:toots
@@ -15,22 +15,17 @@
platforms darwin
master_sites sourceforge:savonet
-checksums md5 375dba023b60bcc7247c792040b6d8bc \
- sha1 0e108b6c4403cff1bae598f3e8ed60f2533d156a \
- rmd160 164b62be58c3c79c1108610f9a62f214a575dea1
+checksums rmd160 52e2d042d027f5474f88477196eece298f641f8a \
+ sha256 2d66b04a1a133d6d7c65dbc96b0a04a9c9958d97d38d5812e54a521713ae86bd
depends_build port:pkgconfig
depends_lib port:ocaml \
port:ocaml-findlib \
port:taglib
-configure.pkg_config ${prefix}/bin/pkg-config
+configure.pkg_config ${prefix}/bin/pkg-config
+configure.env-append OCAMLFIND=${ocamlfind_wrapper} USER=macports
+use_parallel_build no
build.args LIBDIRS=${prefix}/lib
-pre-destroot {
- set ocamlfind_destdir "${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]"
- file mkdir $ocamlfind_destdir
- reinplace "s#\$(OCAMLFIND_INSTFLAGS)# -ldconf ignore -destdir '$ocamlfind_destdir'#g" \
- ${worksrcpath}/src/OCamlMakefile
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120812/e3d699a6/attachment.html>
More information about the macports-changes
mailing list