[33686] trunk/dports/net/transmission/Portfile

rhwood at macports.org rhwood at macports.org
Sun Feb 3 03:34:10 PST 2008


Revision: 33686
          http://trac.macosforge.org/projects/macports/changeset/33686
Author:   rhwood at macports.org
Date:     2008-02-03 03:34:08 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
Upgrade to version 1.04
Make it an XCode portgroup port (to build the Aqua GUI)
Add a pre-fetch error hook to explain the current situation (the Transmission
project seems to have shipped broken source code builds since at least
version 1.00, but this has been fixed in the upcoming version 1.05 and the
Transmission SVN trunk [ see http://trac.transmissionbt.com/ticket/679 ])

Modified Paths:
--------------
    trunk/dports/net/transmission/Portfile

Modified: trunk/dports/net/transmission/Portfile
===================================================================
--- trunk/dports/net/transmission/Portfile	2008-02-03 10:31:00 UTC (rev 33685)
+++ trunk/dports/net/transmission/Portfile	2008-02-03 11:34:08 UTC (rev 33686)
@@ -1,11 +1,12 @@
 # $Id$
 
 PortSystem				1.0
+PortGroup				xcode 1.0
 
 name					transmission
-version					1.03
-revision				1
-categories				net gnome x11
+version		1.04
+revision				0
+categories				net aqua
 maintainers				nomaintainer
 description				Lightweight BitTorrent client
 long_description	Transmission is a free, lightweight BitTorrent client. \
@@ -13,13 +14,28 @@
 			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).
+			(native interface).\n\n \
+			This is the Cocoa version.
 homepage				http://www.transmissionbt.com/
 
 master_sites			http://download.m0k.org/transmission/files/
-checksums				md5 f9189da1352483aed9f6736498443de3
+checksums				md5 7234c2e7c9855ea62768f89196f5913f
 use_bzip2				yes
 
-platforms		darwin freebsd
+platforms		macosx
 
-depends_lib				port:gettext port:gtk
+depends_lib				port:gettext
+
+xcode.target		Transmission
+xcode.configuration	Release
+
+pre-fetch {
+return -code error "\n \
+----------------------------------------------------------------------------\n \
+This port is again broken due to upstream packaging errors that will be\n \
+fixed in the next release of Transmission.\n \
+\n \
+The command-line and X11 versions of Transmission are available in\n \
+port transmission-x11.\n \
+----------------------------------------------------------------------------"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080203/f796bec3/attachment.html


More information about the macports-changes mailing list