Opened 18 years ago

Last modified 8 years ago

#9847 closed update

UPDATE: transmission 0.6.1 — at Initial Version

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

Description

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@… 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}

}

Change History (2)

Changed 18 years ago by ehainry@…

Attachment: installed.ports added

Portfile patch

Changed 18 years ago by ehainry@…

Attachment: transmission.patch added

Portfile patch

Note: See TracTickets for help on using tickets.