Ticket #16738: transmission-x11.diff

File transmission-x11.diff, 1.6 KB (added by neric27@…, 16 years ago)

unified diff, no aqua variant

  • net/transmission-x11/Portfile

    old new  
    33PortSystem      1.0
    44
    55name            transmission-x11
    6 version         1.20
     6version         1.34
    77categories      net gnome x11
    88maintainers     nomaintainer
    99description     Lightweight BitTorrent client
     
    1616homepage        http://www.transmissionbt.com/
    1717distname        transmission-${version}
    1818master_sites    http://download.m0k.org/transmission/files/
    19 checksums       md5     6e0b25b10842fdac8a2206f29e951c0d \
    20                 sha1    c107544a3bb340ac16323ea7cd2f35bd6aa30596 \
    21                 rmd160  8aa45fc2a85f32b23a760b5401de2b38d911f8b6
     19checksums       md5     c4ef93639bcb895c1b3d279b2f4e27b3 \
     20                sha1    122cd096725225a5e41d79628f341ae8c2051b5c \
     21                rmd160  b80a7c3fb0a7e1c82e2997b0e2dac6fd52557e3e
    2222use_bzip2       yes
    2323platforms       darwin freebsd
    24 depends_lib     port:gtk2 \
    25                 port:openssl
    2624
    27 configure.args --without-wx
     25depends_lib     port:openssl \
     26                port:curl
    2827
    29 # Avoid the Cocoa build
    30 post-extract {
    31         reinplace "s|macosx/Makefile| |g" ${worksrcpath}/configure
    32         reinplace "s|macosx||g" ${worksrcpath}/Makefile.in
     28depends_build   port:gsed
     29
     30configure.args --enable-daemon --disable-wx --disable-darwin --disable-gtk --disable-libnotify
     31
     32variant gtk description {Build Gtk front-end} {
     33
     34        depends_lib-append      port:gtk2 \
     35                                port:dbus-glib
     36        configure.args-delete   --disable-gtk
     37        configure.args-append   --enable-gtk
    3338}