# $Id: Portfile 38077 2008-07-05 21:37:56Z ryandesign@macports.org $ PortSystem 1.0 name gnome-keyring version 2.22.1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome platforms darwin description GNOME program for storing passwords. long_description \ gnome-keyring is a program that keep password and other secrets \ for users. It is run as a daemon in the session, similar to \ ssh-agent, andother applications can locate it by an environment \ variable. homepage http://live.gnome.org/GnomeKeyring/ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums md5 4ca9c19fa6ada61cdc93ab24214b5c4f \ sha1 59956194b110a4e4576db0791e2d2371b39ff49c \ rmd160 83dddadb1c133931151de302e8f33ff1d99ed496 depends_build port:pkgconfig \ port:intltool depends_lib path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \ port:gtk2 \ port:gettext \ port:libiconv \ port:libgcrypt \ port:libtasn1 \ port:gconf patchfiles patch-library-gnome-keyring.c.diff test.run yes test.target check pre-test { if {! [variant_isset test]} { return -code 1 "You must enable test variant to test this port." } } variant test description {Enable build of tests} { configure.args-append --enable-tests } livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}