Revision: 148780 https://trac.macports.org/changeset/148780 Author: michaelld@macports.org Date: 2016-05-17 18:19:54 -0700 (Tue, 17 May 2016) Log Message: ----------- google-glog: update to 0.3.4; maintainer timeout; addresses #50278. Modified Paths: -------------- trunk/dports/devel/google-glog/Portfile Removed Paths: ------------- trunk/dports/devel/google-glog/files/ Modified: trunk/dports/devel/google-glog/Portfile =================================================================== --- trunk/dports/devel/google-glog/Portfile 2016-05-17 22:45:27 UTC (rev 148779) +++ trunk/dports/devel/google-glog/Portfile 2016-05-18 01:19:54 UTC (rev 148780) @@ -2,10 +2,13 @@ # $Id$ PortSystem 1.0 +PortGroup github 1.0 name google-glog -version 0.3.3 -revision 3 +github.setup google glog 0.3.4 v +checksums rmd160 63e7cf4e100c9b60f989035a775609f8abd8076f \ + sha256 ca79393258ecbcd7d4f51759c99cfbbce2b5be8fa60e34231b585bf9475d6eff + categories devel maintainers hum openmaintainer @@ -14,15 +17,9 @@ This library provides logging APIs based on C++-style \ streams and various helper macros. -homepage http://code.google.com/p/google-glog/ platforms darwin license BSD -master_sites googlecode -distname glog-${version} -checksums rmd160 27fb1bd4156f6715b84d59293d96d1cadc79ea7a \ - sha256 fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0 - variant gflags description {Includes gflags command line control of logging} { configure.args-append --with-gflags=${prefix} depends_lib-append port:gflags @@ -30,9 +27,6 @@ default_variants +gflags -# https://code.google.com/p/google-glog/issues/detail?id=169 -patchfiles patch-libc++.diff - post-destroot { set dest_doc ${destroot}${prefix}/share/doc/${name} xinstall -d ${dest_doc}
participants (1)
-
michaelld@macports.org