Date: Thu, 8 Dec 2016 02:34:44 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428093 - head/math/lapack Message-ID: <201612080234.uB82YjSR003296@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu Dec 8 02:34:44 2016 New Revision: 428093 URL: https://svnweb.freebsd.org/changeset/ports/428093 Log: Fix up math/blas's PORTREVISION going backwards, broken in r428057. PR: 214965 Approved by: portmgr ('just fix it' blanket) Modified: head/math/lapack/Makefile Modified: head/math/lapack/Makefile ============================================================================== --- head/math/lapack/Makefile Thu Dec 8 00:14:50 2016 (r428092) +++ head/math/lapack/Makefile Thu Dec 8 02:34:44 2016 (r428093) @@ -3,7 +3,7 @@ PORTNAME?= lapack PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= math MASTER_SITES= NL/lapack/ DISTFILES= lapack-${PORTVERSION}.tgz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612080234.uB82YjSR003296>