From owner-svn-ports-all@freebsd.org Thu Feb 22 14:39:14 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 60802F09557; Thu, 22 Feb 2018 14:39:14 +0000 (UTC) (envelope-from pizzamig@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 130E98691D; Thu, 22 Feb 2018 14:39:14 +0000 (UTC) (envelope-from pizzamig@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 09B10E65; Thu, 22 Feb 2018 14:39:14 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1MEdD6h037532; Thu, 22 Feb 2018 14:39:13 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1MEdDT8037529; Thu, 22 Feb 2018 14:39:13 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201802221439.w1MEdDT8037529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Thu, 22 Feb 2018 14:39:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462610 - in head/devel/libdouble-conversion: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/devel/libdouble-conversion: . files X-SVN-Commit-Revision: 462610 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.25 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: Thu, 22 Feb 2018 14:39:14 -0000 Author: pizzamig Date: Thu Feb 22 14:39:13 2018 New Revision: 462610 URL: https://svnweb.freebsd.org/changeset/ports/462610 Log: devel/libdouble-conversion: Update to 3.0.0 PR: 225417 Submitted by: proler@gmail.com Approved by: maintainer (timeout) Deleted: head/devel/libdouble-conversion/files/ Modified: head/devel/libdouble-conversion/Makefile head/devel/libdouble-conversion/distinfo head/devel/libdouble-conversion/pkg-plist Modified: head/devel/libdouble-conversion/Makefile ============================================================================== --- head/devel/libdouble-conversion/Makefile Thu Feb 22 14:35:31 2018 (r462609) +++ head/devel/libdouble-conversion/Makefile Thu Feb 22 14:39:13 2018 (r462610) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libdouble-conversion -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 3.0.0 CATEGORIES= devel MAINTAINER= waitman@waitman.net @@ -12,14 +11,15 @@ COMMENT= Binary-decimal and decimal-binary routines fo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= Fails to build: Target architecture was not detected as supported by Double-Conversion +#BROKEN_aarch64= Fails to build: Target architecture was not detected as supported by Double-Conversion -USES= libtool -GNU_CONFIGURE= yes +USES= cmake USE_LDCONFIG= yes +CMAKE_ARGS= -DCMAKE_POSITION_INDEPENDENT_CODE=1 USE_GITHUB= yes -GH_ACCOUNT= waitman -GH_TAGNAME= e9b9e5a +GH_ACCOUNT= google +GH_PROJECT= double-conversion +GH_TAGNAME= v${PORTVERSION} .include Modified: head/devel/libdouble-conversion/distinfo ============================================================================== --- head/devel/libdouble-conversion/distinfo Thu Feb 22 14:35:31 2018 (r462609) +++ head/devel/libdouble-conversion/distinfo Thu Feb 22 14:39:13 2018 (r462610) @@ -1,2 +1,3 @@ -SHA256 (waitman-libdouble-conversion-1.1.1-e9b9e5a_GH0.tar.gz) = bbe40e7a85db214e1cd588439fe2001bceded7dba20f54d08ecd186c1864f0d5 -SIZE (waitman-libdouble-conversion-1.1.1-e9b9e5a_GH0.tar.gz) = 441204 +TIMESTAMP = 1516468464 +SHA256 (google-double-conversion-3.0.0-v3.0.0_GH0.tar.gz) = 152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915 +SIZE (google-double-conversion-3.0.0-v3.0.0_GH0.tar.gz) = 7019526 Modified: head/devel/libdouble-conversion/pkg-plist ============================================================================== --- head/devel/libdouble-conversion/pkg-plist Thu Feb 22 14:35:31 2018 (r462609) +++ head/devel/libdouble-conversion/pkg-plist Thu Feb 22 14:39:13 2018 (r462610) @@ -1,4 +1,3 @@ -include/double-conversion/bignum-dtoa.h include/double-conversion/bignum.h include/double-conversion/cached-powers.h include/double-conversion/diy-fp.h @@ -8,7 +7,8 @@ include/double-conversion/fixed-dtoa.h include/double-conversion/ieee.h include/double-conversion/strtod.h include/double-conversion/utils.h +lib/cmake/double-conversion/double-conversionConfig.cmake +lib/cmake/double-conversion/double-conversionConfigVersion.cmake +lib/cmake/double-conversion/double-conversionLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/double-conversion/double-conversionLibraryDepends.cmake lib/libdouble-conversion.a -lib/libdouble-conversion.so -lib/libdouble-conversion.so.0 -lib/libdouble-conversion.so.0.0.0