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: deskutils/mirall/Makefile

Number of commits found: 26

Friday, 27 Feb 2015
16:03 amdmi3 search for other commits by this committer
- Switch to linguisttools_build
Original commitRevision:380097 
Monday, 9 Feb 2015
20:34 madpilot search for other commits by this committer
- Update to 1.7.1
- Reword COMMENT

PR:		197419
Submitted by:	tkato432@yahoo.com
Original commitRevision:378751 
Sunday, 1 Feb 2015
09:13 madpilot search for other commits by this committer
- Remove owncloud-csync, it's been merged in net/mirall, please use that
- Remove uneeded CONFLICTS in deskutils/mirall

PR:		196440
Submitted by:	6yearold@gmail.com (maintainer)
Original commitRevision:378231 
Wednesday, 24 Dec 2014
06:03 ohauer search for other commits by this committer
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
Original commitRevision:375392 
Thursday, 25 Sep 2014
05:38 vanilla search for other commits by this committer
Update to version 1.6.3

PR:		ports/193894
Submitted by:	Ports Fury.
Original commitRevision:369215 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 4 Aug 2014
19:44 tijl search for other commits by this committer
- Add a dependency on Qt sqlite3 plugin [1]
- Force the use of Qt4 over Qt5

Reported by:	David Samms <dsamms@nw-ds.com> [1]
Original commitRevision:364042 
Thursday, 31 Jul 2014
19:19 wg search for other commits by this committer
deskutils/mirall: update to 1.6.2

PR:		191814
Submitted by:	tkato432 yahoo com
Original commitRevision:363670 
Monday, 21 Jul 2014
22:10 bapt search for other commits by this committer
Fix build with texlive
Original commitRevision:362506 
Monday, 14 Jul 2014
15:42 adamw search for other commits by this committer
Fix installation with DOCS disabled.

PR:		144406
Submitted by:	Chris Nehren
Original commitRevision:361792 
Friday, 4 Jul 2014
09:41 tijl search for other commits by this committer
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Original commitRevision:360588 
Wednesday, 18 Jun 2014
07:43 miwi search for other commits by this committer
- Update to 1.6.0

PR:		190894
Original commitRevision:358227 
Wednesday, 28 May 2014
23:29 mat search for other commits by this committer
To be fair, I don't have time to maintain this, so, release it.

Sponsored by:	Absolight
Original commitRevision:355660 
Tuesday, 25 Mar 2014
16:27 mat search for other commits by this committer
Add a patch to have mirall not segfault on startup.

Submitted by:	Tobias Berner
Sponsored by:	Absolight
Original commitRevision:349156 
13:40 mat search for other commits by this committer
Update to 1.5.3.

Sponsored by:	Absolight
Original commitRevision:349143 
Wednesday, 8 Jan 2014
22:29 mat search for other commits by this committer
Rework config file installation without a patch.
Original commitRevision:339183 
21:53 mat search for other commits by this committer
Update to 1.5.0.
Original commitRevision:339182 
Monday, 9 Dec 2013
15:58 mat search for other commits by this committer
Move to compiler:c++11-lang.
Original commitRevision:335999 
Sunday, 24 Nov 2013
17:40 mat search for other commits by this committer
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
Original commitRevision:334748 
Wednesday, 30 Oct 2013
16:03 mat search for other commits by this committer
Update to 1.4.2.
Original commitRevision:332139 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Tuesday, 22 Oct 2013
16:06 mat search for other commits by this committer
Be less silent when installing things.
Original commitRevision:331288 
Wednesday, 16 Oct 2013
14:00 mat search for other commits by this committer
Do generate documentation if asked.
Original commitRevision:330513 
09:47 mat search for other commits by this committer
Update to 1.4.1.
Original commitRevision:330491 
Monday, 7 Oct 2013
14:04 mat search for other commits by this committer
USE_GCC=s/4.6+/yes/

Requested by:	gerald
Original commitRevision:329706 
Thursday, 3 Oct 2013
14:03 mat search for other commits by this committer
Add mirall 1.4.0, the ownCloud Desktop Syncing Client.
Original commitRevision:329193 

Number of commits found: 26