non port: mail/py-spambayes/Makefile |
Number of commits found: 46 |
Wednesday, 11 Nov 2020
|
12:14 antoine
Deprecate a few python 2.7 ports
 |
Wednesday, 19 Feb 2020
|
17:59 antoine
Clean up USES
With hat: portmgr
 |
Thursday, 25 Apr 2019
|
09:55 koobs
mail/py-spambayes: Update to 1.1b3
MFH: 2019Q2 (bugfix release)
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Thursday, 30 Nov 2017
|
15:50 mat
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
 |
Wednesday, 2 Nov 2016
|
22:45 mat
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 25 Feb 2016
|
12:18 koobs
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
 |
Thursday, 3 Sep 2015
|
16:37 amdmi3
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
Approved by: portmgr blanket
 |
Tuesday, 21 Oct 2014
|
17:10 mva
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
 |
Monday, 18 Aug 2014
|
16:43 bdrewery
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr
 |
Tuesday, 15 Jul 2014
|
16:14 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
Saturday, 28 Jun 2014
|
16:28 koobs
mail/py-spambayes: Stagify, modernise
- Enable stage support
- Deprecate easy_install (LUCKY LAST!)
- Enable autoplist support, delete pkg-plist accordingly
- COMMENT: Remove indefinite article
 |
Monday, 13 Jan 2014
|
21:00 rene
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)
 |
Friday, 20 Sep 2013
|
19:59 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
 |
Monday, 4 Mar 2013
|
11:19 lwhsu
- Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation
 |
Saturday, 9 Feb 2013
|
14:50 koobs
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
 |
Monday, 18 Jun 2012
|
09:04 rm
- 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)
 |
Sunday, 17 Jun 2012
|
23:48 sylvio
- 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>
 |
Tuesday, 5 Jun 2012
|
02:38 miwi
- Update to 1.1a6
PR: 168496
Submitted by: Attila Nagy <bra@fsn.hu>
 |
Friday, 17 Feb 2012
|
13:47 rm
- drop python25 support
- apply patch for python26 uncoditionally (drop corresponding option too)
- raise python version in USE_PYTHON (tested with python27)
 |
Saturday, 22 Aug 2009
|
00:28 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with M
 |
Thursday, 23 Jul 2009
|
07:03 lwhsu
- Add a patch for working with Python 2.6
PR: ports/136644 (based on)
Submitted by: Martin Dieringer <martin.dieringer AT gmx.de>
 |
Wednesday, 8 Jul 2009
|
09:08 lwhsu
- 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
 |
Thursday, 2 Jul 2009
|
01:23 lwhsu
- 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>
 |
Wednesday, 22 Apr 2009
|
13:17 jpaetzel
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)
 |
Tuesday, 16 Dec 2008
|
05:15 linimon
Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr
 |
Thursday, 15 Mar 2007
|
07:39 delphij
Pass maintainership to previous submitter.
 |
Friday, 9 Mar 2007
|
02:49 clsung
- Enable the pop3 spamproxy daemon and add a start script.
PR: ports/109552
Submitted by: CHAO Shin <quakelee_AT_cn dot freebsd dot org>
 |
Wednesday, 12 Jul 2006
|
22:04 olgeni
Remove *.bak files from the directories listed in PORTDOCS, else they will be
installed and included in the PLIST.
 |
Wednesday, 10 May 2006
|
22:37 edwin
Remove USE_REINPLACE from ports starting with M
 |
Tuesday, 7 Jun 2005
|
07:36 pat
Update to 1.0.4
PR: ports/81974
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
 |
Saturday, 12 Mar 2005
|
23:26 lioux
Drop maintainership
 |
Sunday, 27 Feb 2005
|
18:49 lioux
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>
 |
Tuesday, 4 Jan 2005
|
05:02 lioux
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)
 |
Sunday, 5 Dec 2004
|
17:45 lioux
Update to 1.0.1
PR: 74641
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
 |
Thursday, 14 Oct 2004
|
23:44 lioux
Update to 1.0
PR: 72568
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com>
 |
Sunday, 18 Jul 2004
|
17:55 lioux
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>
 |
Thursday, 24 Jun 2004
|
14:47 lioux
Fix installation typo
PR: 68181
Submitted by: Danny Pansters <danny@ricin.com>
 |
Sunday, 13 Jun 2004
|
22:57 lioux
Update to 1.0rc1
 |
Sunday, 8 Feb 2004
|
01:14 lioux
USE_SIZEify
 |
Friday, 5 Dec 2003
|
01:07 linimon
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.
 |
Monday, 18 Aug 2003
|
17:13 lioux
Update to 1.0.a.4
PR: 55492
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
 |
Sunday, 23 Feb 2003
|
19:58 lioux
De-pkg-comment
 |
Monday, 17 Feb 2003
|
05:33 lioux
Update to 1.0.a.2
 |
Monday, 3 Feb 2003
|
04:13 lioux
New port spambayes version 1.0.a.1: A Bayesian anti-spam filter
written in Python
 |
Number of commits found: 46 |