From owner-svn-ports-all@FreeBSD.ORG Sat May 2 19:25:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF6D0F49; Sat, 2 May 2015 19:25:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD8571B1E; Sat, 2 May 2015 19:25:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t42JPoLk047357; Sat, 2 May 2015 19:25:50 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t42JPoMb047356; Sat, 2 May 2015 19:25:50 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201505021925.t42JPoMb047356@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 2 May 2015 19:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385210 - head/math/superlu X-SVN-Group: ports-head 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.20 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: Sat, 02 May 2015 19:25:50 -0000 Author: danilo Date: Sat May 2 19:25:50 2015 New Revision: 385210 URL: https://svnweb.freebsd.org/changeset/ports/385210 Log: - Fix symbolic link path /usr/local/lib/libsuperlu.a /usr/local/lib/libsuperlu.so -> libsuperlu_4.3.so /usr/local/lib/libsuperlu.so.4 /usr/local/lib/libsuperlu_4.3.so -> libsuperlu.so.2 <-- wrong file name Modified: head/math/superlu/Makefile Modified: head/math/superlu/Makefile ============================================================================== --- head/math/superlu/Makefile Sat May 2 19:23:55 2015 (r385209) +++ head/math/superlu/Makefile Sat May 2 19:25:50 2015 (r385210) @@ -3,7 +3,7 @@ PORTNAME= superlu PORTVERSION= ${P_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ http://crd.lbl.gov/~xiaoye/:doc @@ -76,7 +76,7 @@ do-install: ${STAGEDIR}${PREFIX}/lib/libsuperlu.a ${INSTALL_LIB} ${WRKSRC}/libsuperlu_${P_VERSION}.so \ ${STAGEDIR}${PREFIX}/lib/libsuperlu.so.${P_VER} - ${LN} -fs libsuperlu.so.${PORTREVISION} \ + ${LN} -fs libsuperlu.so.${P_VER} \ ${STAGEDIR}${PREFIX}/lib/libsuperlu_${P_VERSION}.so ${LN} -fs libsuperlu_${P_VERSION}.so \ ${STAGEDIR}${PREFIX}/lib/libsuperlu.so