Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 13:38:42 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428484 - head/math/lapack
Message-ID:  <201612131338.uBDDcgmC034597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Dec 13 13:38:42 2016
New Revision: 428484
URL: https://svnweb.freebsd.org/changeset/ports/428484

Log:
  Add a comment to never remove the PORTREVISION?= line, since
  math/lapack/Makefile is also included from math/blas which overrides
  PORTNAME and PORTREVSION.
  
  Approved by:	maho (maintainer)

Modified:
  head/math/lapack/Makefile

Modified: head/math/lapack/Makefile
==============================================================================
--- head/math/lapack/Makefile	Tue Dec 13 13:33:31 2016	(r428483)
+++ head/math/lapack/Makefile	Tue Dec 13 13:38:42 2016	(r428484)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	lapack
 PORTVERSION=	3.5.0
-PORTREVISION?=	1
+PORTREVISION?=	1	# Never remove this line, keep PORTREVISION?=0 in case.
 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?201612131338.uBDDcgmC034597>