New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 33981

Show
Ignore:
Timestamp:
02/09/2008 11:05:12 (4 years ago)
Author:
gui_dos@…
Message:

transmission-x11:
* Update to 1.05
* Stripped the double \n in the long_description wich
introduced a pair of brackets when evaluated, confusing
the activation phase
* Added dependency on OpenSSL
* Avoid building Cocoa and wxWidgets' versions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/transmission-x11/Portfile

    r33667 r33981  
    11# $Id$ 
    22 
    3 PortSystem                              1.0 
     3PortSystem      1.0 
    44 
    5 name                                    transmission-x11 
    6 version                                 1.03 
    7 revision                                1 
    8 categories                              net gnome x11 
    9 maintainers                             nomaintainer 
    10 description                             Lightweight BitTorrent client 
    11 long_description        Transmission is a free, lightweight BitTorrent client. \ 
    12                         It features a simple, intuitive interface on top of an \ 
    13                         efficient, cross-platform back-end. Transmission is open \ 
    14                         source (MIT license) and runs on Mac OS X (Cocoa interface), \ 
    15                         Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \ 
    16                         (native interface). \n\n\ 
    17                         This is the GTK+ version. 
    18 homepage                                http://www.transmissionbt.com/ 
     5name            transmission-x11 
     6version         1.05 
     7categories      net gnome x11 
     8maintainers     nomaintainer 
     9description     Lightweight BitTorrent client 
     10long_description Transmission is a free, lightweight BitTorrent client. \ 
     11                It features a simple, intuitive interface on top of an \ 
     12                efficient, cross-platform back-end. Transmission is open \ 
     13                source (MIT license) and runs on Mac OS X (Cocoa interface), \ 
     14                Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \ 
     15                (native interface). This is the GTK+ version. 
     16homepage        http://www.transmissionbt.com/ 
     17distname        transmission-${version} 
     18master_sites    http://download.m0k.org/transmission/files/ 
     19checksums       md5 3baf5be0d4fe2a0e0e0e43b7b0fe5dcb 
     20use_bzip2       yes 
     21platforms       darwin freebsd 
     22depends_lib     port:gettext port:gtk port:openssl 
    1923 
    20 master_sites                    http://download.m0k.org/transmission/files/ 
    21 checksums                               md5 f9189da1352483aed9f6736498443de3 
    22 use_bzip2                               yes 
    23  
    24 platforms               darwin freebsd 
    25  
    26 depends_lib                             port:gettext port:gtk 
     24configure.args --without-wx 
     25# Force avoiding the Cocoa build 
     26post-extract { 
     27        reinplace "s|macosx/Makefile| |g" ${worksrcpath}/configure 
     28        reinplace "s|macosx||g" ${worksrcpath}/Makefile.in 
     29}