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/postfix-policyd-spf-python/Makefile

Number of commits found: 24

Sunday, 31 May 2020
13:49 dbaio search for other commits by this committer
Add mail/py-spf-engine, Deprecate mail/postfix-policyd-spf-python

Give time to users to change their env

The new port is the successor, it supports milter feature and its
config file is in another path.

PR:		244424
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Original commitRevision:537162 
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 
Wednesday, 24 Jan 2018
19:09 bdrewery search for other commits by this committer
- Update to 2.0.2.
- Change MASTER_SITES to CHEESESHOP.

This now requires Python 3.3+.

PR:		220706
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Original commitRevision:459884 
Friday, 29 Dec 2017
09:01 antoine search for other commits by this committer
Simplify some USES=python

With hat:	portmgr
Original commitRevision:457499 
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, 18 Oct 2017
15:18 swills search for other commits by this committer
mail/postfix-policyd-spf-python: give maintainership to committer

PR:		221963
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:452345 
Monday, 31 Jul 2017
13:21 bapt search for other commits by this committer
Drop maintainership

Submitted by:	Giel van Schijndel <me@mortis.eu> (former maintainer)
Original commitRevision:446958 
Sunday, 25 Dec 2016
13:46 amdmi3 search for other commits by this committer
- Don't install COPYING with docs
- Remove broken plist

PR:		214907
Submitted by:	amdmi3
Approved by:	maintainer timeout (me@mortis.eu, 4 weeks)
Original commitRevision:429424 
Sunday, 9 Oct 2016
09:06 rm search for other commits by this committer
mail/postfix-policyd-spf-python: fix packaging with python3

Make the port use autoplist feature to let it package both with
python2 and python3.

PR:		212064
Reported by:	Joseph Mulloy <freebsd-bugs@joe.mulloy.me>
Approved by:	maintainer timeout (14 days)
Original commitRevision:423581 
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 
Tuesday, 29 Dec 2015
19:03 sunpoet search for other commits by this committer
- Move mail/py-spf to mail/py-pyspf
- Update MASTER_SITES: change from SF to CHEESESHOP
- Update RUN_DEPENDS: always use dns/py-py3dns
- Bump PORTREVISION for dependency change
- Bump PORTREVISION for dependent ports
Original commitRevision:404778 
Tuesday, 27 Oct 2015
13:44 mat search for other commits by this committer
Update to 1.3.2

maintainer timeout.

PR:		203686
Submitted by:	mp39590 gmail com
Sponsored by:	Absolight
Original commitRevision:400240 
Thursday, 3 Sep 2015
18:50 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Switch to @sample

Approved by:	portmgr blanket
Original commitRevision:396029 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Tuesday, 11 Aug 2015
19:33 pawel search for other commits by this committer
- Update to version 1.3.1 [1]
- Remove not needed bsd.port.options.mk include

PR:		201690 [1]
Submitted by:	Yasuhiro KIMURA [1]
Approved by:	maintainer
Original commitRevision:393966 
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 
Saturday, 1 Feb 2014
13:20 pawel search for other commits by this committer
Support staging

PR:		ports/185762
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer timeout
Original commitRevision:342133 
Monday, 30 Dec 2013
20:55 ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
Original commitRevision:338168 
Sunday, 15 Dec 2013
16:22 wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
Original commitRevision:336553 
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 
Wednesday, 28 Aug 2013
13:47 rm search for other commits by this committer
- update to 1.2
- modify policyd-spf so
${PREFIX}/etc/postfix-policyd-spf-python/policyd-spf.conf
  is used as default configuration files and change pkg-message.in accordingly
- modify misc file paths in man pages so they match installed ones
- adopt to new options framework (DOCS)
- add license information (AL2)
- trim makefile header.
- update WWW url in pkg-descr

while I'm here:
- use absolute url in MASTER_SITES and remove http redirection quirks
- replace PYTHON_SITELIBDIR with PYTHON_PKGNAMEPREFIX in depends
- shortened overly long lines to make Makefile more readable
- remove attribution from pkg-descr, that's no more supported in ports

PR:		177797
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	Giel van Schijndel <me@mortis.eu> (maintainer)
Original commitRevision:325529 
Saturday, 12 May 2012
09:20 scheidell search for other commits by this committer
- Update to v1.0

PR:             ports/167616
Submitted by:   Keith Gaughan <k@stereochro.me>
Approved by:    Giel van Schijndel <me@mortis.eu> (maintainer)
Original commit
Friday, 20 May 2011
11:04 culot search for other commits by this committer
- Update to 0.8.1

PR:             ports/157058
Submitted by:   Keith Gaughan <k@stereochro.me>
Approved by:    Giel van Schijndel <me@mortis.eu> (maintainer)
Original commit
Monday, 11 Jan 2010
17:31 nemoliu search for other commits by this committer
python-policyd-spf is a Postfix SMTPd policy engine for SPF checking. It is
implemented in pure Python and uses the python-spf module.

WWW: http://www.openspf.org/Software

Giel van Schijndel <me@mortis.eu>

PR:             ports/142508
Submitted by:   Giel van Schijndel <me at mortis.eu>
Original commit

Number of commits found: 24