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 |
2.93_1 15 Jul 2018 17:01:06
  |
tcberner  |
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_1 28 Jun 2018 17:39:55
  |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
2.93 28 Feb 2018 21:09:36
  |
crees  |
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_6 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.92_5 14 Aug 2017 19:21:04
  |
crees  |
Add -qt5 port.
While here, correct version of transmission meta-port
PR: ports/220933
Submitted by: ldbm@privacychain.ch |
2.92_4 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.92_3 20 Feb 2017 02:57:04
  |
jbeich  |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
2.92_2 04 Feb 2017 07:56:59
  |
jbeich  |
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
  |
dinoex  |
- update miniupnpc to 2.0.20161216
- bump API change |
2.90 03 Mar 2016 11:40:38
  |
jbeich  |
net-p2p/transmission-qt4: unbreak build after r409981
/usr/local/bin/ld: cannot find -lopenssl
Reported by: pkg-fallout
Pointy hat: jbeich |
2.90 02 Mar 2016 22:50:29
  |
jbeich  |
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_2 14 Oct 2015 14:57:00
  |
jbeich  |
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_1 10 Feb 2015 21:57:46
  |
jbeich  |
- 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 12 Nov 2014 21:31:28
  |
antoine  |
Cleanup plist |
2.84 21 Aug 2014 13:19:32
  |
tijl  |
- Add missing -lcrypto (fixup for r364712)
- Use MAKE_CMD |
2.84 03 Aug 2014 18:05:29
  |
marino  |
transmission-* cleanup
I missed the -linotify LDFLAG on the transmission-gtk port. It was also
pointed out by the submitter than transmission-qt4 now has a duplicate
-lcrypto LDFLAG so let's remove that.
PR: 192319
Submitted by: Ivan Klymenko |
2.82 25 Jun 2014 05:35:32
  |
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
2.82 01 Apr 2014 17:28:33
  |
antoine  |
Do not violate stagedir
Reported by: poudriere
With hat: portmgr |
2.82 01 Jan 2014 19:46:53
  |
crees  |
Fix stage |
2.82 29 Dec 2013 17:08:29
  |
crees  |
Stage transmission ports and the rest maintained by me.
Various little obvious fixes, and a new rc script for stunnel-server |
2.82 22 Nov 2013 12:55:12
  |
makc  |
- Pass QMAKE_ARGS to qmake
Approved by: portmgr (blanket approval) |
2.82 22 Oct 2013 13:59:54
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
2.82 20 Oct 2013 08:42:42
  |
marino  |
net/transmission-qt4: Fix QMAKEFLAGS properly
Set QMAKEFLAGS value as intended. The original patch was modified
to the previous state with the idea it was equivalent. It wasn't. |
2.82 20 Sep 2013 22:28:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
2.82 19 Sep 2013 11:25:34
  |
madpilot  |
Add explicit QMAKE_LFLAGS for iconv.
Submitted by: marino
Approved by: portmgr (bapt, implicit) |
2.82 30 Aug 2013 12:11:48
  |
crees  |
Fix transmission-qt4 build.
PR: ports/180292
Submitted by: naddy
Obtained from: OpenBSD |
2.80 30 Aug 2013 08:18:32
  |
crees  |
Mark BROKEN-- requires newer version of Qt than in the ports tree
PR: ports/180292 |
2.77 26 Jun 2013 17:12:09
  |
crees  |
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 02 Mar 2013 13:48:31
  |
crees  |
Fix chown for transmission home directory to silence complaints
from transmission-daemon
De-articulate COMMENT |
2.75 31 Dec 2012 17:03:21
  |
mezz  |
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
  |
crees  |
Update to 2.75
PR: ports/174507 (based on)
Submitted by: Sayetsky Anton <vsjcfm@gmail.com> |
2.61 10 Aug 2012 14:15:36
 |
crees  |
Update to 2.61
PR: ports/170193
Submitted by: Sayetsky Anton <vsjcfm@gmail.com> |
2.51_1 06 Jun 2012 06:44:38
 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
2.51_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2.50 02 Apr 2012 08:49:27
 |
crees  |
- Update to 2.50
Submitted by: "Hakisho"
Feature safe: yes |
2.42 11 Dec 2011 12:26:57
 |
crees  |
- 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
 |
crees  |
Update to 2.33 |
2.32 27 Jul 2011 21:16:53
 |
crees  |
Take these for now, mezz can take them back whenever he likes. |
2.32 25 Jul 2011 14:54:06
 |
tabthorpe  |
- Reset ports at maintainers request |
2.32 30 Jun 2011 17:05:53
 |
mezz  |
Update to 2.32. |
2.22_2 05 May 2011 13:48:05
 |
mm  |
Update libevent2 to 2.0.11 |
2.22_1 17 Mar 2011 20:15:56
 |
mezz  |
Fix transmission-qt to avoid link with both libevent 1.x and 2.x libraries
or it will crashes. Remove a hardcore '-levent' (should be -levent-2.0) in
the qtr.pro and let pkg-config takes care of it. Bump the PORTREVISION.
PR: ports/155600
Reported by: Alexandr <prayer@list.ru> |
2.12 18 Nov 2010 12:20:09
 |
mezz  |
Add moc_build rcc_build uic_build; it does need all of them.
Reported by: QAT |
2.12 17 Nov 2010 22:50:02
 |
mezz  |
Add qmake_build to allow it builds.
Reported by: QAT |
2.12 17 Nov 2010 12:44:25
 |
mezz  |
A fast and lightweight QT4 BitTorrent client, loosely based on the GTK+ client.
This is the only Transmission client that can act as its own self-contained
session (as the GTK+ and Mac clients do), and can also connect to a remote
session (as the web client and transmission-remote terminal client do).
Transmission has been built from the ground up to be a lightweight, yet
powerful BitTorrent client. Its simple, intuitive interface is designed
to integrate tightly with whatever computing environment you choose to
use. Transmission strikes a balance between providing useful functionality
without feature bloat. Furthermore, it is free for anyone to use or modify.
WWW: http://www.transmissionbt.com/ |