From owner-svn-ports-head@freebsd.org Thu Oct 19 17:25:14 2017 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 4DB03E41D7F; Thu, 19 Oct 2017 17:25:14 +0000 (UTC) (envelope-from tcberner@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 1D103736CA; Thu, 19 Oct 2017 17:25:14 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9JHPDSV059213; Thu, 19 Oct 2017 17:25:13 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9JHPC5N059210; Thu, 19 Oct 2017 17:25:12 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201710191725.v9JHPC5N059210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 19 Oct 2017 17:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452454 - head/math/openlibm X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/math/openlibm X-SVN-Commit-Revision: 452454 X-SVN-Commit-Repository: ports 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.23 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: Thu, 19 Oct 2017 17:25:14 -0000 Author: tcberner Date: Thu Oct 19 17:25:12 2017 New Revision: 452454 URL: https://svnweb.freebsd.org/changeset/ports/452454 Log: Update math/openlibm to 0.5.5 * While here switch to DISTVERSION and shuffle USES upwards. PR: 223081 Submitted by: Iblis Lin (maintainer) Deleted: head/math/openlibm/pkg-message Modified: head/math/openlibm/Makefile head/math/openlibm/distinfo head/math/openlibm/pkg-plist Modified: head/math/openlibm/Makefile ============================================================================== --- head/math/openlibm/Makefile Thu Oct 19 17:22:18 2017 (r452453) +++ head/math/openlibm/Makefile Thu Oct 19 17:25:12 2017 (r452454) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= openlibm -PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v +DISTVERSION= 0.5.5 CATEGORIES= math MASTER_SITES= GH @@ -20,11 +20,11 @@ BROKEN_mips= fails to compile: No rule to make target BROKEN_mips64= fails to compile: No rule to make target mips64/Make.files BROKEN_powerpc64= fails to build: gmake: clang: Command not found +USES= gmake USE_GITHUB= yes GH_ACCOUNT= JuliaLang GH_PROJECT= openlibm -USES= gmake USE_LDCONFIG= yes .include Modified: head/math/openlibm/distinfo ============================================================================== --- head/math/openlibm/distinfo Thu Oct 19 17:22:18 2017 (r452453) +++ head/math/openlibm/distinfo Thu Oct 19 17:25:12 2017 (r452454) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470710614 -SHA256 (JuliaLang-openlibm-v0.5.2_GH0.tar.gz) = f394c90426356c8911333def8cee94971492a94ca94578e61ad857913c80122c -SIZE (JuliaLang-openlibm-v0.5.2_GH0.tar.gz) = 352770 +TIMESTAMP = 1508305920 +SHA256 (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 07dcc5f59e695fb45167c81406b8e201c5ad91ebf24e3e55ae13298670910cfd +SIZE (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 353637 Modified: head/math/openlibm/pkg-plist ============================================================================== --- head/math/openlibm/pkg-plist Thu Oct 19 17:22:18 2017 (r452453) +++ head/math/openlibm/pkg-plist Thu Oct 19 17:25:12 2017 (r452454) @@ -21,5 +21,5 @@ include/openlibm/types-compat.h lib/libopenlibm.a lib/libopenlibm.so lib/libopenlibm.so.2 -lib/libopenlibm.so.2.3 +lib/libopenlibm.so.2.4 libdata/pkgconfig/openlibm.pc