summaryrefslogtreecommitdiff
path: root/double-conversion
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-12-11 14:46:37 +0100
committerTim Biermann <tbier@posteo.de>2021-12-11 14:50:31 +0100
commitec5e3633ffda61d98f493374fc578d7de9929d6d (patch)
tree320f10fa1352fcc083df3fa3da8bae4e5b6a0900 /double-conversion
parent4085f8adf4913165ec3e6e13492f7e278967d5d8 (diff)
downloadopt-ec5e3633ffda61d98f493374fc578d7de9929d6d.tar.gz
opt-ec5e3633ffda61d98f493374fc578d7de9929d6d.tar.xz
double-conversion: 3.1.5 -> 3.1.6
Diffstat (limited to 'double-conversion')
-rw-r--r--double-conversion/.footprint8
-rw-r--r--double-conversion/.signature8
-rw-r--r--double-conversion/Pkgfile4
3 files changed, 11 insertions, 9 deletions
diff --git a/double-conversion/.footprint b/double-conversion/.footprint
index ab29f91bb..6a93124bc 100644
--- a/double-conversion/.footprint
+++ b/double-conversion/.footprint
@@ -5,9 +5,11 @@ drwxr-xr-x root/root usr/include/double-conversion/
-rw-r--r-- root/root usr/include/double-conversion/cached-powers.h
-rw-r--r-- root/root usr/include/double-conversion/diy-fp.h
-rw-r--r-- root/root usr/include/double-conversion/double-conversion.h
+-rw-r--r-- root/root usr/include/double-conversion/double-to-string.h
-rw-r--r-- root/root usr/include/double-conversion/fast-dtoa.h
-rw-r--r-- root/root usr/include/double-conversion/fixed-dtoa.h
-rw-r--r-- root/root usr/include/double-conversion/ieee.h
+-rw-r--r-- root/root usr/include/double-conversion/string-to-double.h
-rw-r--r-- root/root usr/include/double-conversion/strtod.h
-rw-r--r-- root/root usr/include/double-conversion/utils.h
drwxr-xr-x root/root usr/lib/
@@ -15,8 +17,8 @@ drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/double-conversion/
-rw-r--r-- root/root usr/lib/cmake/double-conversion/double-conversionConfig.cmake
-rw-r--r-- root/root usr/lib/cmake/double-conversion/double-conversionConfigVersion.cmake
--rw-r--r-- root/root usr/lib/cmake/double-conversion/double-conversionTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/double-conversion/double-conversionTargets.cmake
+-rw-r--r-- root/root usr/lib/cmake/double-conversion/double-conversionTargets-release.cmake
+-rwxr-xr-x root/root usr/lib/libdouble-conversion.so.3.1.6
+lrwxrwxrwx root/root usr/lib/libdouble-conversion.so.3 -> libdouble-conversion.so.3.1.6
lrwxrwxrwx root/root usr/lib/libdouble-conversion.so -> libdouble-conversion.so.3
-lrwxrwxrwx root/root usr/lib/libdouble-conversion.so.3 -> libdouble-conversion.so.3.1.5
--rwxr-xr-x root/root usr/lib/libdouble-conversion.so.3.1.5
diff --git a/double-conversion/.signature b/double-conversion/.signature
index a95f95318..a946229ef 100644
--- a/double-conversion/.signature
+++ b/double-conversion/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/QnvnxZ02Njj7ns+FZoloXBEbLtXiWDz3ocvOaLbqueQXgrzFFZqp7qGTNnocLOPfZ3Opa3WlbdeGj4SNfxoIwA=
-SHA256 (Pkgfile) = b82c95f108440d5e902fce25b79b2a66ec9f16613cd7f7547542a2c2d3f61a2e
-SHA256 (.footprint) = 608ccf24fd335af06b1871d651462533d636ab76acf97ac85ebee01f8852760e
-SHA256 (double-conversion-v3.1.5.tar.gz) = a63ecb93182134ba4293fd5f22d6e08ca417caafa244afaa751cbfddf6415b13
+RWSE3ohX2g5d/eiUwHCVch4vlzI4eUKGoKob2RsLuqq3x0pY2MtuU1g7XGqDyJyTkko7adOg24RJ0+DXh7ygY+VJ99zMT5eT+Ag=
+SHA256 (Pkgfile) = 92a3946679ccd3b77b2edba71fc581315268c61235960c6420c562bdbb275b86
+SHA256 (.footprint) = ae34395b7eeaec93016e113347c3c08dc4394f927993da70b7076d4612eb4ffd
+SHA256 (double-conversion-v3.1.6.tar.gz) = 8a79e87d02ce1333c9d6c5e47f452596442a343d8c3e9b234e8a62fce1b1d49c
diff --git a/double-conversion/Pkgfile b/double-conversion/Pkgfile
index 2bd8bdc7a..30df98afe 100644
--- a/double-conversion/Pkgfile
+++ b/double-conversion/Pkgfile
@@ -4,12 +4,12 @@
# Depends on: cmake
name=double-conversion
-version=3.1.5
+version=3.1.6
release=1
source=(https://github.com/google/double-conversion/archive/v$version/$name-v$version.tar.gz)
build() {
- [[ -e /usr/bin/ninja ]] && PKGMK_DC+=' -G Ninja'
+ prt-get isinst ninja && PKGMK_DC+=' -G Ninja'
cmake -S $name-$version -B build $PKGMK_DC_OPTIONS \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \

Generated by cgit