1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

devel/ocaml-lacaml: Upgrade version 7.0.13 => 7.1.3, unbreak

PR:		190896
Submitted by:	Ports Fury
This commit is contained in:
John Marino 2014-08-07 23:58:42 +00:00
parent 7f88019903
commit 16b76c5b3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364334
3 changed files with 12 additions and 6 deletions

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= lacaml
PORTVERSION= 7.0.13
PORTVERSION= 7.1.3
CATEGORIES= devel
MASTER_SITES= http://cdn.bitbucket.org/mmottl/lacaml/downloads/
MASTER_SITES= GH
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
@ -15,7 +15,11 @@ LICENSE= LGPL21
LIB_DEPENDS= libblas.so:${PORTSDIR}/math/blas \
liblapack.so:${PORTSDIR}/math/lapack
BROKEN= Repository has been deleted, no more distfiles
USE_GITHUB= yes
GH_ACCOUNT= mmottl
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${PORTVERSION:S/^/v/}
GH_COMMIT= 7731438
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
@ -51,5 +55,7 @@ post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
${STAGEDIR}${EXAMPLESDIR})
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/lacaml/*.cmxs
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/lacaml/*.so
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (lacaml-7.0.13.tar.gz) = ccef3d0bd1b4607c9cffb84740200efbb9e6a85cff05a6c50e2c8d5176684fd9
SIZE (lacaml-7.0.13.tar.gz) = 160403
SHA256 (lacaml-7.1.3.tar.gz) = d4dff8acf8aa510a680125540c79c1728af20feaeb9d412ade23ef86ed3d6c9f
SIZE (lacaml-7.1.3.tar.gz) = 162035

View File

@ -5,4 +5,4 @@ written in FORTRAN.
This allows people to write high-performance numerical code for
applications that need linear algebra.
WWW: https://bitbucket.org/mmottl/lacaml
WWW: https://mmottl.github.io/lacaml/