View | Details | Raw Unified | Return to bug 190896 | Differences between
and this patch

Collapse All | Expand All

(-)devel/ocaml-lacaml/Makefile (-3 / +9 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/devel/ocaml-lacaml/Makefile 364269 2014-08-07 12:58:51Z marino $
2
# $FreeBSD: head/devel/ocaml-lacaml/Makefile 364269 2014-08-07 12:58:51Z marino $
3
3
4
PORTNAME=	lacaml
4
PORTNAME=	lacaml
5
PORTVERSION=	7.0.13
5
PORTVERSION=	7.1.3
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://cdn.bitbucket.org/mmottl/lacaml/downloads/
7
MASTER_SITES=	GH
8
PKGNAMEPREFIX=	ocaml-
8
PKGNAMEPREFIX=	ocaml-
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
Lines 15-21 Link Here
15
LIB_DEPENDS=	libblas.so:${PORTSDIR}/math/blas \
15
LIB_DEPENDS=	libblas.so:${PORTSDIR}/math/blas \
16
		liblapack.so:${PORTSDIR}/math/lapack
16
		liblapack.so:${PORTSDIR}/math/lapack
17
17
18
BROKEN=		Repository has been deleted, no more distfiles
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	mmottl
20
GH_PROJECT=	${PORTNAME}
21
GH_TAGNAME=	${PORTVERSION:S/^/v/}
22
GH_COMMIT=	7731438
19
23
20
USE_OCAML=	yes
24
USE_OCAML=	yes
21
USE_OCAML_FINDLIB=yes
25
USE_OCAML_FINDLIB=yes
Lines 51-55 Link Here
51
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
55
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
52
	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
56
	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
53
		${STAGEDIR}${EXAMPLESDIR})
57
		${STAGEDIR}${EXAMPLESDIR})
58
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/lacaml/*.cmxs
59
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/lacaml/*.so
54
60
55
.include <bsd.port.mk>
61
.include <bsd.port.mk>
(-)devel/ocaml-lacaml/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lacaml-7.0.13.tar.gz) = ccef3d0bd1b4607c9cffb84740200efbb9e6a85cff05a6c50e2c8d5176684fd9
1
SHA256 (lacaml-7.1.3.tar.gz) = d4dff8acf8aa510a680125540c79c1728af20feaeb9d412ade23ef86ed3d6c9f
2
SIZE (lacaml-7.0.13.tar.gz) = 160403
2
SIZE (lacaml-7.1.3.tar.gz) = 162035
(-)devel/ocaml-lacaml/pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
This allows people to write high-performance numerical code for
5
This allows people to write high-performance numerical code for
6
applications that need linear algebra.
6
applications that need linear algebra.
7
7
8
WWW: https://bitbucket.org/mmottl/lacaml
8
WWW: https://mmottl.github.io/lacaml/

Return to bug 190896