Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: net-p2p/transmission-cli |
Commit | Credits | Log message |
3.00_5 10 Sep 2023 16:12:57
![commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07 commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07](/images/git.png) ![commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07 commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07](/images/codeberg.svg) ![commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07 commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Robert Clausecker (fuz) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) Author: Rafe |
net-p2p/transmission: Update 3.00 -> 4.0.4 & modernize port
This turns previous slave-ports net-p2p/transmission-{cli,daemon,gtk,qt,utils}
and www/transmission-web into flavours of net-p2p/transmission.
What's new in 4.0.4 (vis-a-vis 3.00)
* Resource Efficiency: code profiled and improved
* Code Modernization: standardization on C++ tools
* Support for BitTorrent v2 torrents & hybrid torrents
* New web client
* Lots of bug fixes
Changelog: https://github.com/transmission/transmission/releases/tag/4.0.4
PR: 269504
Reported by: dutchman01@quicknet.nl
Approved by: rigoletto, tcberner (maintainer timeout)
Reviewed By: fcharlier_ploup.net
Differential Revision: https://reviews.freebsd.org/D40910 |
3.00_5 19 Nov 2022 01:37:48
![commit hash: 8b652c401558e5168278a0aff0344ac1d0fdc462 commit hash: 8b652c401558e5168278a0aff0344ac1d0fdc462](/images/git.png) ![commit hash: 8b652c401558e5168278a0aff0344ac1d0fdc462 commit hash: 8b652c401558e5168278a0aff0344ac1d0fdc462](/images/codeberg.svg) ![commit hash: 8b652c401558e5168278a0aff0344ac1d0fdc462 commit hash: 8b652c401558e5168278a0aff0344ac1d0fdc462](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Alexandre C. Guimarães (rigoletto) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission: Fix build after the libutp changes. |
3.00_4 10 Sep 2022 17:41:16
![commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32](/images/git.png) ![commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32](/images/codeberg.svg) ![commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.00_4 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.00_4 16 May 2022 06:49:43
![commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1](/images/git.png) ![commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1](/images/codeberg.svg) ![commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Loïc Bartoletti (lbartoletti) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
3.00_4 14 Jun 2021 02:38:12
![commit hash: 1ad0aafe7532b28e5f4d77cc426a9e9a6681a6aa commit hash: 1ad0aafe7532b28e5f4d77cc426a9e9a6681a6aa](/images/git.png) ![commit hash: 1ad0aafe7532b28e5f4d77cc426a9e9a6681a6aa commit hash: 1ad0aafe7532b28e5f4d77cc426a9e9a6681a6aa](/images/codeberg.svg) ![commit hash: 1ad0aafe7532b28e5f4d77cc426a9e9a6681a6aa commit hash: 1ad0aafe7532b28e5f4d77cc426a9e9a6681a6aa](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Alexandre C. Guimarães (rigoletto) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-*: Fix 'IPv4 DHT announce failed' flooding syslog. |
3.00_3 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.00_3 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
3.00_3 31 Jul 2020 00:52:40
![Revision:543840 Revision:543840](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rigoletto ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-*: build without debug symbols.
PR: 248326
Submitted by: ondra@bimovi.cz |
3.00_2 24 Jul 2020 01:44:58
![Revision:542978 Revision:542978](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rigoletto ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-daemon: improve the port description.
PR: 248177
Submitted by: Andrew Nicks <bugzilla-arn@houseofnicks.co.uk> |
3.00_2 24 May 2020 16:33:01
![Revision:536412 Revision:536412](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rigoletto ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission: Bring all variants to the latest changes.
- this is supposedly to be the actual 3.00 release
Reported by: lev |
3.00_1 20 May 2020 01:52:05
![Revision:535962 Revision:535962](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rigoletto ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission: Allow all variants to be installed concurrently
- split utils in a separated port
PR: 246272
Differential Revision: https://reviews.freebsd.org/D24851 |
3.00 06 May 2020 17:44:15
![Revision:534196 Revision:534196](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rigoletto ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission: Fix build.
- upstream modified the v3.00 code without noticing,
forcing the re-creation of the distinfo file.
- GH_TAGNAME is temporarily set to avoid new surprises. |
3.00 06 May 2020 15:24:28
![Revision:534180 Revision:534180](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rigoletto ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission: Update to 3.00
- net-p2p/transmission-cli
- net-p2p/transmission-daemon
- net-p2p/transmission-gtk
- net-p2p/transmission-qt
- www/transmission-web
Differential Revision: D18995 |
2.94_3 14 Aug 2019 08:48:51
![Revision:508903 Revision:508903](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
2.94_3 23 Jan 2019 17:07:22
![Revision:491047 Revision:491047](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rigoletto ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-cli: revert the previous patch to keep the port consistent
alongside all other supported platforms.
Approved by: tcberner (mentor) |
2.94_2 20 Jan 2019 17:02:27
![Revision:490800 Revision:490800](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rigoletto ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-cli: change transmission's data size unit conversion
factors from 1000 to 1024, to match FreeBSD's blocksize.
- bump the affected SLAVEPORTS
Submitted by: soralx@cydem.org (private e-mail)
Approved by: tcberner (mentor) |
2.94_1 29 Dec 2018 07:18:50
![Revision:488657 Revision:488657](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rigoletto ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/tranmission-cli: fix build due to devel/jech-dht update to v0.25.
- bump PORTREVISION of the affected SLAVEPORTS
PR: 234462
Reviewed by: mat (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18660 |
2.94 15 Jul 2018 17:01:06
![Revision:474704 Revision:474704](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tcberner ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission* -- update and falvorize
* update to 2.94
* flavorize the Qt frontends
* give maintainership to lebarondemerde@privacychain.ch
PR: 226710
Approved by: portmgr (mat), crees (previous maintainer)
Differential Revision: https://reviews.freebsd.org/D14699 |
2.93 28 Feb 2018 21:09:36
![Revision:463262 Revision:463262](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-cli: Update to 2.93
- Includes DNS rebinding fix
- Fixes OpenSSL 1.1 compat
Note that the previous version was no longer vulnerable as FreeBSD had
patches, but this reports the correct version to trackers as some were
banned.
PR: ports/225917
PR: ports/225915 |
2.92_4 20 Jan 2018 01:20:20
![Revision:459492 Revision:459492](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
woodsb02 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-daemon: Improve UPDATING entry and add pkg-message
This will ensure users who do not read UPDATING are still presented with
the message about how to allow clients to connect to the daemon using
DNS when they upgrade the package.
PR: 225150
Reported by: swills
Security: https://www.vuxml.org/freebsd/3e5b8bd3-0c32-452f-a60e-beab7b762351.html |
2.92_4 14 Jan 2018 22:35:00
![Revision:459011 Revision:459011](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
woodsb02 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-daemon: Mitigate DNS rebinding attack
Incorporate upstream pull request 468, proposed by Tavis Ormandy from
Google Project Zero, which mitigates this attack by requiring a host
whitelist for requests that cannot be proven to be secure, but it can
be disabled if a user does not want security.
PR: 225150
Submitted by: Tavis Ormandy
Approved by: crees (maintainer)
Obtained
from: https://github.com/transmission/transmission/pull/468#issuecomment-357098126
MFH: 2018Q1
Security: https://www.vuxml.org/freebsd/3e5b8bd3-0c32-452f-a60e-beab7b762351.html |
2.92_3 20 Feb 2017 02:57:04
![Revision:434427 Revision:434427](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
2.92_2 04 Feb 2017 07:56:59
![Revision:433286 Revision:433286](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
2.92_1 25 Dec 2016 23:11:36
![Revision:429468 Revision:429468](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update miniupnpc to 2.0.20161216
- bump API change |
2.90 02 Mar 2016 22:50:29
![Revision:409981 Revision:409981](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-*: update to 2.90
- Add POLARSSL and WOLFSSL support (like ftp/curl)
- Hide LITE (unused) and DOCS (redundant) options from -web slave
- Simplify r398996 and move to CONFIGURE_ENV
- Drop r369657 hacks after upstream integration [1]
- As implied by r378806 transfer maintainership back to crees
Changes: https://trac.transmissionbt.com/wiki/Changes#version-2.90
PR: 194029 [1] |
2.84_3 14 Oct 2015 14:57:00
![Revision:399268 Revision:399268](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-cli: chase r399209
https://github.com/miniupnp/miniupnp/commit/1da63faa4fff5cb30e5d4b848ceef80a292382b9
PR: 203768
Reported by: many
Obtained from: upstream
MFH: 2015Q4
X-MFH-With: r399209 |
2.84_2 10 Feb 2015 21:57:46
![Revision:378806 Revision:378806](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add CPE information for Transmission ports [1]
- Take maintainership [2] as the next update may require partially
reverting r369657 hacks in favor of upstream support
- Disable devel/libinotify:
* used only by transmission-daemon's watch-dir
* maybe less stable than readdir() fallback
* disabled by other ports e.g., devel/glib20
* completely different from devel/libnotify [3]
- Belatedly bump PORTREVISION
PR: 197065 [1]
Differential Revision: https://reviews.freebsd.org/D1806
Suggested by: crees [2]
Pointy hat: crees (r287179) [3]
Approved by: crees (maintainer) [1][2]
Approved by: bapt (mentor) |
2.84_1 24 Nov 2014 18:51:27
![Revision:373348 Revision:373348](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Allow use of reload rc command
PR: ports/195341
Submitted by: joshruehlig@gmail.com |
2.84_1 12 Nov 2014 21:31:28
![Revision:372503 Revision:372503](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
2.84_1 03 Aug 2014 22:14:01
![Revision:363949 Revision:363949](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/transmission-daemon: do not hardcode PORTREVISION.
PORTREVISION will not default to 1 to force a rebuild after the libevent
migration, making the port working again.
Approved by: crees (maintainer) |
2.84 21 Jul 2014 15:02:21
![Revision:362440 Revision:362440](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.84
PR: ports/191592
Submitted by: Andrew Berg |
2.82_1 04 Jan 2014 15:33:14
![Revision:338648 Revision:338648](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add option to disable ownership and permissions checking in rc script. |
2.82 29 Dec 2013 17:08:29
![Revision:338028 Revision:338028](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Stage transmission ports and the rest maintained by me.
Various little obvious fixes, and a new rc script for stunnel-server |
2.82 20 Sep 2013 22:28:26
![Revision:327758 Revision:327758](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
2.80 01 Jul 2013 18:40:19
![Revision:322138 Revision:322138](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.80
PR: ports/180120
Submitted by: Sayetsky Anton <vsjcfm@gmail.com> |
2.77_1 26 Jun 2013 17:12:09
![Revision:321800 Revision:321800](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Correct the package naming, to stop upsetting people.
Trim ABI versions from LIB_DEPENDS to pacify portlint
PR: ports/179798
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Add LICENSE lines
Submitted by: 4721 (frogs, IRC) |
2.77_1 02 Mar 2013 13:48:31
![Revision:313230 Revision:313230](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix chown for transmission home directory to silence complaints
from transmission-daemon
De-articulate COMMENT |
2.75 31 Dec 2012 17:03:21
![Revision:309763 Revision:309763](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me. |
2.75 31 Dec 2012 12:00:21
![Revision:309726 Revision:309726](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.75
PR: ports/174507 (based on)
Submitted by: Sayetsky Anton <vsjcfm@gmail.com> |
2.73_1 08 Dec 2012 15:33:27
![Revision:308476 Revision:308476](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Various rc fixes;
- Add transmission_web_home to use customised web interface
Requested by: Hanson Wong
- transmission should use a pidfile
- Style fixes (mostly quoting)
- Empty value in _user is clobbered with default, so remove warning
Use USERS and GROUPS, and move home directory handling to rc script where
it belongs; now users can be changed on the fly without issue
Feature safe: yes |
2.42 11 Dec 2011 12:26:57
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.42
- Use --with(out)-gtk instead of enable -- option has changed
Feature safe: yes |
2.33 10 Aug 2011 07:14:29
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.33 |
2.32 27 Jul 2011 21:16:53
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Take these for now, mezz can take them back whenever he likes. |
2.32 25 Jul 2011 14:54:06
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tabthorpe ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Reset ports at maintainers request |
2.12 17 Nov 2010 12:41:58
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.12. |
2.04_1 20 Sep 2010 02:43:34
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix if FreeBSD built without ipv6 support.
PR: ports/150519
Submitted by: well-wisher <regex@bk.ru> |
2.04 15 Aug 2010 00:53:16
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.04. |
2.03_1 25 Jul 2010 18:59:32
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase libevent update, bump the PORTREVISION on those. |
1.93 09 May 2010 04:39:53
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.93.
- Don't patch in Makefile.am to avoid run automake run. It was a leftover when
I switched from patch in configure.* to use option flags. [1]
PR: ports/146330 [1]
Submitted by: Anonymous <swell.k@gmail.com> [1] |
1.92_1 13 Apr 2010 02:42:08
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase the curl update, bump the PORTREVISION.
PR: ports/145422
Submitted by: rene |
1.75 19 Sep 2009 01:35:46
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.75.
Feature safe: yes |
1.74_1 12 Sep 2009 19:15:42
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add a missing dependency, transmission-web.
Reported by: Henk @ Transmission forum |
1.73 19 Jul 2009 16:48:50
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.73. |
1.72_2 19 Jun 2009 21:29:15
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove patch-libtransmission_platform.c, use -g/-w options in the rc script
instead. Bump the PORTREVISION on cli, daemon and gtk.
Discussed with: Charles Kerr (developer) |
1.72_1 19 Jun 2009 17:18:02
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump the UID/GID from 919 to 921 to avoid the conflict with others. Bump the
PORTREVISION. |
1.72 19 Jun 2009 17:07:26
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-Update to 1.72.
-Add rc script in transmission-daemon. [1]
Requested by: many [1]
Submitted by: a few (all of those are incomplete) [1] |
1.61_1 06 Jun 2009 18:53:00
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix the upload torrent, bump the PORTREVISION on daemon and gtk.
Obtained from: Its SVN.
Submitted by: Volker Theile <votdev~@~gmx.de> |
1.60 09 May 2009 17:25:24
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.60. |
1.51_1 08 May 2009 12:25:23
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Take these ports back to me. I will working on an update tonight or tomorrow. |
1.51_1 18 Mar 2009 20:06:39
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of. |
1.51_1 28 Feb 2009 15:52:35
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
I still have old libcurl installed and forgot to edit it back to curl.5.
Correct it, bump the PORTREVISION.
Reported by: QAT |
1.34 23 Sep 2008 04:34:52
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.34. |
1.31 07 Aug 2008 01:54:47
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.31, be sure to read in UPDATING.
- Move transmission to transmission-cli, transmission becomes a meta-port.
- Add transmission-web, it's a web interface (Clutch) as it has merged into
its project.
Repocopy: marcus (transmission -> transmission-cli) |
1.22 14 Jun 2008 15:54:34
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.22. |
1.21_1 06 Jun 2008 13:53:49
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.10 30 Mar 2008 16:42:30
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-Update to 1.10.
-Do not get libevent to link with librt, which our clock_gettime() is in libc. |
1.06_1 27 Feb 2008 05:15:56
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
The tarball has been re-rolled. They have forgotten to bump the version and
a bit tweak in NEWS. Bump the PORTREVISION to have version correct when users
report to their bug tracker. |
1.05 09 Feb 2008 18:38:31
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove USE_GNOME and use master's same one. No function change. |
1.05 09 Feb 2008 05:57:48
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
The transmission-daemon is a daemon-based Transmission session that can
be controlled via IPC commands by transmission-remote (included).
Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top on an efficient, cross-platform
back-end.
WWW: http://www.transmissionbt.com/
--
I am getting more and more requests lately, some users want to use Clutch. The
Clutch is using transmission-daemon to control the torrent by via web-based
interface.
http://clutchbt.com/
I have no interest in Clutch, so don't bother to ask me to create Clutch port.
I do not really know anything about transmission-daemon, so test and report me
bugs as usually. |