Date: Thu, 7 Aug 2014 23:58:42 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364334 - head/devel/ocaml-lacaml Message-ID: <53e412b3.2b14.5b05679c@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 7 23:58:42 2014 New Revision: 364334 URL: http://svnweb.freebsd.org/changeset/ports/364334 QAT: https://qat.redports.org/buildarchive/r364334/ Log: devel/ocaml-lacaml: Upgrade version 7.0.13 => 7.1.3, unbreak PR: 190896 Submitted by: Ports Fury Modified: head/devel/ocaml-lacaml/Makefile head/devel/ocaml-lacaml/distinfo head/devel/ocaml-lacaml/pkg-descr Modified: head/devel/ocaml-lacaml/Makefile ============================================================================== --- head/devel/ocaml-lacaml/Makefile Thu Aug 7 23:39:31 2014 (r364333) +++ head/devel/ocaml-lacaml/Makefile Thu Aug 7 23:58:42 2014 (r364334) @@ -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> Modified: head/devel/ocaml-lacaml/distinfo ============================================================================== --- head/devel/ocaml-lacaml/distinfo Thu Aug 7 23:39:31 2014 (r364333) +++ head/devel/ocaml-lacaml/distinfo Thu Aug 7 23:58:42 2014 (r364334) @@ -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 Modified: head/devel/ocaml-lacaml/pkg-descr ============================================================================== --- head/devel/ocaml-lacaml/pkg-descr Thu Aug 7 23:39:31 2014 (r364333) +++ head/devel/ocaml-lacaml/pkg-descr Thu Aug 7 23:58:42 2014 (r364334) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e412b3.2b14.5b05679c>