Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 17:56:19 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472808 - in head/math/openlibm: . files
Message-ID:  <201806191756.w5JHuJiF025807@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <iblis@hs.ntnu.edu.tw> (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



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