Changes between Initial Version and Version 1 of Ticket #21669


Ignore:
Timestamp:
Sep 28, 2009, 2:00:43 PM (15 years ago)
Author:
avsm@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21669 – Description

    initial v1  
    11This update fixes various segfaults for me and so is fairly important.
    2 
    3 Index: Portfile
    4 ===================================================================
    5 --- Portfile    (revision 58392)
    6 +++ Portfile    (working copy)
    7 @@ -3,8 +3,7 @@
    8  PortSystem 1.0
    9  
    10  name                caml-pcre
    11 -version             5.15.0
    12 -revision            2
    13 +version             6.0.1
    14  categories          devel ml
    15  maintainers         landonf openmaintainer
    16  description         Perl compatibility regular expressions for OCaml
    17 @@ -17,13 +16,12 @@
    18  platforms           darwin
    19  master_sites        http://www.ocaml.info/ocaml_sources/
    20  
    21 -checksums           md5 dffb7cbe2f3798f424ca8737727234ac \
    22 -                    sha1 b7fb293867cf2c7d7deddc29e6a445359b0f7604 \
    23 -                    rmd160 b2a515f2120e2e6a25f03ee15d60fe766621f5a9
    24 +checksums           md5     ab016dceb9d992dbca7d01f955c7187e \
    25 +                    sha1    16d612a55c7a7733cac62f8108329f236f83f46f \
    26 +                    rmd160  92bc6df356f9ce898519e571dc17ee79977a915e
    27  
    28 -distfiles           pcre-ocaml-${version}.tar.bz2
    29 +distfiles           pcre-ocaml-${version}.tar.gz
    30  worksrcdir          pcre-ocaml-${version}
    31 -use_bzip2           yes
    32  
    33  livecheck.type      regex
    34  livecheck.regex     "pcre-ocaml-(.*?).tar.gz"