From owner-svn-ports-all@freebsd.org Tue Jun 19 17:56:21 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 12A6B1003EDA; Tue, 19 Jun 2018 17:56:21 +0000 (UTC) (envelope-from swills@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 B3B826DA3D; Tue, 19 Jun 2018 17:56:20 +0000 (UTC) (envelope-from swills@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 9606A16F2B; Tue, 19 Jun 2018 17:56:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5JHuKKE025812; Tue, 19 Jun 2018 17:56:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5JHuJiF025807; Tue, 19 Jun 2018 17:56:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201806191756.w5JHuJiF025807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 19 Jun 2018 17:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472808 - in head/math/openlibm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/math/openlibm: . files X-SVN-Commit-Revision: 472808 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.26 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: Tue, 19 Jun 2018 17:56:21 -0000 Author: swills Date: Tue Jun 19 17:56:19 2018 New Revision: 472808 URL: https://svnweb.freebsd.org/changeset/ports/472808 Log: math/openlibm: update to 0.6.0 PR: 229134 Submitted by: Iblis Lin (maintainer) Modified: head/math/openlibm/Makefile (contents, props changed) head/math/openlibm/distinfo (contents, props changed) head/math/openlibm/files/patch-Make.inc (contents, props changed) head/math/openlibm/files/patch-Makefile (contents, props changed) head/math/openlibm/pkg-plist (contents, props changed) Modified: head/math/openlibm/Makefile ============================================================================== --- head/math/openlibm/Makefile Tue Jun 19 17:31:52 2018 (r472807) +++ head/math/openlibm/Makefile Tue Jun 19 17:56:19 2018 (r472808) @@ -3,7 +3,7 @@ PORTNAME= openlibm DISTVERSIONPREFIX= v -DISTVERSION= 0.5.5 +DISTVERSION= 0.6.0 CATEGORIES= math MASTER_SITES= GH @@ -23,7 +23,7 @@ BROKEN_powerpc64= fails to build: gmake: clang: Comman USES= gmake USE_GITHUB= yes -GH_ACCOUNT= JuliaLang +GH_ACCOUNT= JuliaMath GH_PROJECT= openlibm USE_LDCONFIG= yes Modified: head/math/openlibm/distinfo ============================================================================== --- head/math/openlibm/distinfo Tue Jun 19 17:31:52 2018 (r472807) +++ head/math/openlibm/distinfo Tue Jun 19 17:56:19 2018 (r472808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508305920 -SHA256 (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 07dcc5f59e695fb45167c81406b8e201c5ad91ebf24e3e55ae13298670910cfd -SIZE (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 353637 +TIMESTAMP = 1529386396 +SHA256 (JuliaMath-openlibm-v0.6.0_GH0.tar.gz) = d45439093d1fd15e2ac3acf69955e462401c7a160d3330256cb4a86c51bdae28 +SIZE (JuliaMath-openlibm-v0.6.0_GH0.tar.gz) = 356601 Modified: head/math/openlibm/files/patch-Make.inc ============================================================================== --- head/math/openlibm/files/patch-Make.inc Tue Jun 19 17:31:52 2018 (r472807) +++ head/math/openlibm/files/patch-Make.inc Tue Jun 19 17:56:19 2018 (r472808) @@ -1,8 +1,8 @@ ---- Make.inc.orig 2016-08-06 15:00:31 UTC +--- Make.inc.orig 2018-06-18 21:22:47 UTC +++ Make.inc -@@ -7,7 +7,7 @@ VERSION = 0.5.2 +@@ -10,7 +10,7 @@ VERSION = 0.6.0 SOMAJOR = 2 - SOMINOR = 3 + SOMINOR = 5 DESTDIR = -prefix = /usr/local +prefix ?= /usr/local Modified: head/math/openlibm/files/patch-Makefile ============================================================================== --- head/math/openlibm/files/patch-Makefile Tue Jun 19 17:31:52 2018 (r472807) +++ head/math/openlibm/files/patch-Makefile Tue Jun 19 17:56:19 2018 (r472808) @@ -1,26 +1,26 @@ ---- Makefile.orig 2016-08-06 15:00:31 UTC +--- Makefile.orig 2018-06-18 21:22:47 UTC +++ Makefile -@@ -77,19 +77,19 @@ openlibm.pc: openlibm.pc.in Make.inc Mak +@@ -83,19 +83,19 @@ openlibm.pc: openlibm.pc.in Make.inc Makefile install-static: libopenlibm.a mkdir -p $(DESTDIR)$(libdir) -- cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/ +- cp -RpP -f libopenlibm.a $(DESTDIR)$(libdir)/ + $(BSD_INSTALL_DATA) libopenlibm.a $(DESTDIR)$(libdir)/ install-shared: libopenlibm.$(OLM_MAJOR_MINOR_SHLIB_EXT) mkdir -p $(DESTDIR)$(shlibdir) -- cp -f -a libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ +- cp -RpP -f libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ + $(BSD_INSTALL_LIB) libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ install-pkgconfig: openlibm.pc mkdir -p $(DESTDIR)$(pkgconfigdir) -- cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/ +- cp -RpP -f openlibm.pc $(DESTDIR)$(pkgconfigdir)/ + $(BSD_INSTALL_DATA) openlibm.pc $(DESTDIR)$(pkgconfigdir)/ install-headers: mkdir -p $(DESTDIR)$(includedir)/openlibm -- cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm -- cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm +- cp -RpP -f include/*.h $(DESTDIR)$(includedir)/openlibm +- cp -RpP -f src/*.h $(DESTDIR)$(includedir)/openlibm + $(BSD_INSTALL_DATA) include/*.h $(DESTDIR)$(includedir)/openlibm + $(BSD_INSTALL_DATA) src/*.h $(DESTDIR)$(includedir)/openlibm Modified: head/math/openlibm/pkg-plist ============================================================================== --- head/math/openlibm/pkg-plist Tue Jun 19 17:31:52 2018 (r472807) +++ head/math/openlibm/pkg-plist Tue Jun 19 17:56:19 2018 (r472808) @@ -8,12 +8,14 @@ include/openlibm/k_log.h include/openlibm/k_logf.h include/openlibm/math_private.h include/openlibm/math_private_openbsd.h +include/openlibm/mips_fpmath.h include/openlibm/openlibm.h include/openlibm/openlibm_complex.h include/openlibm/openlibm_fenv.h include/openlibm/openlibm_fenv_amd64.h include/openlibm/openlibm_fenv_arm.h include/openlibm/openlibm_fenv_i387.h +include/openlibm/openlibm_fenv_mips.h include/openlibm/openlibm_fenv_powerpc.h include/openlibm/openlibm_math.h include/openlibm/powerpc_fpmath.h @@ -21,5 +23,5 @@ include/openlibm/types-compat.h lib/libopenlibm.a lib/libopenlibm.so lib/libopenlibm.so.2 -lib/libopenlibm.so.2.4 +lib/libopenlibm.so.2.5 libdata/pkgconfig/openlibm.pc