Revision: 104912 https://trac.macports.org/changeset/104912 Author: devans@macports.org Date: 2013-04-04 15:28:24 -0700 (Thu, 04 Apr 2013) Log Message: ----------- libgnomeui: no longer depends on audiofile, use livecheck.type gnome. Modified Paths: -------------- trunk/dports/gnome/libgnomeui/Portfile Modified: trunk/dports/gnome/libgnomeui/Portfile =================================================================== --- trunk/dports/gnome/libgnomeui/Portfile 2013-04-04 22:11:55 UTC (rev 104911) +++ trunk/dports/gnome/libgnomeui/Portfile 2013-04-04 22:28:24 UTC (rev 104912) @@ -5,7 +5,7 @@ name libgnomeui version 2.24.5 -revision 4 +revision 5 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome @@ -28,8 +28,7 @@ port:intltool \ port:gtk-doc -depends_lib port:audiofile \ - port:gconf \ +depends_lib port:gconf \ port:libbonoboui \ port:libffi \ port:libgnome-keyring \ @@ -48,6 +47,4 @@ configure.args-append --without-x } -livecheck.type regex -livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ -livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} +livecheck.type gnome