Ticket #33054: Portfile-atk.diff
File Portfile-atk.diff, 912 bytes (added by msm@…, 13 years ago) |
---|
-
atk-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 $2 # $Id: Portfile 87586 2011-11-27 08:37:54Z dports@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup archcheck 1.0 … … 40 40 configure.args --enable-static \ 41 41 --disable-introspection 42 42 43 44 variant introspection description {Enable introspection} { 45 depends_lib-append port:gobject-introspection 46 configure.args-delete --disable-introspection 47 configure.args-append --enable-introspection 48 } 49 43 50 livecheck.type regex 44 51 livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ 45 52 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}