From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 23:58:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E0E6D48 for ; Thu, 7 Aug 2014 23:58:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F2FC297B for ; Thu, 7 Aug 2014 23:58:43 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 2b14 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 23:58:42 +0000 From: John Marino Date: Thu, 7 Aug 2014 23:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364334 - head/devel/ocaml-lacaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e412b3.2b14.5b05679c@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 23:58:43 -0000 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 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/