svn commit: r428093 - head/math/lapack

Matthias Andree mandree at FreeBSD.org
Thu Dec 8 02:34:46 UTC 2016


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


More information about the svn-ports-head mailing list