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: net-p2p/bitmessage/Makefile

Number of commits found: 23

Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Thursday, 22 Nov 2018
20:18 tcberner search for other commits by this committer
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
Original commitRevision:485614 
Sunday, 22 Apr 2018
18:29 sunpoet search for other commits by this committer
Move devel/py-msgpack-python to devel/py-msgpack

- Update to 0.5.6
- Update pkg-descr
- Update WWW

Changes:	https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
Original commitRevision:468048 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Wednesday, 14 Feb 2018
21:43 yuri search for other commits by this committer
net-p2p/bitmessage: Update to 0.6.3.2; Fixes security vulnerability

Additional port changes:
* Changed to DISTVERSION
* Updated MAINTAINER
* Added to RUN_DEPENDS
* Moved lines to USExx section
* Added USE_PYTHON=noflavors
* Deleted the patch (not applicable any more)

Testing:
* Ran the app, it seems to work properly.

0.6.3.2 fixes the security vulnerability described here:
https://github.com/Bitmessage/PyBitmessage/releases/tag/v0.6.3
CVE is not available.

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
MFH:		2018Q1
Original commitRevision:461843 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Sunday, 19 Mar 2017
23:58 jrm search for other commits by this committer
net-p2p/bitmessage: Update to 0.6.2

Also:
  - add runtime dependencies on devel/py-qt4-core, net/py-qt4-network
    x11-toolkits/py-qt4-gui, devel/py-msgpack-python, and devel/py-pyopencl
  - use gmake
  - remove Makefile, src/bitmsghash_Makefile patches
  - add setup.py patch
  - add USE_PYTHON=distutils autoplist

PR:		217856
Submitted by:	yuri@rawbw.com (maintainer)
Approved by:	swills (mentor, implicit)
Original commitRevision:436515 
Saturday, 4 Feb 2017
13:37 tcberner search for other commits by this committer
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS

pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
Original commitRevision:433310 
Monday, 30 Jan 2017
11:35 amdmi3 search for other commits by this committer
- Fix python paths

PR:		213717
Submitted by:	yuri@rawbw.com (maintainer)
MFH:		2017Q1
Original commitRevision:432835 
Thursday, 6 Oct 2016
15:51 amdmi3 search for other commits by this committer
- Update to 0.6.1

PR:		212046
Submitted by:	yuri@rawbw.com (maintainer)
Original commitRevision:423411 
Tuesday, 13 Sep 2016
03:43 marino search for other commits by this committer
net-p2p/bitmessage: Set and honor SSL flags

Approved by:	SSL blanket
Original commitRevision:421975 
Friday, 6 May 2016
07:23 pi search for other commits by this committer
net-p2p/bitmessage: 0.4.4 -> 0.6.0

- Unbroke POW with the patch from upstream.
- Bugfixes
- UI improvements
- performance and security improvements
- integration with email gateway (mailchuck.com)

PR:		209278
Submitted by:	yuri@rawbw.com (maintainer)
Original commitRevision:414682 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 7 May 2015
17:26 mat search for other commits by this committer
Update ports in the n* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385640 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Wednesday, 12 Nov 2014
21:31 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:372503 
Saturday, 8 Nov 2014
22:31 robak search for other commits by this committer
net-p2p/bitmessage: update 0.4.3 -> 0.4.4

PR:		194730
Submitted by:	Yuri <yuri@rawbw.com>
Approved by:	mentors (implicit)
Original commitRevision:372331 
Friday, 24 Oct 2014
16:29 mva search for other commits by this committer
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371450 
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 
Saturday, 9 Aug 2014
12:27 wg search for other commits by this committer
net-p2p/bitmessage: update to 0.4.3

PR:		192522
Submitted by:	maintainer
Original commitRevision:364432 
Thursday, 13 Mar 2014
02:58 swills search for other commits by this committer
- Update to 0.4.2

PR:		ports/186091
Submitted by:	Yuri <yuri@rawbw.com> (maintainer) (slightly modified with help
from Johannes Jost Meixner <xmj@chaot.net>)
Original commitRevision:348023 
Friday, 6 Dec 2013
23:29 feld search for other commits by this committer
Add bitmessage 0.4.1, secure P2P communications client.

PR:		ports/184322
Submitted by:	Yuri Victorovich <yuri@tsoft.com>
Approved by:	crees (mentor)
Original commitRevision:335791 

Number of commits found: 23