UPDATE: transmission-0.5
Reported by: |
amonre@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.2
|
Keywords:
|
|
Cc:
|
markd@…
|
Port:
|
transmission
|
|
|
The transmission portfile now has a dependency on the jam binary instead of the port, as well as a dependency on gettext. Patch is reproduced below; will be attached to this ticket for convenience in a minute.
--- transmission.old 2006-04-07 19:05:24.000000000 +0200
+++ transmission.new 2006-04-07 19:07:22.000000000 +0200
@@ -21,7 +21,8 @@
master_sites http://download.m0k.org/transmission/files/
checksums md5 07f737c837d25af7d14056edd4a81d49
-depends_build port:jam
+depends_build bin:jam:jam
+depends_lib port:gettext
configure.args --disable-gtk --with-gettext=${prefix}/include
build.cmd jam
now depends on jam binary instead of port; added gettext dependency