For future changes, could I ask you to do whitespace changes in a separate commit please? Otherwise it's hard to see what functional changes were made in a revision. Thanks. On Feb 9, 2008, at 13:05, gui_dos@macports.org wrote:
Revision: 33981 http://trac.macosforge.org/projects/macports/changeset/33981 Author: gui_dos@macports.org Date: 2008-02-09 11:05:12 -0800 (Sat, 09 Feb 2008)
Log 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
Modified Paths: -------------- trunk/dports/net/transmission-x11/Portfile
Modified: trunk/dports/net/transmission-x11/Portfile =================================================================== --- trunk/dports/net/transmission-x11/Portfile 2008-02-09 17:52:05 UTC (rev 33980) +++ trunk/dports/net/transmission-x11/Portfile 2008-02-09 19:05:12 UTC (rev 33981) @@ -1,26 +1,29 @@ # $Id$
-PortSystem 1.0 +PortSystem 1.0
-name transmission-x11 -version 1.03 -revision 1 -categories net gnome x11 -maintainers nomaintainer -description Lightweight BitTorrent client -long_description Transmission is a free, lightweight BitTorrent client. \ - It features a simple, intuitive interface on top of an \ - efficient, cross-platform back-end. Transmission is open \ - source (MIT license) and runs on Mac OS X (Cocoa interface), \ - Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \ - (native interface). \n\n\ - This is the GTK+ version. -homepage http://www.transmissionbt.com/ +name transmission-x11 +version 1.05 +categories net gnome x11 +maintainers nomaintainer +description Lightweight BitTorrent client +long_description Transmission is a free, lightweight BitTorrent client. \ + It features a simple, intuitive interface on top of an \ + efficient, cross-platform back-end. Transmission is open \ + source (MIT license) and runs on Mac OS X (Cocoa interface), \ + Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \ + (native interface). This is the GTK+ version. +homepage http://www.transmissionbt.com/ +distname transmission-${version} +master_sites http://download.m0k.org/transmission/files/ +checksums md5 3baf5be0d4fe2a0e0e0e43b7b0fe5dcb +use_bzip2 yes +platforms darwin freebsd +depends_lib port:gettext port:gtk port:openssl
-master_sites http://download.m0k.org/transmission/files/ -checksums md5 f9189da1352483aed9f6736498443de3 -use_bzip2 yes - -platforms darwin freebsd - -depends_lib port:gettext port:gtk +configure.args --without-wx +# Force avoiding the Cocoa build +post-extract { + reinplace "s|macosx/Makefile| |g" ${worksrcpath}/configure + reinplace "s|macosx||g" ${worksrcpath}/Makefile.in +}