Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#8247 closed defect (fixed)

UPDATE: transmission-0.5

Reported by: amonre@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: markd@…
Port: transmission

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Attachments (1)

transmission.patch (404 bytes) - added by amonre@… 18 years ago.
now depends on jam binary instead of port; added gettext dependency

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by amonre@…

Attachment: transmission.patch added

now depends on jam binary instead of port; added gettext dependency

comment:1 Changed 18 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: newclosed

Committed. Thanks!

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: transmission added
Note: See TracTickets for help on using tickets.