pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lapack: Fix an apparently version-specific pkglint issue



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Aug 16 11:28:40 2019 -0500
Changeset:	b68c744af6e49d25c037d8d3e9596ef4246ce012

Modified Files:
	lapack/Makefile
	lapack/Makefile.common

Log Message:
lapack: Fix an apparently version-specific pkglint issue

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b68c744af6e49d25c037d8d3e9596ef4246ce012

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lapack/Makefile        | 2 ++
 lapack/Makefile.common | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/lapack/Makefile b/lapack/Makefile
index e21246335f..c5b8c8b238 100644
--- a/lapack/Makefile
+++ b/lapack/Makefile
@@ -1,6 +1,8 @@
 # $NetBSD$
 
+MAINTAINER=	thomas.orgis%uni-hamburg.de@localhost
 COMMENT=	Linear Algebra PACKage (Netlib reference code)
+
 LAPACK_PART=	lapack
 LAPACK_PART_CMAKE_ARGS= \
 	-DUSE_OPTIMIZED_BLAS=OFF \
diff --git a/lapack/Makefile.common b/lapack/Makefile.common
index 799e80873c..552268a65d 100644
--- a/lapack/Makefile.common
+++ b/lapack/Makefile.common
@@ -13,7 +13,6 @@ PKGNAME=	${LAPACK_PART}-${PORTVERSION}
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_NETLIB:=lapack/}
 
-MAINTAINER=	thomas.orgis%uni-hamburg.de@localhost
 HOMEPAGE=	http://www.netlib.org/lapack/
 LICENSE=	modified-bsd
 


Home | Main Index | Thread Index | Old Index