Ticket #47351: patch-midgard2-core.2.diff

File patch-midgard2-core.2.diff, 1.1 KB (added by dbevans (David B. Evans), 9 years ago)

Proposed patch revised

  • Portfile

     
    22# $Id$
    33
    44PortSystem 1.0
     5PortGroup   gobject_introspection 1.0
    56
    67name            midgard2-core
    78conflicts       midgard-core
     
    89license         GPL-2
    910
    1011version         12.09
     12revision    1
    1113
    1214categories      devel
    1315maintainers     jwa
     
    2931    path:lib/pkgconfig/glib-2.0.pc:glib2 \
    3032    port:dbus-glib \
    3133    port:libxml2 \
    32     port:libgda4
     34    port:libgda5
    3335
     36gobject_introspection yes
     37
    3438configure.args \
    3539    --sysconfdir=${prefix}/etc/midgard/ \
    3640    --with-dbus-support \
    37     --disable-introspection
     41    --with-libgda5
    3842
    3943notes "The other part of the package is: \
    4044     php-midgard2, as bindings to Python, JavaScript and Java are \
    4145     provided through gobject introspection"
    4246
    43 variant introspection description {add introspection support} {
    44     configure.args-delete   --disable-introspection
    45     configure.args-append   --enable-introspection
    46 }
    47 
    4847livecheck.type  regex
    4948livecheck.url   ${master_sites}
    5049livecheck.regex ${name}-(\[0-9.\]+)\\.tar\\.\[bg\]z