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: audio/qmpdclient/Makefile

Number of commits found: 23

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, 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 
Tuesday, 21 Nov 2017
08:36 mat search for other commits by this committer
OPTIONS_SUB only cares about being defined, its content is ignored.

Sponsored by:	Absolight
Original commitRevision:454590 
Saturday, 18 Feb 2017
19:48 tcberner search for other commits by this committer
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more

* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
Original commitRevision:434380 
Friday, 25 Sep 2015
11:50 amdmi3 search for other commits by this committer
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:397811 
Tuesday, 18 Aug 2015
20:02 pgollucci search for other commits by this committer
audio/qmpdclient: qt4-linguist -> qt4-linguisttools, use OPTIONS helpers

- Use OPTIONS helpers.
- Use qt4-linguisttools (build time dependency) for NLS.
- Sort USES.
- Regenerate patches with 'make makepatch'.

PR:                  202112
Submitted by:        s3erios@gmail.com
Approved by:         uyamba@gmail.com
Original commitRevision:394650 
Sunday, 1 Jun 2014
13:03 ohauer search for other commits by this committer
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Original commitRevision:356114 
Friday, 22 Nov 2013
12:55 makc search for other commits by this committer
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
Original commitRevision:334586 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Thursday, 21 Mar 2013
17:32 bapt search for other commits by this committer
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
Original commitRevision:314853 
Wednesday, 6 Jun 2012
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
Tuesday, 1 Nov 2011
11:36 pawel search for other commits by this committer
- Update to version 1.2.2
- Add WITH_NLS to options dialog

Changes:
- Included LyricWiki scraper
- Removed QtWebkit dependency
- Fixed linking with gold and modern gcc

PR:             ports/160891
Submitted by:   Maxim Samsonov <xors@mne.ru>
Approved by:    maintainer timeout (5 weeks)
Original commit
Friday, 17 Jun 2011
15:50 dhn search for other commits by this committer
- Update to 1.2.1

PR:             ports/155960
Submitted by:   Maxim Samsonov <xors@mne.ru>
Approved by:    maintainer timeout
Original commit
Wednesday, 29 Dec 2010
20:04 pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Thursday, 24 Dec 2009
21:40 miwi search for other commits by this committer
- Update to 1.1.2

PR:             141147
Submitted by:   zloidemon <g.veniamin@googlemail.com>
Approved by:    maintainer timeout
Original commit
Saturday, 27 Sep 2008
20:02 makc search for other commits by this committer
Update to 1.0.9
New features:
- New tray icon art
- Cover art support
- Volume slider in tray menu
- Middle click on tray icon toggles pause
- Many bug fixes...

PR:             ports/124082
Submitted by:   Maxim Samsonov <xors at mne.ru>
Approved by:    maintainer timeout, miwi (mentor)
Original commit
Friday, 6 Jun 2008
13:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Sunday, 23 Sep 2007
05:58 rafan search for other commits by this committer
- Update to 1.0.8

PR:             ports/114904
Submitted by:   Maxim Samsonov <xors at mne.ru>
Approved by:    Anton <uyamba at gmail.com> (maintainer, with changes)
Original commit
Saturday, 18 Aug 2007
01:09 kris search for other commits by this committer
BROKEN: Does not build
Original commit
Monday, 11 Jun 2007
12:40 miwi search for other commits by this committer
QMPDClient is an easy to use MPD client written in Qt 4.

Features:

- Multimedia keys support
- System tray icon
- Annouce songs with passive popups
- Drag and drop
- Stream support
- Playlist management
- Tag-guessing for untagged files
- Directory browser

WWW: http://havtknut.tihlde.org/

PR:             ports/113341
Submitted by:   uyamba at gmail.com
Original commit

Number of commits found: 23