svn commit: r468330 - head/math/suitesparse

Yuri Victorovich yuri at FreeBSD.org
Thu Apr 26 07:51:01 UTC 2018


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


More information about the svn-ports-head mailing list