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: devel/qbzr/Makefile

Number of commits found: 34

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 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
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 
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 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Saturday, 28 Jun 2014
07:03 mva search for other commits by this committer
- Unbreak ports, which installed setup.py files due to the messed up argument
  lists in PYDISTUTILS_SETUP

PR:		191317
Phabric:	D270
With hat:	python@
Original commitRevision:359664 
Thursday, 3 Apr 2014
09:11 pawel search for other commits by this committer
- Port is stage safe, add missing files to plist
- Fix WWW line in pkg-descr
Original commitRevision:349981 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Saturday, 5 Oct 2013
19:04 cs search for other commits by this committer
Give my bzr plugin ports back to pool.
Original commitRevision:329496 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Sunday, 3 Feb 2013
18:16 makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Original commitRevision:311476 
Tuesday, 17 Jul 2012
20:38 cs search for other commits by this committer
Update to 0.23.0
Original commit
Thursday, 21 Jun 2012
14:50 cs search for other commits by this committer
Update to 0.22.3
Original commit
Sunday, 17 Jun 2012
20:42 cs search for other commits by this committer
Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzr
Original commit
Wednesday, 6 Jun 2012
11:41 avilla search for other commits by this committer
- Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
  component. [1]
- While here, fix typo in PORT_OPTIONS check in avidemux2.

Reported by:    miwi via IRC [1]
With hat on:    kde [1]
Original commit
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 May 2012
01:50 makc search for other commits by this committer
Chase PyQT update
Original commit
Friday, 24 Feb 2012
20:46 cs search for other commits by this committer
Update to 0.22.1

Approved by:    glarkin@ (mentor, implicit)
Original commit
Friday, 9 Dec 2011
13:06 cs search for other commits by this committer
Update to 0.21.2
Changelog: https://launchpad.net/qbzr/+announcement/9330

Approved by:    glarkin@ (mentor, implicit)
Feature safe:   yes
Original commit
Wednesday, 28 Sep 2011
05:25 cs search for other commits by this committer
Update to 0.21.1

Approved by:    wen@ (co-mentor)
Original commit
Thursday, 15 Sep 2011
12:33 cs search for other commits by this committer
Change maintainer address to my FreeBSD address

Approved by:    wen@ (mentor)
Original commit
Tuesday, 23 Aug 2011
01:26 glarkin search for other commits by this committer
- Updated to 0.20.2
  ChangeLog: https://launchpad.net/qbzr/+announcement/8687

PR:             ports/159066
Submitted by:   C-S <c-s@c-s.li> (maintainer)
Original commit
Friday, 1 Jul 2011
17:21 glarkin search for other commits by this committer
- Updated to 0.20.1
  ChangeLog: https://launchpad.net/qbzr/+announcement/8223

PR:             ports/157035
Submitted by:   C-S <c-s@c-s.li> (maintainer)
Original commit
Friday, 11 Feb 2011
20:57 glarkin search for other commits by this committer
- Updated to 0.20.0
  Changes: https://launchpad.net/qbzr/+announcement/7702

PR:             ports/154498
Submitted by:   C-S <c-s@c-s.li> (maintainer)
Original commit
Wednesday, 1 Dec 2010
22:59 glarkin search for other commits by this committer
- Updated to 0.19.3 (https://launchpad.net/qbzr/0.19/0.19.3)

PR:             ports/152611
Submitted by:   C-S <c-s at c-s dot li>
Original commit
Thursday, 30 Sep 2010
14:29 glarkin search for other commits by this committer
- Updated to 0.19.2 (See: https://launchpad.net/qbzr/0.19/0.19.2)

PR:             ports/150738
Submitted by:   C-S <c-s at c-s dot li> (maintainer)
Original commit
Monday, 9 Aug 2010
23:14 sahil search for other commits by this committer
- Update to 0.19

PR:             ports/149404
Submitted by:   C-S <c-s@c-s.li> (maintainer)
Original commit
Wednesday, 4 Aug 2010
16:44 lwhsu search for other commits by this committer
- Update to 0.18.7

PR:             ports/149273
Submitted by:   C-S <c-s AT c-s.li> (maintainer)
Original commit
Tuesday, 1 Jun 2010
03:04 wen search for other commits by this committer
QBzr is a simple Qt cross-platform frontend for some of Bazaar commands.

Purpose of this plugin is to provide a graphical user interface for those
Bazaar commands where it can simplify the usage. Highlighting of differences
between files, "browsable" log view, possibility to commit only some files
without listing them all on the command line, etc.

WWW:    http://bazaar-vcs.org/QBzr

PR:             ports/147091
Submitted by:   C-S <c-s@c-s.li>
Original commit

Number of commits found: 34