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) |
---|
-
Portfile
old new 1 1 # -*- 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$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup active_variants 1.1 6 6 7 7 name gobject-introspection 8 version 1.3 6.08 version 1.38.0 9 9 revision 1 10 10 set branch [join [lrange [split ${version} .] 0 1] .] 11 11 categories gnome 12 12 platforms darwin 13 13 # library under LGPL-2+, tools under GPL-2+ 14 14 license {LGPL GPL-2+} 15 maintainers nomaintainer 15 maintainers gmail.com:juanrgar \ 16 openmaintainer 16 17 description GObject Introspection 17 18 18 long_description Gobject Introspection acts as a bridge between low-level C+GObject code and \ 19 19 a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.). 20 20 … … 22 22 master_sites gnome:sources/${name}/${branch}/ 23 23 use_xz yes 24 24 25 checksums rmd160 bcc541a021ca409395a82fc4dd52a1353679908a\26 sha256 e3e76d9d428e7534761bf8cdf75338865a4b0872e8052bef51792744608b638325 checksums rmd160 f01089754ce1586c8517ab0fafeb1f96843a8d5c \ 26 sha256 3575e5d353c17a567fdf7ffaaa7aebe9347b5b0eee8e69d612ba56a9def67d73 27 27 28 28 depends_build port:pkgconfig 29 29 30 30 depends_lib path:lib/pkgconfig/cairo.pc:cairo \ 31 path:lib/pkgconfig/glib-2.0.pc:glib2 \ 31 32 port:libffi \ 32 port:python27 \ 33 path:lib/pkgconfig/glib-2.0.pc:glib2 33 port:python27 34 34 35 35 depends_run bin:glibtool:libtool 36 36 37 37 patchfiles patch-giscanner-shlib.py-use-absolute-linkage-paths.patch \ 38 38 patch-giscanner-utils.py-use-absolute-linkage-paths.patch \ 39 patch-giscanner-dumper.py-clang-is-not-msvc.patch \40 39 glibtool_path.patch 41 40 42 41 post-patch { … … 75 74 } 76 75 77 76 livecheck.type gnome 77