notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/transmission-qt4/Makefile

Number of commits found: 42

Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Wednesday, 28 Feb 2018
21:09 crees search for other commits by this committer
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
Original commitRevision:463262 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Monday, 14 Aug 2017
19:21 crees search for other commits by this committer
Add -qt5 port.

While here, correct version of transmission meta-port

PR:		ports/220933
Submitted by:	ldbm@privacychain.ch
Original commitRevision:447965 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Monday, 20 Feb 2017
02:57 jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Original commitRevision:434427 
Saturday, 4 Feb 2017
07:56 jbeich search for other commits by this committer
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)
Original commitRevision:433286 
Sunday, 25 Dec 2016
23:11 dinoex search for other commits by this committer
- update miniupnpc to 2.0.20161216
- bump API change
Original commitRevision:429468 
Thursday, 3 Mar 2016
11:40 jbeich search for other commits by this committer
net-p2p/transmission-qt4: unbreak build after r409981

/usr/local/bin/ld: cannot find -lopenssl

Reported by:	pkg-fallout
Pointy hat:	jbeich
Original commitRevision:410032 
Wednesday, 2 Mar 2016
22:50 jbeich search for other commits by this committer
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]
Original commitRevision:409981 
Wednesday, 14 Oct 2015
14:57 jbeich search for other commits by this committer
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
Original commitRevision:399268 
Tuesday, 10 Feb 2015
21:57 jbeich search for other commits by this committer
- 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)
Original commitRevision:378806 
Thursday, 21 Aug 2014
13:19 tijl search for other commits by this committer
- Add missing -lcrypto (fixup for r364712)
- Use MAKE_CMD
Original commitRevision:365557 
Sunday, 3 Aug 2014
18:05 marino search for other commits by this committer
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
Original commitRevision:363928 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
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
Original commitRevision:359185 
Tuesday, 1 Apr 2014
17:28 antoine search for other commits by this committer
Do not violate stagedir

Reported by:	poudriere
With hat:	portmgr
Original commitRevision:349864 
Wednesday, 1 Jan 2014
19:46 crees search for other commits by this committer
Fix stage
Original commitRevision:338392 
Sunday, 29 Dec 2013
17:08 crees search for other commits by this committer
Stage transmission ports and the rest maintained by me.

Various little obvious fixes, and a new rc script for stunnel-server
Original commitRevision:338028 
Friday, 22 Nov 2013
12:55 makc search for other commits by this committer
- Pass QMAKE_ARGS to qmake

Approved by:	portmgr (blanket approval)
Original commitRevision:334587 
Tuesday, 22 Oct 2013
13:59 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])

Approved by:	portmgr (bdrewery)
Original commitRevision:331273 
Sunday, 20 Oct 2013
08:42 marino search for other commits by this committer
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.
Original commitRevision:330994 
Friday, 20 Sep 2013
22:28 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
Original commitRevision:327758 
Thursday, 19 Sep 2013
11:25 madpilot search for other commits by this committer
Add explicit QMAKE_LFLAGS for iconv.

Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
Original commitRevision:327611 
Friday, 30 Aug 2013
12:11 crees search for other commits by this committer
Fix transmission-qt4 build.

PR:		ports/180292
Submitted by:	naddy
Obtained from:	OpenBSD
Original commitRevision:325674 
08:18 crees search for other commits by this committer
Mark BROKEN-- requires newer version of Qt than in the ports tree

PR:		ports/180292
Original commitRevision:325665 
Saturday, 2 Mar 2013
13:48 crees search for other commits by this committer
Fix chown for transmission home directory to silence complaints
from transmission-daemon

De-articulate COMMENT
Original commitRevision:313230 
Monday, 31 Dec 2012
17:03 mezz search for other commits by this committer
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.
Original commitRevision:309763 
12:00 crees search for other commits by this committer
Update to 2.75

PR:		ports/174507 (based on)
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
Original commitRevision:309726 
Friday, 10 Aug 2012
14:15 crees search for other commits by this committer
Update to 2.61

PR:		ports/170193
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 2 Apr 2012
08:49 crees search for other commits by this committer
- Update to 2.50

Submitted by:   "Hakisho"
Feature safe:   yes
Original commit
Sunday, 11 Dec 2011
12:26 crees search for other commits by this committer
- Update to 2.42
- Use --with(out)-gtk instead of enable -- option has changed

Feature safe:   yes
Original commit
Wednesday, 10 Aug 2011
07:14 crees search for other commits by this committer
Update to 2.33
Original commit
Wednesday, 27 Jul 2011
21:16 crees search for other commits by this committer
Take these for now, mezz can take them back whenever he likes.
Original commit
Monday, 25 Jul 2011
14:54 tabthorpe search for other commits by this committer
- Reset ports at maintainers request
Original commit
Thursday, 30 Jun 2011
17:05 mezz search for other commits by this committer
Update to 2.32.
Original commit
Thursday, 5 May 2011
13:48 mm search for other commits by this committer
Update libevent2 to 2.0.11
Original commit
Thursday, 17 Mar 2011
20:15 mezz search for other commits by this committer
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>
Original commit
Thursday, 18 Nov 2010
12:20 mezz search for other commits by this committer
Add moc_build rcc_build uic_build; it does need all of them.

Reported by:    QAT
Original commit
Wednesday, 17 Nov 2010
22:50 mezz search for other commits by this committer
Add qmake_build to allow it builds.

Reported by:    QAT
Original commit
12:44 mezz search for other commits by this committer
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/
Original commit

Number of commits found: 42