Ticket #50278: google-glog-3.4.1.patch

File google-glog-3.4.1.patch, 1.7 KB (added by c9s (Yo-An Lin), 8 years ago)
  • dports/devel/google-glog/Portfile

    diff --git a/dports/devel/google-glog/Portfile b/dports/devel/google-glog/Portfile
    index abbf878..13ab7aa 100644
    a b  
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
     6github.setup        google glog 0.3.4 v
    57
    68name                google-glog
    7 version             0.3.3
     9version             0.3.4
    810revision            2
    911categories          devel
    1012maintainers         hum openmaintainer
    long_description The glog library implements application-level logging. \ 
    1416                    This library provides logging APIs based on C++-style \
    1517                    streams and various helper macros.
    1618
    17 homepage            http://code.google.com/p/google-glog/
    1819platforms           darwin
    1920license             BSD
    2021
    21 master_sites        googlecode
    2222distname            glog-${version}
    23 checksums           rmd160  27fb1bd4156f6715b84d59293d96d1cadc79ea7a \
    24                     sha256  fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0
     23checksums           rmd160  63e7cf4e100c9b60f989035a775609f8abd8076f \
     24                    sha256  ca79393258ecbcd7d4f51759c99cfbbce2b5be8fa60e34231b585bf9475d6eff
    2525
    2626variant gflags description {Includes gflags command line control of logging} {
    2727    configure.args-append --with-gflags=${prefix}
    variant gflags description {Includes gflags command line control of logging} { 
    3030 
    3131default_variants +gflags
    3232
    33 # https://code.google.com/p/google-glog/issues/detail?id=169
    34 patchfiles          patch-libc++.diff
     33# patchfiles          patch-libc++.diff
    3534
    3635post-destroot {
    3736    set dest_doc ${destroot}${prefix}/share/doc/${name}