Ticket #40617: Portfile-gobject-introspection.diff

File Portfile-gobject-introspection.diff, 2.2 KB (added by juanrgar (Juan R. García Blanco), 11 years ago)

gobject-introspection @1.38.0 update

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 106044 2013-05-14 01:31:00Z jeremyhu@macports.org $
     2# $Id$
    33
    44PortSystem          1.0
    55PortGroup           active_variants 1.1
    66
    77name                gobject-introspection
    8 version             1.36.0
     8version             1.38.0
    99revision            1
    1010set branch          [join [lrange [split ${version} .] 0 1] .]
    1111categories          gnome
    1212platforms           darwin
    1313# library under LGPL-2+, tools under GPL-2+
    1414license             {LGPL GPL-2+}
    15 maintainers         nomaintainer
     15maintainers         gmail.com:juanrgar \
     16                    openmaintainer
    1617description         GObject Introspection
    17 
    1818long_description    Gobject Introspection acts as a bridge between low-level C+GObject code and \
    1919                    a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.).
    2020
     
    2222master_sites        gnome:sources/${name}/${branch}/
    2323use_xz              yes
    2424
    25 checksums           rmd160  bcc541a021ca409395a82fc4dd52a1353679908a \
    26                     sha256  e3e76d9d428e7534761bf8cdf75338865a4b0872e8052bef51792744608b6383
     25checksums           rmd160  f01089754ce1586c8517ab0fafeb1f96843a8d5c \
     26                    sha256  3575e5d353c17a567fdf7ffaaa7aebe9347b5b0eee8e69d612ba56a9def67d73
    2727
    2828depends_build       port:pkgconfig
    2929
    3030depends_lib         path:lib/pkgconfig/cairo.pc:cairo \
     31                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
    3132                    port:libffi \
    32                     port:python27 \
    33                     path:lib/pkgconfig/glib-2.0.pc:glib2
     33                    port:python27
    3434
    3535depends_run         bin:glibtool:libtool
    3636
    3737patchfiles          patch-giscanner-shlib.py-use-absolute-linkage-paths.patch \
    3838                    patch-giscanner-utils.py-use-absolute-linkage-paths.patch \
    39                     patch-giscanner-dumper.py-clang-is-not-msvc.patch \
    4039                    glibtool_path.patch
    4140
    4241post-patch {
     
    7574}
    7675
    7776livecheck.type      gnome
     77