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: mail/py-spambayes/Makefile

Number of commits found: 46

Wednesday, 11 Nov 2020
12:14 antoine search for other commits by this committer
Deprecate a few python 2.7 ports
Original commitRevision:554889 
Wednesday, 19 Feb 2020
17:59 antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
Original commitRevision:526520 
Thursday, 25 Apr 2019
09:55 koobs search for other commits by this committer
mail/py-spambayes: Update to 1.1b3

MFH:	2019Q2 (bugfix release)
Original commitRevision:499976 
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 
Wednesday, 2 Nov 2016
22:45 mat search for other commits by this committer
Cleanup no longer needed CHMOD usage after r424898.

PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:425174 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 25 Feb 2016
12:18 koobs search for other commits by this committer
mail/py-spambayes: Update to 1.1b2

- Update PORTVERSION and distinfo checksum (1.1.b2)
- Correctly set USES=python to -2.7, not to depend on the lang/python2
  port (:2)
- Remove post-patch replacement of Python shebang lines. setuptools
  rewrites shebangs console_scripts/scripts according to the Python
  version the package was built with already.
- Update pkg-descr (match first paragraph in setup.py)
- Regenerate patches (makepatch compatible, portlint)
- Sort USE{S} entries
Original commitRevision:409511 
Thursday, 3 Sep 2015
16:37 amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands

Approved by:	portmgr blanket
Original commitRevision:396018 
Tuesday, 21 Oct 2014
17:10 mva search for other commits by this committer
- Convert ports of mail/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371330 
Monday, 18 Aug 2014
16:43 bdrewery search for other commits by this committer
- Move RESETPREFIX to default PLIST_SUB

With hat:	portmgr
Original commitRevision:365325 
Tuesday, 15 Jul 2014
16:14 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361961 
Saturday, 28 Jun 2014
16:28 koobs search for other commits by this committer
mail/py-spambayes: Stagify, modernise

- Enable stage support
- Deprecate easy_install (LUCKY LAST!)
- Enable autoplist support, delete pkg-plist accordingly
- COMMENT: Remove indefinite article
Original commitRevision:359706 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Monday, 4 Mar 2013
11:19 lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation
Original commitRevision:313404 
Saturday, 9 Feb 2013
14:50 koobs search for other commits by this committer
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
Original commitRevision:311983 
Monday, 18 Jun 2012
09:04 rm search for other commits by this committer
- return back -2.7 value to USE_PYTHON, because latest version still
  doesn't support python3, and python < 2.6 will be removed in couple of
  weeks anyway

Approved by:    koobs k <koobs.freebsd at gmail dot com> (maintainer, via mail)
Original commit
Sunday, 17 Jun 2012
23:48 sylvio search for other commits by this committer
- Update to 1.1b1
- Pass maintainership to submitter
- Point to CHEESESHOP
- Add LICENSE
- Reorder USE_* variables
- Remove uneeded PY*_{EGG,PKGNAME} variables
- Update and sort pkg-plist

PR:             ports/169097
Submitted by:   koobs <koobs.freebsd@gmail.com>
Original commit
Tuesday, 5 Jun 2012
02:38 miwi search for other commits by this committer
- Update to 1.1a6

PR:             168496
Submitted by:   Attila Nagy <bra@fsn.hu>
Original commit
Friday, 17 Feb 2012
13:47 rm search for other commits by this committer
- drop python25 support
- apply patch for python26 uncoditionally (drop corresponding option too)
- raise python version in USE_PYTHON (tested with python27)
Original commit
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Thursday, 23 Jul 2009
07:03 lwhsu search for other commits by this committer
- Add a patch for working with Python 2.6

PR:             ports/136644 (based on)
Submitted by:   Martin Dieringer <martin.dieringer AT gmx.de>
Original commit
Wednesday, 8 Jul 2009
09:08 lwhsu search for other commits by this committer
- Change RUN_DEPENDS to databases/py25-bsddb.  databases/py-bsddb
  now gives Python 2.6 package which is not suitable for this port
- Mark USE_PYTHON=2.5 because now we depends on databases/py25-bsddb,
  this port should not build with Python < 2.5

Suggested by:   pav
Original commit
Thursday, 2 Jul 2009
01:23 lwhsu search for other commits by this committer
- Mark USE_PYTHON=-2.5 because it cannot work for Python 2.6
- Cleanup rc script

Tested/reported by:     Torfinn Ingolfsen <tingox AT gmail.com>
Original commit
Wednesday, 22 Apr 2009
13:17 jpaetzel search for other commits by this committer
Allows the configuration file location to be set in the c.d file.
Also sets a reasonable default.

PR:     ports/110728
Approved by:    linimon (mentor)
Original commit
Tuesday, 16 Dec 2008
05:15 linimon search for other commits by this committer
Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:    portmgr
Original commit
Thursday, 15 Mar 2007
07:39 delphij search for other commits by this committer
Pass maintainership to previous submitter.
Original commit
Friday, 9 Mar 2007
02:49 clsung search for other commits by this committer
- Enable the pop3 spamproxy daemon and add a start script.

PR:             ports/109552
Submitted by:   CHAO Shin <quakelee_AT_cn dot freebsd dot org>
Original commit
Wednesday, 12 Jul 2006
22:04 olgeni search for other commits by this committer
Remove *.bak files from the directories listed in PORTDOCS, else they will be
installed and included in the PLIST.
Original commit
Wednesday, 10 May 2006
22:37 edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
Original commit
Tuesday, 7 Jun 2005
07:36 pat search for other commits by this committer
Update to 1.0.4

PR:             ports/81974
Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Original commit
Saturday, 12 Mar 2005
23:26 lioux search for other commits by this committer
Drop maintainership
Original commit
Sunday, 27 Feb 2005
18:49 lioux search for other commits by this committer
o Update to 1.0.3
o USE_PYTHON=yes instead of using an specific version since the
  update works with latest lang/python port [1]

PR:             75472 [fixed by 1],
                76783
Submitted by:   "Choe, Cheng-Dae" <whitekid@gmail.com>
Original commit
Tuesday, 4 Jan 2005
05:02 lioux search for other commits by this committer
o Current released version 1.0.1 does not work well with python
  2.4. Therefore, make sure the port will use a version of python
  which will work with it, namely python 2.3
o Bump PORTREVISION

PR:             75472
Reviewed by:    Torfinn Ingolfsen <tingo@start.no>
Approved by:    portmgr (marcus)
Original commit
Sunday, 5 Dec 2004
17:45 lioux search for other commits by this committer
Update to 1.0.1

PR:             74641
Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Original commit
Thursday, 14 Oct 2004
23:44 lioux search for other commits by this committer
Update to 1.0

PR:             72568
Submitted by:   Choe, Cheng-Dae <whitekid@gmail.com>
Original commit
Sunday, 18 Jul 2004
17:55 lioux search for other commits by this committer
o Add required RUN_DEPENDS upon databases/py-bsddb
o Bump PORTREVISION since the problem is noticeable at run time.
  Force all users to upgrade

PR:             69173
Submitted by:   Torfinn Ingolfsen <tingo@start.no>
Original commit
Thursday, 24 Jun 2004
14:47 lioux search for other commits by this committer
Fix installation typo

PR:             68181
Submitted by:   Danny Pansters <danny@ricin.com>
Original commit
Sunday, 13 Jun 2004
22:57 lioux search for other commits by this committer
Update to 1.0rc1
Original commit
Sunday, 8 Feb 2004
01:14 lioux search for other commits by this committer
USE_SIZEify
Original commit
Friday, 5 Dec 2003
01:07 linimon search for other commits by this committer
Update to 1.0a6.  See CHANGELOG.txt for extensive list of configuration
changes and bugfixes.  Compiles on both 4.x and 5.x.
PR:             ports/57910
Submitted by:   Marco Molteni <molter@tin.it>
Committed on behalf of lioux@, who is having machine problems.
Original commit
Monday, 18 Aug 2003
17:13 lioux search for other commits by this committer
Update to 1.0.a.4

PR:             55492
Submitted by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Original commit
Sunday, 23 Feb 2003
19:58 lioux search for other commits by this committer
De-pkg-comment
Original commit
Monday, 17 Feb 2003
05:33 lioux search for other commits by this committer
Update to 1.0.a.2
Original commit
Monday, 3 Feb 2003
04:13 lioux search for other commits by this committer
New port spambayes version 1.0.a.1: A Bayesian anti-spam filter
written in Python
Original commit

Number of commits found: 46