Ticket #47351: patch-midgard2-core.2.diff
File patch-midgard2-core.2.diff, 1.1 KB (added by dbevans (David B. Evans), 10 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup gobject_introspection 1.0 5 6 6 7 name midgard2-core 7 8 conflicts midgard-core … … 8 9 license GPL-2 9 10 10 11 version 12.09 12 revision 1 11 13 12 14 categories devel 13 15 maintainers jwa … … 29 31 path:lib/pkgconfig/glib-2.0.pc:glib2 \ 30 32 port:dbus-glib \ 31 33 port:libxml2 \ 32 port:libgda 434 port:libgda5 33 35 36 gobject_introspection yes 37 34 38 configure.args \ 35 39 --sysconfdir=${prefix}/etc/midgard/ \ 36 40 --with-dbus-support \ 37 -- disable-introspection41 --with-libgda5 38 42 39 43 notes "The other part of the package is: \ 40 44 php-midgard2, as bindings to Python, JavaScript and Java are \ 41 45 provided through gobject introspection" 42 46 43 variant introspection description {add introspection support} {44 configure.args-delete --disable-introspection45 configure.args-append --enable-introspection46 }47 48 47 livecheck.type regex 49 48 livecheck.url ${master_sites} 50 49 livecheck.regex ${name}-(\[0-9.\]+)\\.tar\\.\[bg\]z