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: cad/qfsm/Makefile

Number of commits found: 43

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 
Sunday, 3 Jun 2018
23:41 truckman search for other commits by this committer
Unbreak qfsm build with clang 6.0 by fixing two instances of:
  error: cannot initialize return object of type 'Project *' with an
  rvalue of type 'bool'

Pet portlint.
Original commitRevision:471526 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Monday, 26 Jan 2015
23:05 thierry search for other commits by this committer
Upgrade to 0.54 ans respect options for docs and examples.

Changelog at <http://qfsm.sourceforge.net/changes.html>.
Original commitRevision:377962 
Sunday, 1 Jun 2014
14:48 ohauer search for other commits by this committer
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Original commitRevision:356131 
Monday, 20 Jan 2014
20:48 antoine search for other commits by this committer
- Stage support
- Use OPTIONS helpers
Original commitRevision:340471 
Tuesday, 22 Oct 2013
13:57 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])

Approved by:	portmgr (bdrewery)
Original commitRevision:331271 
Friday, 20 Sep 2013
15:58 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Original commitRevision:327711 
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 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Thursday, 19 Jul 2012
17:23 sperber search for other commits by this committer
- Update to version 0.53.0
- Switch to optionsng

PR:           ports/169404
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Original commit
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
Monday, 14 Nov 2011
03:26 rakuco search for other commits by this committer
Remove CMAKE_USE_PTHREAD from the ports using it.

This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:    avilla (mentor), portmgr (miwi)
Feature safe:   yes
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, 21 Jan 2010
21:14 miwi search for other commits by this committer
- Update to 0.52.0

PR:             142977
Submitted by:   Ports Fury
Original commit
Saturday, 22 Aug 2009
00:15 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Saturday, 21 Feb 2009
00:09 miwi search for other commits by this committer
- Update to 0.51.0

PR:             131840
Submitted by:   Ports Fury
Original commit
Friday, 6 Jun 2008
13:14 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, 27 Apr 2008
08:22 miwi search for other commits by this committer
- Update to 0.50

PR:             122495
Submitted by:   Ports Fury
Original commit
Thursday, 3 Jan 2008
11:39 miwi search for other commits by this committer
- Update to 0.46

PR:             119162
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Friday, 5 Oct 2007
21:53 miwi search for other commits by this committer
- Update 0.45

PR:             116922
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Thursday, 20 Sep 2007
16:17 lme search for other commits by this committer
Update to 0.44

PR:             ports/114739
Submitted by:   KATO Tsuguru <tkato432 (at) yahoo.com>
Approved by:    miwi (mentor)
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
Wednesday, 3 May 2006
23:38 edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
Original commit
Thursday, 26 Jan 2006
04:23 kris search for other commits by this committer
Add missing USE_PERL5_BUILD
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Friday, 21 Jan 2005
19:24 krion search for other commits by this committer
Update to version 0.43

PR:             ports/76541
Submitted by:   Ports Fury
Original commit
Tuesday, 7 Dec 2004
11:25 lesi search for other commits by this committer
Fix build without imake.

Pointed out by: dosirak via kris, while testing X.Org upgrade
Original commit
Tuesday, 16 Mar 2004
16:24 krion search for other commits by this committer
- Update to version 0.42b

PR:             ports/64330
Submitted by:   Ports Fury
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Monday, 12 May 2003
09:01 ijliao search for other commits by this committer
Support CXXFLAGS properly

PR:             51935
Submitted by:   Ports Fury
Original commit
Wednesday, 7 May 2003
06:42 ijliao search for other commits by this committer
unbreak by upgrading to 0.41
Original commit
Tuesday, 6 May 2003
23:44 kris search for other commits by this committer
BROKEN: Does not compile
Original commit
Thursday, 20 Feb 2003
16:52 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 22 Dec 2002
13:26 ijliao search for other commits by this committer
fix build on -current

PR:             46466
Submitted by:   Ports Fury
Original commit
Sunday, 23 Jun 2002
04:22 pat search for other commits by this committer
Update to 0.40

PR:             39165
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Thursday, 11 Apr 2002
18:27 ijliao search for other commits by this committer
add qfsm 0.30
A graphical tool for designing finite state machines
Original commit

Number of commits found: 43