From owner-svn-ports-all@freebsd.org Thu Apr 26 07:51:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2134BFA483F; Thu, 26 Apr 2018 07:51:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6BD27AB39; Thu, 26 Apr 2018 07:51:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C19C015541; Thu, 26 Apr 2018 07:51:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3Q7p0C5004773; Thu, 26 Apr 2018 07:51:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3Q7p0Dp004771; Thu, 26 Apr 2018 07:51:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804260751.w3Q7p0Dp004771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 26 Apr 2018 07:51:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468330 - head/math/suitesparse X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/suitesparse X-SVN-Commit-Revision: 468330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2018 07:51:01 -0000 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