svn commit: r428484 - head/math/lapack

Gerald Pfeifer gerald at FreeBSD.org
Tue Dec 13 13:38:44 UTC 2016


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


More information about the svn-ports-head mailing list