diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-09 22:23:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-09 22:23:10 +0800 |
commit | 487d4fe2ec61e4bea3992f69535118d7aa2af458 (patch) | |
tree | 2069cd8de0dde5a5f39f4a76ae436d960a29171d /devel/glog | |
parent | 14b1ee7c91bb0c0f0e95b89fcb040036e812becb (diff) | |
download | freebsd-ports-gnome-487d4fe2ec61e4bea3992f69535118d7aa2af458.tar.gz freebsd-ports-gnome-487d4fe2ec61e4bea3992f69535118d7aa2af458.tar.zst freebsd-ports-gnome-487d4fe2ec61e4bea3992f69535118d7aa2af458.zip |
Update to 0.3.5
Changes: https://github.com/google/glog/releases
Diffstat (limited to 'devel/glog')
-rw-r--r-- | devel/glog/Makefile | 2 | ||||
-rw-r--r-- | devel/glog/distinfo | 5 | ||||
-rw-r--r-- | devel/glog/files/patch-src-stl_logging_unittest.cc | 10 |
3 files changed, 4 insertions, 13 deletions
diff --git a/devel/glog/Makefile b/devel/glog/Makefile index 19035040eed7..796aa472650a 100644 --- a/devel/glog/Makefile +++ b/devel/glog/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glog -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/glog/distinfo b/devel/glog/distinfo index b66df5b7682c..84b35f6a55be 100644 --- a/devel/glog/distinfo +++ b/devel/glog/distinfo @@ -1,2 +1,3 @@ -SHA256 (google-glog-v0.3.4_GH0.tar.gz) = ce99d58dce74458f7656a68935d7a0c048fa7b4626566a71b7f4e545920ceb10 -SIZE (google-glog-v0.3.4_GH0.tar.gz) = 522508 +TIMESTAMP = 1494337370 +SHA256 (google-glog-v0.3.5_GH0.tar.gz) = 277846fa6ac3d569fed48c8e32191ffd286ca52b808f243c81a4a91a9f9ff113 +SIZE (google-glog-v0.3.5_GH0.tar.gz) = 532256 diff --git a/devel/glog/files/patch-src-stl_logging_unittest.cc b/devel/glog/files/patch-src-stl_logging_unittest.cc deleted file mode 100644 index 7e784856570e..000000000000 --- a/devel/glog/files/patch-src-stl_logging_unittest.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/stl_logging_unittest.cc.orig 2015-03-11 04:02:27 UTC -+++ src/stl_logging_unittest.cc -@@ -41,6 +41,7 @@ - // C++0x isn't enabled by default in GCC and libc++ does not have - // non-standard ext/* and tr1/unordered_*. - # if defined(_LIBCPP_VERSION) -+# define GLOG_STL_LOGGING_FOR_FORWARD_LIST - # define GLOG_STL_LOGGING_FOR_UNORDERED - # else - # define GLOG_STL_LOGGING_FOR_EXT_HASH |