diff --git a/dports/devel/google-glog/Portfile b/dports/devel/google-glog/Portfile
index abbf878..13ab7aa 100644
a
|
b
|
|
2 | 2 | # $Id$ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
| 5 | PortGroup github 1.0 |
| 6 | github.setup google glog 0.3.4 v |
5 | 7 | |
6 | 8 | name google-glog |
7 | | version 0.3.3 |
| 9 | version 0.3.4 |
8 | 10 | revision 2 |
9 | 11 | categories devel |
10 | 12 | maintainers hum openmaintainer |
… |
… |
long_description The glog library implements application-level logging. \ |
14 | 16 | This library provides logging APIs based on C++-style \ |
15 | 17 | streams and various helper macros. |
16 | 18 | |
17 | | homepage http://code.google.com/p/google-glog/ |
18 | 19 | platforms darwin |
19 | 20 | license BSD |
20 | 21 | |
21 | | master_sites googlecode |
22 | 22 | distname glog-${version} |
23 | | checksums rmd160 27fb1bd4156f6715b84d59293d96d1cadc79ea7a \ |
24 | | sha256 fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0 |
| 23 | checksums rmd160 63e7cf4e100c9b60f989035a775609f8abd8076f \ |
| 24 | sha256 ca79393258ecbcd7d4f51759c99cfbbce2b5be8fa60e34231b585bf9475d6eff |
25 | 25 | |
26 | 26 | variant gflags description {Includes gflags command line control of logging} { |
27 | 27 | configure.args-append --with-gflags=${prefix} |
… |
… |
variant gflags description {Includes gflags command line control of logging} { |
30 | 30 | |
31 | 31 | default_variants +gflags |
32 | 32 | |
33 | | # https://code.google.com/p/google-glog/issues/detail?id=169 |
34 | | patchfiles patch-libc++.diff |
| 33 | # patchfiles patch-libc++.diff |
35 | 34 | |
36 | 35 | post-destroot { |
37 | 36 | set dest_doc ${destroot}${prefix}/share/doc/${name} |