svn commit: r462610 - in head/devel/libdouble-conversion: . files
Luca Pizzamiglio
pizzamig at FreeBSD.org
Thu Feb 22 14:39:14 UTC 2018
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 at 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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list