diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index 3c1d94368820..41df7639a9f1 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -1,59 +1,59 @@ # New ports collection makefile for: ocaml-pcre # Date created: 21 April 2002 # Whom: Henrik Motakef # # $FreeBSD$ # PORTNAME= pcre -PORTVERSION= 5.10.0 +PORTVERSION= 5.10.1 CATEGORIES= devel MASTER_SITES= http://www.ocaml.info/ocaml_sources/ PKGNAMEPREFIX= ocaml- DISTNAME= pcre-ocaml-${PORTVERSION} MAINTAINER= marwan.burelle@lri.fr COMMENT= Perl compatible regular expressions for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 USE_GMAKE= yes MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/pcre" \ INCDIRS="${LOCALBASE}/include" LIBDIRS="${LOCALBASE}/lib" \ OCAMLFIND_DESTDIR="${PREFIX}/lib/ocaml/site-lib" .if !defined(WITH_CUSTOM) MAKE_ENV+= NO_CUSTOM=y .endif ALL_TARGET= all .if defined(WITH_DOCS) BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX USE_GHOSTSCRIPT_BUILD= yes ALL_TARGET+= doc PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} .endif PKGDEINSTALL= ${PKGINSTALL} post-install: @${FIND} ${PREFIX}/lib/ocaml/site-lib/pcre -type f | \ ${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(WITH_DOCS) @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} @${FIND} ${EXAMPLESDIR} -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif .include diff --git a/devel/ocaml-pcre/distinfo b/devel/ocaml-pcre/distinfo index 542395a923b2..ae35d582a8f1 100644 --- a/devel/ocaml-pcre/distinfo +++ b/devel/ocaml-pcre/distinfo @@ -1,2 +1,2 @@ -MD5 (pcre-ocaml-5.10.0.tar.gz) = f47769a41788c958d8e8c362bf8838ff -SIZE (pcre-ocaml-5.10.0.tar.gz) = 53048 +MD5 (pcre-ocaml-5.10.1.tar.gz) = 2738a85966702af0cd75d5ed2f8e331a +SIZE (pcre-ocaml-5.10.1.tar.gz) = 52841