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/qrfcview/Makefile

Number of commits found: 22

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 
Friday, 12 May 2017
09:00 amdmi3 search for other commits by this committer
- Add LICENSE
- Install wrapper to set correct work directory
- Add .desktop entry
- Switch to options helpers
- Clean up pkg-descr
- Update WWW
Original commitRevision:440678 
Monday, 30 Mar 2015
21:29 bapt search for other commits by this committer
Remove dead CENKES mirror
Original commitRevision:382739 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Monday, 16 Dec 2013
17:40 amdmi3 search for other commits by this committer
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook
Original commitRevision:336650 
Monday, 25 Nov 2013
18:00 makc search for other commits by this committer
- Convert to USES=qmake

Approved by:	portmgr (blanket approval)
Original commitRevision:334872 
Wednesday, 16 Oct 2013
12:49 amdmi3 search for other commits by this committer
- Support staging
- Make qmake respect CXX/CXXFLAGS
- Install documentation
Original commitRevision:330501 
Friday, 20 Sep 2013
16:21 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
Original commitRevision:327718 
Monday, 17 Jun 2013
15:27 amdmi3 search for other commits by this committer
- Trim Makefile header
Original commitRevision:321132 
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
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
Tuesday, 17 Mar 2009
18:17 amdmi3 search for other commits by this committer
- Fix "Enter RFC number" dialog so RFC numbers > 5000 can be entered
- While here:
  - Take maintainership
  - Fix QT_COMPONENTS (doesn't really need designer, only needs
qmake-rcc-uic-moc for build)
  - call qmake in do-configure

PR:             132690
Submitted by:   Maxim Ignatenko <gelraen dot ua at gmail dot com>
Original commit
Sunday, 7 Sep 2008
00:19 linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Friday, 6 Jun 2008
13:18 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
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 21 Apr 2007
09:11 sat search for other commits by this committer
- Add mirrors to all my berlios-hosted ports

Prompted by:    pointyhat via kris, fenner's survey
Original commit
Monday, 12 Feb 2007
11:56 sat search for other commits by this committer
- Depend on qt4-rcc

Reported by:    pointyhat via kris
Original commit
Saturday, 10 Feb 2007
21:53 sat search for other commits by this committer
- Depend on uic and moc

Reported by:    pointyhat via kris
Original commit
Friday, 9 Feb 2007
01:50 sat search for other commits by this committer
- Add dependency on qmake

Inspired by:    lofi
Original commit
Thursday, 8 Feb 2007
23:23 sat search for other commits by this committer
Add port deskutils/qrfcview:

qRFCView is a viewer for IETF RFCs. Advantages are:
* automatic table of content, with direct opening of section;
* handling of RFC internal cross-references;
* automatic downloading of a referenced RFC from the IETF web site on
  a simple click;
* caching of RFC in a local directory;
* tab-browsing of RFC;
* searching.

WWW: http://qrfcview.berlios.de/
Author: Romain Rollet <rfcview@gmail.com>
Original commit

Number of commits found: 22