Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2018 07:51:00 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468330 - head/math/suitesparse
Message-ID:  <201804260751.w3Q7p0Dp004771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Apr 26 07:51:00 2018
New Revision: 468330
URL: https://svnweb.freebsd.org/changeset/ports/468330

Log:
  math/suitesparse: Remove PLIST_SUB for the shared lib version
  
  Reported by:	mat

Modified:
  head/math/suitesparse/Makefile
  head/math/suitesparse/pkg-plist

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Thu Apr 26 07:13:25 2018	(r468329)
+++ head/math/suitesparse/Makefile	Thu Apr 26 07:51:00 2018	(r468330)
@@ -19,8 +19,6 @@ LIB_DEPENDS=	libmetis.so:math/metis \
 USES=		compiler:openmp fortran gmake
 USE_LDCONFIG=	yes
 
-PLIST_SUB=	SHL3=${DISTVERSION} SHL1=${DISTVERSION:R:R}
-
 WRKSRC=		${WRKDIR}/SuiteSparse
 WRKSRC_SHARED=	${WRKSRC}_shared
 

Modified: head/math/suitesparse/pkg-plist
==============================================================================
--- head/math/suitesparse/pkg-plist	Thu Apr 26 07:13:25 2018	(r468329)
+++ head/math/suitesparse/pkg-plist	Thu Apr 26 07:51:00 2018	(r468330)
@@ -103,8 +103,8 @@ lib/libspqr.so
 lib/libspqr.so.2
 lib/libspqr.so.2.0.8
 lib/libsuitesparseconfig.so
-lib/libsuitesparseconfig.so.%%SHL1%%
-lib/libsuitesparseconfig.so.%%SHL3%%
+lib/libsuitesparseconfig.so.5
+lib/libsuitesparseconfig.so.5.2.0
 lib/libumfpack.so
 lib/libumfpack.so.5
 lib/libumfpack.so.5.7.6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804260751.w3Q7p0Dp004771>