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: mail/linux-thunderbird/pkg-plist

Number of commits found: 23

Monday, 5 Sep 2016
19:23 tijl search for other commits by this committer
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:421387 
Tuesday, 12 Apr 2016
19:18 jbeich search for other commits by this committer
mail/thunderbird: update to 45.0 (rc1)

Changes:	https://www.mozilla.org/thunderbird/45.0/releasenotes/
Security:	92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH:		2016Q2
Original commitRevision:413157 
Sunday, 16 Aug 2015
02:42 jbeich search for other commits by this committer
- Update Thunderbird to 38.2.0

Changes:	https://www.mozilla.org/thunderbird/38.2.0/releasenotes/
MFH:		2015Q3
Security:	https://vuxml.freebsd.org/freebsd/c66a5632-708a-4727-8236-d65b2d5b2739.html
Original commitRevision:394369 
Thursday, 23 Jul 2015
23:36 jbeich search for other commits by this committer
- Update Thunderbird to 38.1.0

Changes:	https://www.mozilla.org/thunderbird/38.0.1/releasenotes/
Changes:	https://www.mozilla.org/thunderbird/38.1.0/releasenotes/
PR:		201769
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> (based on)
MFH:		2015Q3
X-MFH-With:	r392273
Security:	https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
Original commitRevision:392761 
Wednesday, 15 Oct 2014
15:48 beat search for other commits by this committer
- Update Firefox to 33.0
- Update Firefox ESR to 31.2.0
- Update NSS to 3.17.2
- Update Thunderbird to 31.2.0
- Update libxul to 31.2.0 (and mark as BROKEN)
- Disable SSL 3.0 with pref (Upstream bug 1076983)
- (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in
  order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems
- Add OSS audio fallback for HTML5 audio from upstream bug;
  not exposed yet because WebRTC still needs ALSA or PulseAudio
- Kill @dirrm from gecko@ ports per CHANGES from 20140922
- Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix
- Improve workaround comment for LLVM PR 15840, partially rejecting
  r348851 by marino@ until bug 193555

PR:		194356
Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html
Original commitRevision:370932 
Saturday, 14 Dec 2013
13:42 flo search for other commits by this committer
Update to nspr 4.10.2
Update to nss 3.15.3.1
Update firefox-esr and thunderbird to 24.2.0
Update firefox to 26.0
Update seamonkey to 2.23

- catch up with directory renames since USES=webplugins was introduced;
  fixes plugins not being automatically enabled after install
- linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and
  measure about:memory usage, again
- dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes
  some flash sites work again; as there's no nspluginwrapper in-between
  the infamous "youtube issue" never occurs
- install DEBUG with symbols [3] and describe the option better [4]
- enable dumping about:memory upon kill -65, kill -66 and GC/CC log
  upon kill -67 to a file under /tmp directory; linux-firefox uses
  kill -34, kill -35 and kill -36 respectively

PR:		ports/183861 [1]
PR:		ports/184006 [2]
PR:		ports/169896 [3]
PR:		ports/184285 [3]
PR:		ports/184286 [4]
Security:	dd116b19-64b3-11e3-868f-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org>
Original commitRevision:336446 
Tuesday, 22 Oct 2013
13:56 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 m)

Approved by:	portmgr (bdrewery)
Original commitRevision:331270 
Wednesday, 18 Sep 2013
22:40 flo search for other commits by this committer
- update firefox, thunderbird and libxul to 24.0
- update seamonkey to 2.21
- update firefox-esr to 17.0.9
- enable GSTREAMER by default for html5 with h264/aac/mp3
- WEBRTC is now always built
- add PROFILE and TESTS options

Security:		7dfed67b-20aa-11e3-b8d8-0025905a4771
In collaboration with:	Jan Beich <jbeich@tormail.org>
Original commitRevision:327587 
Wednesday, 9 Jan 2013
23:28 flo search for other commits by this committer
- update firefox, thunderbird, linux-firefox and linux-thunderbird to 17.0.2
- update firefox-esr, thunderbird-esr and libxul to 10.0.12
- update linux-seamonkey to 2.15

Security:	http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html
Original commitRevision:310165 
Tuesday, 31 Jan 2012
21:33 flo search for other commits by this committer
update to 10.0
Original commit
Thursday, 22 Dec 2011
07:17 beat search for other commits by this committer
- Update Thunderbird to 9.0

Approved by:    portmgr (erwin, implicit)
Security:      
http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
Original commit
Tuesday, 8 Nov 2011
17:35 beat search for other commits by this committer
- Update Thunderbird to 8.0
Original commit
Tuesday, 27 Sep 2011
22:25 beat search for other commits by this committer
- Update to 7.0
- Remove DEPRECATED and EXPIRATION_DATE
Original commit
Wednesday, 20 Oct 2010
17:02 beat search for other commits by this committer
- Update to 3.1.5

Security:      
http://www.vuxml.org/freebsd/c4f067b9-dc4a-11df-8e32-000f20797ede.html
Original commit
Sunday, 27 Jun 2010
13:54 beat search for other commits by this committer
- Update to 3.1

Feature safe:   yes
Original commit
Saturday, 22 Aug 2009
11:52 beat search for other commits by this committer
- Update to 2.0.0.23

Security:       http://www.mozilla.org/security/announce/2009/mfsa2009-42.html
With hat:       gecko
Original commit
Sunday, 7 Sep 2008
11:03 miwi search for other commits by this committer
- Update to 2.0.0.16
Original commit
Friday, 29 Feb 2008
23:45 sat search for other commits by this committer
- Update to 2.0.0.12
Original commit
Thursday, 19 Apr 2007
10:13 sat search for other commits by this committer
- Update to 2.0.0.0
Original commit
Thursday, 1 Mar 2007
20:32 sat search for other commits by this committer
- Update to 1.5.0.10
Original commit
Friday, 10 Nov 2006
10:39 sat search for other commits by this committer
- Update to 1.5.0.8
Original commit
Friday, 28 Jul 2006
21:35 sat search for other commits by this committer
- Move from X11BASE to LOCALBASE
- Introduce app-side support for npapi/xpi smart linkfarming
- Remove old linkfarm and announce full automation
- Break all non-Makefile.npapi plugins (temporarily)
- Do not bump portrevision just yet
- Invite venturesome users to portupgrade -f xpi-* and linux-gecko-apps

Wiki:           http://wiki.freebsd.org/NPAPI, http://wiki.freebsd.org/XPI
Original commit
Friday, 28 Apr 2006
09:03 vd search for other commits by this committer
Add new port: mail/linux-thunderbird

Mozilla Thunderbird is a redesign of the Mozilla mail component with the
goal of becoming a cross-platform stand alone mail application using the
XUL user interface language.  See the Mozilla Thunderbird project page
for more details.

PR:             ports/95948
Submitted by:   Andrew Pantyukhin <infofarmer@gmail.com>
Original commit

Number of commits found: 23