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: editors/leo/Makefile

Number of commits found: 55

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 
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 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
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 
Friday, 21 Apr 2017
14:16 amdmi3 search for other commits by this committer
- Fix shebangs
Original commitRevision:439080 
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, 9 May 2016
13:42 mat search for other commits by this committer
Update to 5.3.

PR:		209293
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Original commitRevision:414845 
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 
Wednesday, 23 Mar 2016
14:05 mat search for other commits by this committer
Update to 5.2.

Remove the DOCS option, it was not used for anything.

PR:		208207
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Original commitRevision:411706 
Wednesday, 18 Nov 2015
18:24 rm search for other commits by this committer
editors/leo: fix runtime

- fix runtime
- limit to python 2.x, because port's dependency textproc/silvercity
  fails to build with python3
- bump PORTREVISION because of package change

PR:		200920
Submitted by:	Michael Krauss <hippodriver@codunix.org>
Original commitRevision:401886 
Tuesday, 9 Jun 2015
19:45 amdmi3 search for other commits by this committer
- Fix shebangs

MFH:		2015Q2 (blanket)
Original commitRevision:388986 
Tuesday, 19 May 2015
08:45 wen search for other commits by this committer
- Update to 5.1

PR:		200301
Submitted by:	tkato432@yahoo.com
Original commitRevision:386749 
Tuesday, 3 Mar 2015
20:28 madpilot search for other commits by this committer
- Update to 5.0
- Simplify Makefile

PR:		197426
Submitted by:	tkato432@yahoo.com
Original commitRevision:380392 
Sunday, 19 Oct 2014
15:43 mva search for other commits by this committer
- Convert ports from dns/, editors/ and emulators/ to new
  USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371188 
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 
Thursday, 29 May 2014
17:48 marino search for other commits by this committer
2 more ports: convert to USES+= zip

USES=zip is required when at least one distfile is a zip archive, unless
the after-extraction arguments are tailored for ${TAR}

Approved by:	general infrastructure blanket
Original commitRevision:355718 
Tuesday, 26 Nov 2013
20:25 wg search for other commits by this committer
editors/leo: update to 4.11

- Update to 4.11
- Allow staging
- USES shebangfix

PR:		ports/184225
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
Original commitRevision:334966 
Friday, 20 Sep 2013
16:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Original commitRevision:327720 
Tuesday, 11 Jun 2013
18:22 rm search for other commits by this committer
- trim Makefile header (other changes from PR were committed independently)

while here:
- whitespace fix in pkg-descr
- change USE_PYTHON to just ``yes'' (we haven't python's lt 2.6 in the tree)

PR:		179419
Submitted by:	Michael Gmelin <freebsd@grem.de>
Original commitRevision:320619 
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, 5 Jun 2012
20:54 sylvio search for other commits by this committer
- Install missing icons
- New OptionsNG

PR:             ports/168600
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
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
Monday, 21 May 2012
03:10 miwi search for other commits by this committer
- Update to 4.10

PR:             168029
Submitted by:   Ports Fury
Original commit
Sunday, 27 Nov 2011
10:00 miwi search for other commits by this committer
- Update to 4.9

PR:             162839
Submitted by:   Ports Fury
Feature safe:   yes
Original commit
Sunday, 27 Mar 2011
10:35 miwi search for other commits by this committer
- Update to 4.8

PR:             155811
Submitted by:   Ports Fyry
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
00:20 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Original commit
Saturday, 2 Aug 2008
22:34 miwi search for other commits by this committer
- Update to 4.4.8

PR:             126170
Submitted by:   Ports Fury
Original commit
Sunday, 27 Jul 2008
04:30 linimon search for other commits by this committer
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
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
Monday, 21 Feb 2005
15:23 sergei search for other commits by this committer
- Update to 4.2.1
Original commit
Monday, 15 Mar 2004
16:51 sergei search for other commits by this committer
- Update to 4.1-final
Original commit
Thursday, 25 Dec 2003
15:52 sergei search for other commits by this committer
- Update to 4.1-rc3 (unbreaks fetching)
Original commit
Tuesday, 4 Nov 2003
15:57 sergei search for other commits by this committer
- Update to 4.0.4
Original commit
Thursday, 23 Oct 2003
10:56 sergei search for other commits by this committer
- Update to 4.0.1 (bugfix release):
  - Fixes several crashers.
  - Fixes indentation for section references that are preceded by something
    other than whitespace.
  - Removes debugging traces when reading and writing unknown attributes.
  - Removes some improperly cloned nodes from LeoDocs.leo.
  - Adds the checkTopologyOfAllClones script.
  - Fixes some problems with plugins.

Approved by:    krion (implicit)
Original commit
05:42 sergei search for other commits by this committer
Change to my @FreeBSD.org address.

Approved by:    krion
Original commit
Tuesday, 21 Oct 2003
09:24 osa search for other commits by this committer
Update to 4.0.

Submitted by:   Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR:             58322
Original commit
Thursday, 9 Oct 2003
13:56 krion search for other commits by this committer
- Update to 4.0.b3

PR:             57798
Submitted by:   maintainer
Original commit
Monday, 29 Sep 2003
18:11 krion search for other commits by this committer
- Update to 4.0.b1

PR:             57366
Submitted by:   Sergei Kolobov <sergei@kolobov.com> (maintainer)
Original commit
Friday, 25 Jul 2003
18:20 krion search for other commits by this committer
- Update to 3.12.1 beta 1

PR:             54856
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Approved by:    fjoe (mentor) (implicit)
Original commit
Tuesday, 22 Jul 2003
11:02 krion search for other commits by this committer
Update to 3.12

PR:             54702
Submitted by:   maintainer
Approved by:    fjoe (mentor>
Original commit
Wednesday, 16 Jul 2003
10:03 nork search for other commits by this committer
o Update to 3.12.b3.
o Sort pkg-plist.

PR:             ports/54512
Submitted by:   Sergei Kolobov <sergei@kolobov.com> (maintainer)
Original commit
Tuesday, 8 Jul 2003
12:01 daichi search for other commits by this committer
update editors/leo: 3.11.1 -> 3.12.b1

PR:             54213
Submitted by:   Sergei Kolobov <sergei@kolobov.com> (maintainer)
Original commit
Sunday, 22 Jun 2003
15:14 erwin search for other commits by this committer
- Update to 3.11.1
- Reformat pkg-descr to make portlint happy
- Update WWW tag and add Author tag
- Take maintainership

PR:             53590
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Sunday, 8 Jun 2003
21:13 will search for other commits by this committer
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
Original commit
21:06 will search for other commits by this committer
        REST IN PEACE
        Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.
Original commit
Monday, 28 Apr 2003
17:55 alane search for other commits by this committer
update revision to push out distfile fix
Original commit
Saturday, 5 Apr 2003
23:09 alane search for other commits by this committer
update to 3.10
Original commit
Friday, 7 Mar 2003
06:00 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Sunday, 24 Nov 2002
02:51 alane search for other commits by this committer
Updated to version 3.9. Added new webdocs author provided for me.
Original commit
Tuesday, 19 Nov 2002
01:15 alane search for other commits by this committer
* PORTREVISION => 2.
* Added examples files.
* Revised the way vars are used to a more general way that I can reuse.
* Defined vars for the various dirs and their subdir equivs. that a port
  may need.
* Moved the distfiles to their own subdir of $DISTDIR, cause there's 6 of
  them now.
Original commit
Monday, 18 Nov 2002
02:55 alane search for other commits by this committer
PORTREVISION => 1.
Added an excellent tutorial, creating a docs dir.
Cleaned up do-install procedure some.
Original commit
Sunday, 17 Nov 2002
21:16 alane search for other commits by this committer
add leo because addport barfed on itself
Original commit

Number of commits found: 55