non port: mail/postfix-policyd-spf-python/Makefile |
SVNWeb
|
Number of commits found: 24 |
Sun, 31 May 2020
|
[ 13:49 dbaio ] (Only the first 10 of 13 ports in this commit are shown above. )
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)
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Wed, 24 Jan 2018
|
[ 19:09 bdrewery ]
- 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)
|
Fri, 29 Dec 2017
|
[ 09:01 antoine ] (Only the first 10 of 50 ports in this commit are shown above. )
Simplify some USES=python
With hat: portmgr
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 18 Oct 2017
|
[ 15:18 swills ]
mail/postfix-policyd-spf-python: give maintainership to committer
PR: 221963
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
Mon, 31 Jul 2017
|
[ 13:21 bapt ]
Drop maintainership
Submitted by: Giel van Schijndel <me@mortis.eu> (former maintainer)
|
Sun, 25 Dec 2016
|
[ 13:46 amdmi3 ]
- Don't install COPYING with docs
- Remove broken plist
PR: 214907
Submitted by: amdmi3
Approved by: maintainer timeout (me@mortis.eu, 4 weeks)
|
Sun, 9 Oct 2016
|
[ 09:06 rm ]
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)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 29 Dec 2015
|
[ 19:03 sunpoet ]
- 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
|
Tue, 27 Oct 2015
|
[ 13:44 mat ]
Update to 1.3.2
maintainer timeout.
PR: 203686
Submitted by: mp39590 gmail com
Sponsored by: Absolight
|
Thu, 3 Sep 2015
|
[ 18:50 amdmi3 ]
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Switch to @sample
Approved by: portmgr blanket
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
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
|
Tue, 11 Aug 2015
|
[ 19:33 pawel ]
- 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
|
Tue, 21 Oct 2014
|
[ 17:10 mva ] (Only the first 10 of 40 ports in this commit are shown above. )
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
|
Sat, 1 Feb 2014
|
[ 13:20 pawel ]
Support staging
PR: ports/185762
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- 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@)
|
Sun, 15 Dec 2013
|
[ 16:22 wg ] (Only the first 10 of 64 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Wed, 28 Aug 2013
|
[ 13:47 rm ]
- 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)
|
Sat, 12 May 2012
|
[ 09:20 scheidell ]
- Update to v1.0
PR: ports/167616
Submitted by: Keith Gaughan <k@stereochro.me>
Approved by: Giel van Schijndel <me@mortis.eu> (maintainer)
|
Fri, 20 May 2011
|
[ 11:04 culot ]
- Update to 0.8.1
PR: ports/157058
Submitted by: Keith Gaughan <k@stereochro.me>
Approved by: Giel van Schijndel <me@mortis.eu> (maintainer)
|
Mon, 11 Jan 2010
|
[ 17:31 nemoliu ]
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>
|
Number of commits found: 24 |