From owner-svn-ports-all@freebsd.org Tue Aug 9 06:13:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF3CABB3A68; Tue, 9 Aug 2016 06:13:33 +0000 (UTC) (envelope-from lwhsu@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 mx1.freebsd.org (Postfix) with ESMTPS id B7AD51446; Tue, 9 Aug 2016 06:13:33 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u796DWIK066783; Tue, 9 Aug 2016 06:13:32 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u796DWvI066777; Tue, 9 Aug 2016 06:13:32 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201608090613.u796DWvI066777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 9 Aug 2016 06:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419900 - in head/math/openlibm: . files 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.22 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, 09 Aug 2016 06:13:34 -0000 Author: lwhsu Date: Tue Aug 9 06:13:32 2016 New Revision: 419900 URL: https://svnweb.freebsd.org/changeset/ports/419900 Log: - Update to 0.5.2 PR: 211687 Submitted by: Iblis Lin (maintainer) Modified: head/math/openlibm/Makefile head/math/openlibm/distinfo head/math/openlibm/files/patch-Make.inc head/math/openlibm/files/patch-Makefile head/math/openlibm/pkg-plist Modified: head/math/openlibm/Makefile ============================================================================== --- head/math/openlibm/Makefile Tue Aug 9 03:28:18 2016 (r419899) +++ head/math/openlibm/Makefile Tue Aug 9 06:13:32 2016 (r419900) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openlibm -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v CATEGORIES= math MASTER_SITES= GH Modified: head/math/openlibm/distinfo ============================================================================== --- head/math/openlibm/distinfo Tue Aug 9 03:28:18 2016 (r419899) +++ head/math/openlibm/distinfo Tue Aug 9 06:13:32 2016 (r419900) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464004057 -SHA256 (JuliaLang-openlibm-v0.5.1_GH0.tar.gz) = 782a77497071cc450af176bbfebb34834334f6a17de842fe75cd407bbee89f85 -SIZE (JuliaLang-openlibm-v0.5.1_GH0.tar.gz) = 352866 +TIMESTAMP = 1470710614 +SHA256 (JuliaLang-openlibm-v0.5.2_GH0.tar.gz) = f394c90426356c8911333def8cee94971492a94ca94578e61ad857913c80122c +SIZE (JuliaLang-openlibm-v0.5.2_GH0.tar.gz) = 352770 Modified: head/math/openlibm/files/patch-Make.inc ============================================================================== --- head/math/openlibm/files/patch-Make.inc Tue Aug 9 03:28:18 2016 (r419899) +++ head/math/openlibm/files/patch-Make.inc Tue Aug 9 06:13:32 2016 (r419900) @@ -1,13 +1,8 @@ ---- Make.inc.orig 2016-05-23 11:57:41 UTC +--- Make.inc.orig 2016-08-06 15:00:31 UTC +++ Make.inc -@@ -3,11 +3,11 @@ - OS := $(shell uname) - # Do not forget to bump SOMINOR when changing VERSION, - # and SOMAJOR when breaking ABI in a backward-incompatible way --VERSION = 0.5.1-dev -+VERSION = 0.5.1 +@@ -7,7 +7,7 @@ VERSION = 0.5.2 SOMAJOR = 2 - SOMINOR = 2 + SOMINOR = 3 DESTDIR = -prefix = /usr/local +prefix ?= /usr/local Modified: head/math/openlibm/files/patch-Makefile ============================================================================== --- head/math/openlibm/files/patch-Makefile Tue Aug 9 03:28:18 2016 (r419899) +++ head/math/openlibm/files/patch-Makefile Tue Aug 9 06:13:32 2016 (r419900) @@ -1,16 +1,27 @@ ---- Makefile.orig 2016-05-23 11:53:14 UTC +--- Makefile.orig 2016-08-06 15:00:31 UTC +++ Makefile -@@ -78,8 +78,8 @@ install: all openlibm.pc +@@ -77,19 +77,19 @@ openlibm.pc: openlibm.pc.in Make.inc Mak + + install-static: libopenlibm.a + mkdir -p $(DESTDIR)$(libdir) +- cp -f -a 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)/ ++ $(BSD_INSTALL_LIB) libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ + + install-pkgconfig: openlibm.pc mkdir -p $(DESTDIR)$(pkgconfigdir) +- cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/ ++ $(BSD_INSTALL_DATA) openlibm.pc $(DESTDIR)$(pkgconfigdir)/ + + install-headers: mkdir -p $(DESTDIR)$(includedir)/openlibm -- cp -f -a libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ -- cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/ - cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm - cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm -- cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/ -+ ${BSD_INSTALL_LIB} libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ -+ ${BSD_INSTALL_DATA} libopenlibm.a $(DESTDIR)$(libdir)/ -+ ${BSD_INSTALL_DATA} include/*.h $(DESTDIR)$(includedir)/openlibm -+ ${BSD_INSTALL_DATA} src/*.h $(DESTDIR)$(includedir)/openlibm -+ ${BSD_INSTALL_DATA} openlibm.pc $(DESTDIR)$(pkgconfigdir)/ ++ $(BSD_INSTALL_DATA) include/*.h $(DESTDIR)$(includedir)/openlibm ++ $(BSD_INSTALL_DATA) src/*.h $(DESTDIR)$(includedir)/openlibm + + install: install-static install-shared install-pkgconfig install-headers Modified: head/math/openlibm/pkg-plist ============================================================================== --- head/math/openlibm/pkg-plist Tue Aug 9 03:28:18 2016 (r419899) +++ head/math/openlibm/pkg-plist Tue Aug 9 06:13:32 2016 (r419900) @@ -21,5 +21,5 @@ include/openlibm/types-compat.h lib/libopenlibm.a lib/libopenlibm.so lib/libopenlibm.so.2 -lib/libopenlibm.so.2.2 +lib/libopenlibm.so.2.3 libdata/pkgconfig/openlibm.pc