Ticket #26166: Portfile-epiphany.diff

File Portfile-epiphany.diff, 1.8 KB (added by yasir.suhail@…, 14 years ago)

Patch file

  • (a) Pold vs. (b) Portfile

    a b  
    44PortSystem 1.0
    55
    66name            epiphany
    7 version         2.28.1
     7version         2.30.3
    88set branch      [join [lrange [split ${version} .] 0 1] .]
    99description     A GNOME Web browser.
    1010long_description        A web browser is more than an application, it is a \
     
    1818master_sites    gnome:sources/${name}/${branch}/
    1919use_bzip2       yes
    2020
    21 checksums           md5     7a8b885a4894d2a9e979b8cb8898db1e \
    22                     sha1    e15a404e52cdf4fded6a0075f27f46c2ae2a739c \
    23                     rmd160  c3d6a33080711ec3c25c6418aba5eb2047b73384
     21checksums           md5     6c6f83d07bd6277ddd20d641af253b0c \
     22                    sha1    c4dab25e46e0c02b29a79e7542c097df621aa3ae \
     23                    rmd160  f653d7e0e8bfd698eb283725120f849ab3ab8f53
    2424
    2525depends_build   port:pkgconfig \
    2626                port:intltool \
     
    3535                port:startup-notification \
    3636                port:libnotify \
    3737                port:libcanberra \
    38                 port:py25-gtk \
    39                 port:py25-gnome \
     38                port:py26-gtk \
     39                port:py26-gnome \
    4040                port:enchant \
    4141                port:iso-codes \
    42                 port:webkit-gtk
     42                port:webkit-gtk \
     43                port:nss
    4344
    4445configure.args  --with-distributor-name=MacPorts \
    4546                --disable-zeroconf \
    4647                --disable-network-manager \
    4748                --disable-schemas-install \
    4849                --disable-scrollkeeper \
    49                 --disable-nss \
    50                 --disable-tests
     50                --without-ca-file \
     51                --disable-tests \
     52               
    5153
    52 configure.python  ${prefix}/bin/python2.5
     54configure.python  ${prefix}/bin/python2.6
    5355
    5456pre-configure {
    5557    reinplace "s|--rpath=|-rpath |g" ${worksrcpath}/configure