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: www/transmission-web/Makefile

Number of commits found: 26

Sunday, 10 Sep 2023
16:12 Robert Clausecker (fuz) search for other commits by this committer 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
commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07 commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07 commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07 commit hash: 8da970ab75e1a1031d93ff8e1aa8e3ff71afef07 8da970a
Saturday, 10 Sep 2022
17:41 Stefan Eßer (se) search for other commits by this committer 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)
commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 e79fe1a
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 3 Sep 2021
09:19 Bernhard Froehlich (decke) search for other commits by this committer
www/transmission-web: Remove USES=cpe because it's already passed from main port

Approved by:	portmgr (blanket)
commit hash: e63c4bd8002de0287601c4173a738297e0503d08 commit hash: e63c4bd8002de0287601c4173a738297e0503d08 commit hash: e63c4bd8002de0287601c4173a738297e0503d08 commit hash: e63c4bd8002de0287601c4173a738297e0503d08 e63c4bd
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 24 May 2020
16:33 rigoletto search for other commits by this committer
net-p2p/transmission: Bring all variants to the latest changes.

- this is supposedly to be the actual 3.00 release

Reported by:	lev
Original commitRevision:536412 
Wednesday, 6 May 2020
15:24 rigoletto search for other commits by this committer
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
Original commitRevision:534180 
Sunday, 15 Jul 2018
17:01 tcberner search for other commits by this committer
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
Original commitRevision:474704 
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 
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 
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, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
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 
Thursday, 5 Apr 2012
10:00 crees search for other commits by this committer
Use PORTDATA and PORTDOCS instead of plist.

Feature safe:   yes
Original commit
Saturday, 10 Dec 2011
20:36 crees search for other commits by this committer
Take maintainership

Feature safe:   yes
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
Wednesday, 3 Feb 2010
23:09 mezz search for other commits by this committer
Update to 1.83.
Original commit
Friday, 19 Jun 2009
17:07 mezz search for other commits by this committer
-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]
Original commit
Friday, 8 May 2009
12:25 mezz search for other commits by this committer
Take these ports back to me. I will working on an update tonight or tomorrow.
Original commit
Thursday, 19 Mar 2009
04:15 mezz search for other commits by this committer
Release this one too that I have missed.
Original commit
Tuesday, 23 Sep 2008
04:34 mezz search for other commits by this committer
Update to 1.34.
Original commit
Thursday, 7 Aug 2008
01:54 mezz search for other commits by this committer
- 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)
Original commit

Number of commits found: 26