Revision: 20830 http://trac.macosforge.org/projects/macports/changeset/20830 Author: rhwood@macports.org Date: 2006-12-02 03:04:39 -0800 (Sat, 02 Dec 2006) Log Message: ----------- Upgrade gnome-vfs to 2.16.3 Modified Paths: -------------- trunk/dports/gnome/gnome-vfs/Portfile Modified: trunk/dports/gnome/gnome-vfs/Portfile =================================================================== --- trunk/dports/gnome/gnome-vfs/Portfile 2006-12-02 08:35:17 UTC (rev 20829) +++ trunk/dports/gnome/gnome-vfs/Portfile 2006-12-02 11:04:39 UTC (rev 20830) @@ -1,7 +1,7 @@ # $Id$ PortSystem 1.0 name gnome-vfs -version 2.16.0 +version 2.16.3 description This is the GNOME Virtual File System. long_description This is the GNOME Virtual File System. \ GNOME VFS is currently used as one of the \ @@ -11,9 +11,9 @@ platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/${name}/2.16/ -checksums md5 fdea9d7be42320c3fa6a09e645613480 \ - sha1 4f0f6e7288c5cd2bc667f11729596e8be92376a0 \ - rmd160 9f4008c0e8cae26513006e4c1f1c1c126116d8ef +checksums md5 586d6fe3740385c000a864d5e2cf8215 \ + sha1 a4c97179e2c4abf8cfcf236e56f7d328feaef89b \ + rmd160 9600bb4f4630d48600c1469fa5077d8e969a10cc depends_lib \ port:gnome-mime-data \ @@ -26,12 +26,6 @@ use_bzip2 yes -#patchfiles \ -# configure.patch \ -# daemon_Makefile.in.patch \ -# modules_file-method-acl.c.patch - - configure.args --mandir=${prefix}/share/man \ --enable-ipv6 \ --enable-howl \ @@ -79,7 +73,6 @@ ${worksrcpath}/imported/Makefile ${worksrcpath}/imported/neon/Makefile \ ${worksrcpath}/libgnomevfs/Makefile ${worksrcpath}/modules/Makefile \ ${worksrcpath}/schemas/Makefile -# ${worksrcpath}/monikers/Makefile ${worksrcpath}/programs/Makefile \ } platform darwin 6 { @@ -90,9 +83,3 @@ platform darwin 7 { patchfiles patch-xdgmimecache.c } - -variant use_system_dependencies { - depends_lib \ - lib:gnome-mime-magic:gnome-mime-data \ - lib:gconf-2:gconf -}