Index: head/devel/ocaml-lacaml/Makefile =================================================================== --- head/devel/ocaml-lacaml/Makefile (revision 211685) +++ head/devel/ocaml-lacaml/Makefile (revision 211686) @@ -1,77 +1,77 @@ # New ports collection makefile for: lacaml # Date created: 2006-08-15 # Whom: Stanislav Sedov # # $MBSDlabs$ # $FreeBSD$ # PORTNAME= lacaml -PORTVERSION= 4.3.0 +PORTVERSION= 4.3.1 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://www.ocaml.info/ocaml_sources/ PKGNAMEPREFIX= ocaml- MAINTAINER= stas@FreeBSD.org COMMENT= OCaml interface to BLAS and LAPACK libraries LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas \ lapack.4:${PORTSDIR}/math/lapack USE_BZIP2= yes USE_GMAKE= yes USE_OCAML= yes USE_OCAML_FINDLIB=yes USE_OCAML_LDCONFIG=yes USE_OCAML_WASH= yes CFLAGS+= -fPIC MAKE_ENV+= OCAMLMKLIB_FLAGS="-L${LOCALBASE}/lib" DOCS= README TODO DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} .include post-extract: # # CFLAGS safety # @${REINPLACE_CMD} -E \ -e 's,^(CFLAGS[[:space:]]*:=[[:space:]]*).*,\1${CFLAGS},' \ ${WRKSRC}/lib/Makefile # For nonstandard prefixes .if !exists(${OCAMLFIND_DESTDIR}) ${MKDIR} ${OCAMLFIND_DESTDIR} .endif .if !exists(${OCAMLFIND_LDCONF}) ${TOUCH} ${OCAMLFIND_LDCONF} .endif post-install: @${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ @${MKDIR} ${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/) @${FIND} ${EXAMPLESDIR}/ ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${EXAMPLESDIR}/ -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} @${FIND} ${DOCSDIR}/ ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DOCSDIR}/ -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} # XXX: temporary workaround for non-standard PREFIX @${ECHO_CMD} "@unexec rmdir %D/share/doc/ocaml 2>/dev/null || true" \ >> ${TMPPLIST} @${ECHO_CMD} "@unexec rmdir %D/share/examples/ocaml 2>/dev/null||true" \ >> ${TMPPLIST} .endif .include Property changes on: head/devel/ocaml-lacaml/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/ocaml-lacaml/distinfo =================================================================== --- head/devel/ocaml-lacaml/distinfo (revision 211685) +++ head/devel/ocaml-lacaml/distinfo (revision 211686) @@ -1,3 +1,3 @@ -MD5 (lacaml-4.3.0.tar.bz2) = dd42769a777f9dfc086b1d23e2d6ed44 -SHA256 (lacaml-4.3.0.tar.bz2) = 2d88da0ac02841e7db0e05960ab5d3bc48c05a46acab93474bad36cb34db25c3 -SIZE (lacaml-4.3.0.tar.bz2) = 71257 +MD5 (lacaml-4.3.1.tar.bz2) = 0727afb380ad5472c3ebe523dd179850 +SHA256 (lacaml-4.3.1.tar.bz2) = 26b7314f2d7542d0fb8e8234ff5b70fe40a5962b877253ee52be518adf220377 +SIZE (lacaml-4.3.1.tar.bz2) = 71423 Property changes on: head/devel/ocaml-lacaml/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property