From owner-svn-ports-head@freebsd.org Mon May 23 13:53:35 2016 Return-Path: Delivered-To: svn-ports-head@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 92C6DB467C3; Mon, 23 May 2016 13:53:35 +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 6CBC817B1; Mon, 23 May 2016 13:53:35 +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 u4NDrYZC045243; Mon, 23 May 2016 13:53:34 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NDrYP1045238; Mon, 23 May 2016 13:53:34 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201605231353.u4NDrYP1045238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 23 May 2016 13:53:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415720 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 13:53:35 -0000 Author: lwhsu Date: Mon May 23 13:53:34 2016 New Revision: 415720 URL: https://svnweb.freebsd.org/changeset/ports/415720 Log: - Update to 0.5.1 PR: 209713 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 Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/Makefile Mon May 23 13:53:34 2016 (r415720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openlibm -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 DISTVERSIONPREFIX= v CATEGORIES= math MASTER_SITES= GH Modified: head/math/openlibm/distinfo ============================================================================== --- head/math/openlibm/distinfo Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/distinfo Mon May 23 13:53:34 2016 (r415720) @@ -1,2 +1,3 @@ -SHA256 (JuliaLang-openlibm-v0.5.0_GH0.tar.gz) = a9a03644b38fd611a63838f1924925bc27f756ee04f69a90e2af7594f34558b8 -SIZE (JuliaLang-openlibm-v0.5.0_GH0.tar.gz) = 352346 +TIMESTAMP = 1464004057 +SHA256 (JuliaLang-openlibm-v0.5.1_GH0.tar.gz) = 782a77497071cc450af176bbfebb34834334f6a17de842fe75cd407bbee89f85 +SIZE (JuliaLang-openlibm-v0.5.1_GH0.tar.gz) = 352866 Modified: head/math/openlibm/files/patch-Make.inc ============================================================================== --- head/math/openlibm/files/patch-Make.inc Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/files/patch-Make.inc Mon May 23 13:53:34 2016 (r415720) @@ -1,13 +1,13 @@ ---- Make.inc.orig 2016-03-11 16:57:11 UTC +--- Make.inc.orig 2016-05-23 11:57:41 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-dev -+VERSION = 0.5 +-VERSION = 0.5.1-dev ++VERSION = 0.5.1 SOMAJOR = 2 - SOMINOR = 1 + SOMINOR = 2 DESTDIR = -prefix = /usr/local +prefix ?= /usr/local Modified: head/math/openlibm/files/patch-Makefile ============================================================================== --- head/math/openlibm/files/patch-Makefile Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/files/patch-Makefile Mon May 23 13:53:34 2016 (r415720) @@ -1,15 +1,15 @@ ---- Makefile.orig 2016-03-08 10:28:02 UTC +--- Makefile.orig 2016-05-23 11:53:14 UTC +++ Makefile -@@ -66,8 +66,8 @@ install: all openlibm.pc +@@ -78,8 +78,8 @@ install: all openlibm.pc mkdir -p $(DESTDIR)$(shlibdir) mkdir -p $(DESTDIR)$(pkgconfigdir) mkdir -p $(DESTDIR)$(includedir)/openlibm -- cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ +- 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_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 Modified: head/math/openlibm/pkg-plist ============================================================================== --- head/math/openlibm/pkg-plist Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/pkg-plist Mon May 23 13:53:34 2016 (r415720) @@ -22,5 +22,5 @@ include/openlibm/types-compat.h lib/libopenlibm.a lib/libopenlibm.so lib/libopenlibm.so.2 -lib/libopenlibm.so.2.1 +lib/libopenlibm.so.2.2 libdata/pkgconfig/openlibm.pc