diff options
author | vanilla <vanilla@FreeBSD.org> | 2018-10-10 11:54:52 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2018-10-10 11:54:52 +0800 |
commit | aa9d2d95cb12ff8ded62a7cd3070dd0236e0712f (patch) | |
tree | ba5d5b4948ed9c9d4624d3095b7369fccf3e4b8b /devel | |
parent | ee676a22f3a0611cf429db874a5bccdaaee02c40 (diff) | |
download | freebsd-ports-gnome-aa9d2d95cb12ff8ded62a7cd3070dd0236e0712f.tar.gz freebsd-ports-gnome-aa9d2d95cb12ff8ded62a7cd3070dd0236e0712f.tar.zst freebsd-ports-gnome-aa9d2d95cb12ff8ded62a7cd3070dd0236e0712f.zip |
Update to 1.2.0.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/spdlog/Makefile | 2 | ||||
-rw-r--r-- | devel/spdlog/distinfo | 6 | ||||
-rw-r--r-- | devel/spdlog/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/spdlog/Makefile b/devel/spdlog/Makefile index ff08672beafa..0e4e4253d20b 100644 --- a/devel/spdlog/Makefile +++ b/devel/spdlog/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/spdlog/distinfo b/devel/spdlog/distinfo index e1a9f742ec99..62ebd3be32e5 100644 --- a/devel/spdlog/distinfo +++ b/devel/spdlog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1534408680 -SHA256 (gabime-spdlog-v1.1.0_GH0.tar.gz) = 3dbcbfd8c07e25f5e0d662b194d3a7772ef214358c49ada23c044c4747ce8b19 -SIZE (gabime-spdlog-v1.1.0_GH0.tar.gz) = 183937 +TIMESTAMP = 1539095833 +SHA256 (gabime-spdlog-v1.2.0_GH0.tar.gz) = 0ba31b9e7f8e43a7be328ab0236d57810e5d4fc8a1a7842df665ae22d5cbd128 +SIZE (gabime-spdlog-v1.2.0_GH0.tar.gz) = 188299 diff --git a/devel/spdlog/pkg-plist b/devel/spdlog/pkg-plist index dcd8dcde1ead..0130a5c7d14a 100644 --- a/devel/spdlog/pkg-plist +++ b/devel/spdlog/pkg-plist @@ -15,12 +15,12 @@ include/spdlog/details/pattern_formatter.h include/spdlog/details/periodic_worker.h include/spdlog/details/registry.h include/spdlog/details/thread_pool.h +include/spdlog/fmt/bin_to_hex.h include/spdlog/fmt/bundled/LICENSE.rst include/spdlog/fmt/bundled/colors.h include/spdlog/fmt/bundled/core.h include/spdlog/fmt/bundled/format-inl.h include/spdlog/fmt/bundled/format.h -include/spdlog/fmt/bundled/locale.h include/spdlog/fmt/bundled/ostream.h include/spdlog/fmt/bundled/posix.h include/spdlog/fmt/bundled/printf.h |