Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 20830

Show
Ignore:
Timestamp:
12/02/06 03:04:39 (2 years ago)
Author:
rhwood@…
Message:

Upgrade gnome-vfs to 2.16.3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/gnome-vfs/Portfile

    r20757 r20830  
    22PortSystem 1.0 
    33name            gnome-vfs 
    4 version         2.16.0 
     4version         2.16.3 
    55description     This is the GNOME Virtual File System. 
    66long_description        This is the GNOME Virtual File System. \ 
     
    1212homepage        http://www.gnome.org/ 
    1313master_sites    gnome:sources/${name}/2.16/ 
    14 checksums       md5 fdea9d7be42320c3fa6a09e645613480 \ 
    15                 sha1 4f0f6e7288c5cd2bc667f11729596e8be92376a0 \ 
    16                 rmd160 9f4008c0e8cae26513006e4c1f1c1c126116d8ef 
     14checksums       md5 586d6fe3740385c000a864d5e2cf8215 \ 
     15                sha1 a4c97179e2c4abf8cfcf236e56f7d328feaef89b \ 
     16                rmd160 9600bb4f4630d48600c1469fa5077d8e969a10cc 
    1717 
    1818depends_lib     \ 
     
    2626 
    2727use_bzip2       yes 
    28  
    29 #patchfiles     \ 
    30 #               configure.patch \ 
    31 #               daemon_Makefile.in.patch \ 
    32 #               modules_file-method-acl.c.patch 
    33  
    3428 
    3529configure.args  --mandir=${prefix}/share/man \ 
     
    8074                ${worksrcpath}/libgnomevfs/Makefile ${worksrcpath}/modules/Makefile \ 
    8175                ${worksrcpath}/schemas/Makefile  
    82 #                ${worksrcpath}/monikers/Makefile ${worksrcpath}/programs/Makefile \ 
    8376} 
    8477 
     
    9184        patchfiles      patch-xdgmimecache.c 
    9285} 
    93  
    94 variant use_system_dependencies { 
    95         depends_lib     \ 
    96                 lib:gnome-mime-magic:gnome-mime-data \ 
    97                 lib:gconf-2:gconf 
    98 }