diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 20:50:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 20:50:05 +0000 |
commit | 3e18e828e3abd70532013e9170302b35b024817f (patch) | |
tree | 6b7c09f99ae21eac5552f46ffd196cbb00e08bd0 /devel/ocaml-pcre | |
parent | 2cf7ddc5221a2683e9f0462419b3702986ba8e20 (diff) | |
download | ports-3e18e828e3abd70532013e9170302b35b024817f.tar.gz ports-3e18e828e3abd70532013e9170302b35b024817f.zip |
Notes
Diffstat (limited to 'devel/ocaml-pcre')
-rw-r--r-- | devel/ocaml-pcre/Makefile | 9 | ||||
-rw-r--r-- | devel/ocaml-pcre/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index d89d853eed01..44f1c7609356 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -6,14 +6,13 @@ # PORTNAME= pcre -PORTVERSION= 5.07.1 -PORTREVISION= 0 +PORTVERSION= 5.09.0 CATEGORIES= devel MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/ PKGNAMEPREFIX= ocaml- DISTNAME= pcre-ocaml-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= marwan.burelle@lri.fr COMMENT= Perl compatible regular expressions for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ @@ -28,7 +27,7 @@ MAKE_ENV+= NO_CUSTOM=y .endif ALL_TARGET= all -.if !defined(NOPORTDOCS) +.if defined(WITH_DOCS) BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX USE_GHOSTSCRIPT_BUILD= yes ALL_TARGET+= doc @@ -45,7 +44,7 @@ post-install: ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/pcre" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ocamlfind remove pcre 2>/dev/null || true" >> ${TMPPLIST} -.if !defined(NOPORTDOCS) +.if defined(WITH_DOCS) @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} diff --git a/devel/ocaml-pcre/distinfo b/devel/ocaml-pcre/distinfo index e60a32b8cc93..575c4a1e80e9 100644 --- a/devel/ocaml-pcre/distinfo +++ b/devel/ocaml-pcre/distinfo @@ -1,2 +1,2 @@ -MD5 (pcre-ocaml-5.07.1.tar.gz) = abd31589e91961e94c0b1f06b7309766 -SIZE (pcre-ocaml-5.07.1.tar.gz) = 50607 +MD5 (pcre-ocaml-5.09.0.tar.gz) = 54e6a09275533960e417d0876ff7bedd +SIZE (pcre-ocaml-5.09.0.tar.gz) = 52587 |