Opened 15 years ago

Last modified 15 years ago

#21669 closed update

update: caml-pcre to 6.0.1 — at Initial Version

Reported by: avsm@… Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc: avsm
Port: caml-pcre

Description

This update fixes various segfaults for me and so is fairly important.

Index: Portfile =================================================================== --- Portfile (revision 58392) +++ Portfile (working copy) @@ -3,8 +3,7 @@

PortSystem 1.0

name caml-pcre

-version 5.15.0 -revision 2 +version 6.0.1

categories devel ml maintainers landonf openmaintainer description Perl compatibility regular expressions for OCaml

@@ -17,13 +16,12 @@

platforms darwin master_sites http://www.ocaml.info/ocaml_sources/

-checksums md5 dffb7cbe2f3798f424ca8737727234ac \

+checksums md5 ab016dceb9d992dbca7d01f955c7187e \ + sha1 16d612a55c7a7733cac62f8108329f236f83f46f \ + rmd160 92bc6df356f9ce898519e571dc17ee79977a915e -distfiles pcre-ocaml-${version}.tar.bz2 +distfiles pcre-ocaml-${version}.tar.gz

worksrcdir pcre-ocaml-${version}

-use_bzip2 yes

livecheck.type regex livecheck.regex "pcre-ocaml-(.*?).tar.gz"

Change History (1)

Changed 15 years ago by avsm@…

Attachment: update-pcre.diff added
Note: See TracTickets for help on using tickets.