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) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/tvheadend/distinfo

Number of commits found: 13

Sunday, 13 Jan 2019
19:36 decke search for other commits by this committer
multimedia/tvheadend: Update to 4.2.8

MFH:		2019Q1
Original commitRevision:490173 
Tuesday, 16 Oct 2018
14:45 decke search for other commits by this committer
multimedia/tvheadend: Update to 4.2.7
Original commitRevision:482231 
Wednesday, 2 May 2018
15:47 jbeich search for other commits by this committer
multimedia/tvheadend: unbreak with ffmpeg 4.0

src/muxer/muxer_libav.c:177:17: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
    c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                ^
src/plumbing/transcoding.c:22:10: fatal error: 'libavfilter/avfiltergraph.h'
file not found
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/plumbing/transcoding.c:576:29: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
    octx->flags          |= CODEC_FLAG_GLOBAL_HEADER;
                            ^
src/plumbing/transcoding.c:621:22: error: use of undeclared identifier
'CODEC_FLAG_BITEXACT'
      octx->flags |= CODEC_FLAG_BITEXACT;
                     ^
src/plumbing/transcoding.c:632:24: error: use of undeclared identifier
'CODEC_FLAG_QSCALE'
        octx->flags |= CODEC_FLAG_QSCALE;
                       ^
src/plumbing/transcoding.c:635:24: error: use of undeclared identifier
'CODEC_FLAG_QSCALE'
        octx->flags |= CODEC_FLAG_QSCALE;
                       ^
src/plumbing/transcoding.c:1291:30: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
      octx->flags         |= CODEC_FLAG_GLOBAL_HEADER;
                             ^
src/plumbing/transcoding.c:1296:33: error: use of undeclared identifier
'CODEC_FLAG_QSCALE'
        octx->flags          |= CODEC_FLAG_QSCALE;
                                ^
src/plumbing/transcoding.c:1342:30: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
      octx->flags         |= CODEC_FLAG_GLOBAL_HEADER;
                             ^
src/plumbing/transcoding.c:1373:30: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
      octx->flags         |= CODEC_FLAG_GLOBAL_HEADER;
                             ^
src/plumbing/transcoding.c:2179:29: error: use of undeclared identifier
'CODEC_CAP_EXPERIMENTAL'
    if (((p->capabilities & CODEC_CAP_EXPERIMENTAL) && !experimental) ||
                            ^
src/plumbing/transcoding.c:2194:33: error: use of undeclared identifier
'CODEC_CAP_EXPERIMENTAL'
             (p->capabilities & CODEC_CAP_EXPERIMENTAL) ?
                                ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream
Original commitRevision:468847 
Tuesday, 27 Mar 2018
09:32 decke search for other commits by this committer
- Update to 4.2.6
- Add a patch for a build failure when kerberos is installed

Reported by:	Frank Razenberg <frank@zzattack.org>
Original commitRevision:465680 
Saturday, 6 Jan 2018
19:32 decke search for other commits by this committer
Update to 4.2.5

PR:		224855
Submitted by:	Talal Al Dik <tad@vif.com>
Original commitRevision:458287 
Monday, 11 Sep 2017
09:27 decke search for other commits by this committer
- Update to 4.2.3
- Fix various portlint warnings
- Add missing LICENSE_FILE
- Update pkg-descr to match recent upstream development

The update was postponed a few times because early 4.2 releases
had some serious regressions on FreeBSD. I know that there are
still a few issues in the current release especially around IPTV
and SAT>IP but they do not seem to be FreeBSD specific. If you
run into regressions please let me know then we can still decide
if we need to keep tvheadend 4.0 around.

Thanks to all people for their patience and the people which helped
during the testing phase especially Rainer and Heiko!

Thanks to:	Rainer Hurling <rhurlin@gwdg.de>,
		Heiko Kirschke <heiko.kirschke@posteo.de>
Original commitRevision:449622 
Wednesday, 1 Jun 2016
13:15 mat search for other commits by this committer
Github cleanup.

- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
Original commitRevision:416242 
Friday, 8 Jan 2016
16:37 decke search for other commits by this committer
- Update to 4.0.8

PR:		205586
Submitted by:	Franz Bettag <franz@bett.ag>
Original commitRevision:405566 
Thursday, 22 Oct 2015
10:19 decke search for other commits by this committer
- Update to 4.0.6

Submitted by:	Franz Bettag <franz@bett.ag>
Original commitRevision:399955 
Thursday, 7 May 2015
16:32 mat search for other commits by this committer
Update ports in the [i-m]* category to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385637 
Monday, 18 Aug 2014
17:54 decke search for other commits by this committer
- Update to 3.9.20140806
- Separate dtv-scan-tables in his own port
- Add XMLTV option
- Create a new user/group for tvheadend
- Improve tvheadend startscript
- Convert manual patching to USES=shebangfix

Submitted by:	Dreamcat4 <dreamcat4@gmail.com>
Original commitRevision:365334 
Friday, 26 Jul 2013
17:11 decke search for other commits by this committer
- Update to 3.4.0.20130726.3 (8a8c1a8712)
- This update includes a fix for the kqueue implementation which also fixes
scanning

Thanks to:	nox, hselasky
Original commitRevision:323737 
Wednesday, 17 Jul 2013
16:08 decke search for other commits by this committer
A TV streaming server for Linux and FreeBSD supporting
DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video
(V4L) as input sources.

WWW: https://tvheadend.org/
Original commitRevision:323179 

Number of commits found: 13