[28354] trunk/dports/devel/caml-pcre/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 28 19:07:09 PDT 2007


Revision: 28354
          http://trac.macosforge.org/projects/macports/changeset/28354
Author:   eridius at macports.org
Date:     2007-08-28 19:07:08 -0700 (Tue, 28 Aug 2007)

Log Message:
-----------
Update caml-pcre to 5.12.2

Modified Paths:
--------------
    trunk/dports/devel/caml-pcre/Portfile

Modified: trunk/dports/devel/caml-pcre/Portfile
===================================================================
--- trunk/dports/devel/caml-pcre/Portfile	2007-08-29 01:47:11 UTC (rev 28353)
+++ trunk/dports/devel/caml-pcre/Portfile	2007-08-29 02:07:08 UTC (rev 28354)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                caml-pcre
-version             5.11.4
+version             5.12.2
 categories          devel
 maintainers         eridius at macports.org
 description         Perl compatibility regular expressions for OCaml
@@ -16,8 +16,8 @@
 platforms           darwin
 master_sites        http://www.ocaml.info/ocaml_sources/
 
-checksums           sha1 54642d0dc3481b68b6bc2e8e62285bdf8ea7dc7d \
-                    md5 0e78c8d8c7b23f4108fdc9267fa5952e
+checksums           sha1 03d29cc16751f79be2a3d06d544864cc1bee7cc9 \
+                    md5 dbe759392f1c1d22cb96b9136ebf4ec4
 distfiles           pcre-ocaml-${version}.tar.bz2
 worksrcdir          pcre-ocaml-${version}
 use_bzip2           yes
@@ -51,10 +51,10 @@
 post-destroot {
         # install the doc/examples dirs if we built them
         cd $worksrcpath
-        if {[string equal [lindex [array get variations doc] end] +]} then {
+        if {[variant_isset doc]} then {
             file copy lib/doc/pcre [ocamlfind_destdir]/pcre/pcre-doc
         }
-        if {[string equal [lindex [array get variations examples] end] +]} then {
+        if {[variant_isset examples]} then {
             file copy examples [ocamlfind_destdir]/pcre/pcre-examples
         }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070828/3a525868/attachment.html


More information about the macports-changes mailing list