Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#9847 closed update (fixed)

UPDATE: transmission 0.6.1

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

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

transmission now builds with make instead of jam. I have added 'aqua' as a category since I thought every aqua application had to be in there.

--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/transmission/Portfile	2006-04-09 06:18:14.000000000 +0200
+++ Vrac/dp/net/transmission/Portfile	2006-07-10 19:00:25.000000000 +0200
@@ -2,8 +2,8 @@
 PortSystem				1.0
 
 name					transmission
-version					0.5
-categories				net
+version					0.6.1
+categories				net aqua
 maintainers				amonre@amonre.org
 description				Lightweight BitTorrent client
 
@@ -16,23 +16,21 @@
 
 homepage		http://transmission.m0k.org/
 
-distname		Transmission-0.5
+distname		Transmission-${version}
 
 master_sites		http://download.m0k.org/transmission/files/
-checksums		md5 07f737c837d25af7d14056edd4a81d49
+checksums		md5 1156a88c77ab71782b9261881ea13811
 
-depends_build		bin:jam:jam
 depends_lib		port:gettext
 
-configure.args		--disable-gtk --with-gettext=${prefix}/include
-build.cmd		jam
-build.target		all
+configure.args		--disable-gtk 
 
 destroot				{
-	xinstall -c ${worksrcpath}/transmissioncli ${destroot}${prefix}/bin/transmissioncli
+	xinstall -m 0755 -c ${worksrcpath}/cli/transmissioncli ${destroot}${prefix}/bin/
+	xinstall -m 0644 -c ${worksrcpath}/cli/transmissioncli.1 ${destroot}${prefix}/share/man/man1/
 	
 	set appPath ${destroot}/Applications/DarwinPorts
 	file mkdir ${appPath}
-	file copy ${worksrcpath}/Transmission.app ${appPath}
+	file copy ${worksrcpath}/macosx/Transmission.app ${appPath}
 }

Attachments (2)

installed.ports (4.1 KB) - added by ehainry@… 18 years ago.
Portfile patch
transmission.patch (1.4 KB) - added by ehainry@… 18 years ago.
Portfile patch

Download all attachments as: .zip

Change History (6)

Changed 18 years ago by ehainry@…

Attachment: installed.ports added

Portfile patch

Changed 18 years ago by ehainry@…

Attachment: transmission.patch added

Portfile patch

comment:1 Changed 18 years ago by ehainry@…

attachments.isobsolete: 01

comment:2 Changed 18 years ago by markd@…

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

Committed, thanks!

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

Description: modified (diff)
Port: transmission added

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

Type: defectupdate
Note: See TracTickets for help on using tickets.