# $Id: Portfile 38225 2008-07-13 09:13:53Z jmr@macports.org $ PortSystem 1.0 name gnome-keyring version 2.22.3 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 f9e5cd9efac383076aaefc1086520656 \ sha1 0f52095590a684920cc683d1985ac66263702114 \ rmd160 551f4a4d734e0196522be9276ae7e76110a96556 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+)*)}