Revision: 107512 https://trac.macports.org/changeset/107512 Author: devans@macports.org Date: 2013-07-01 14:56:32 -0700 (Mon, 01 Jul 2013) Log Message: ----------- gvfs: update to version 1.16.3. Modified Paths: -------------- trunk/dports/devel/gvfs/Portfile Modified: trunk/dports/devel/gvfs/Portfile =================================================================== --- trunk/dports/devel/gvfs/Portfile 2013-07-01 21:51:46 UTC (rev 107511) +++ trunk/dports/devel/gvfs/Portfile 2013-07-01 21:56:32 UTC (rev 107512) @@ -4,8 +4,7 @@ PortSystem 1.0 name gvfs -version 1.6.7 -revision 3 +version 1.16.3 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories devel @@ -33,48 +32,46 @@ homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ -use_bzip2 yes -checksums md5 ac249ae10e38cf3d5f779624b81ad3b0 \ - sha1 285a810772dce8b37289cbe0aaab8354f2b6717a \ - rmd160 e833fdbc9dc503cdde8e0ab5a7a8fa5403ec1aa1 +use_xz yes +checksums rmd160 bac228d61e3c30dfce6673aff1e08aed7b0ae332 \ + sha256 02a4483d0dd2e307f58f8e1d34dd29dbe06d3a345b73ac8d6f87bb91189c8e49 + depends_build port:pkgconfig \ - port:intltool + port:intltool \ + port:gnome-doc-utils -depends_lib port:gconf \ - port:gettext \ +depends_lib port:gettext \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ - port:libgnome-keyring \ port:libarchive \ + port:libgcrypt \ + port:openssh \ port:libsoup \ - port:libxml2 + port:libxml2 \ + port:libsecret -patchfiles patch-gconf-gapplookupgconf.h.diff - -post-patch { - reinplace "s|-DG_DISABLE_DEPRECATED||" \ - client/Makefile.in \ - common/Makefile.in \ - daemon/Makefile.in \ - gconf/Makefile.in \ - metadata/Makefile.in \ - monitor/afc/Makefile.in \ - monitor/gdu/Makefile.in \ - monitor/gphoto2/Makefile.in \ - monitor/hal/Makefile.in \ - monitor/proxy/Makefile.in \ - programs/Makefile.in \ - test/Makefile.in -} - configure.args --disable-avahi \ --disable-fuse \ --disable-hal \ --disable-cdda \ --disable-obexftp \ --disable-gphoto2 \ - --disable-samba + --disable-samba \ + --disable-udev \ + --disable-gdu \ + --disable-udisks2 \ + --disable-libsystemd-login \ + --disable-gudev \ + --disable-afc \ + --disable-goa \ + --disable-bluray \ + --disable-gtk \ + --disable-libmtp \ + --enable-http \ + --enable-archive \ + --enable-afp \ + --disable-silent-rules test.run yes test.target check @@ -89,17 +86,8 @@ ${destroot}${docdir} } -variant no_gnome description "Disable GNOME support" { - depends_lib-delete \ - port:gconf \ - port:libgnome-keyring - - configure.args-append \ - --disable-keyring \ - --disable-gconf -} - post-activate { + system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" system "${prefix}/bin/gio-querymodules ${prefix}/lib/gio/modules" }