aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-policyd-spf-python
Commit message (Collapse)AuthorAgeFilesLines
* - Don't install COPYING with docsDmitry Marakasov2016-12-252-2/+0
| | | | | | | | | | | - Remove broken plist PR: 214907 Submitted by: amdmi3 Approved by: maintainer timeout (me@mortis.eu, 4 weeks) Notes: svn path=/head/; revision=429424
* mail/postfix-policyd-spf-python: fix packaging with python3Ruslan Makhmatkhanov2016-10-092-13/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=423581
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Move mail/py-spf to mail/py-pyspfSunpoet Po-Chuan Hsieh2015-12-291-1/+2
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=404778
* Update to 1.3.2Mathieu Arnold2015-10-272-5/+4
| | | | | | | | | | | maintainer timeout. PR: 203686 Submitted by: mp39590 gmail com Sponsored by: Absolight Notes: svn path=/head/; revision=400240
* - Add LICENSE_FILEDmitry Marakasov2015-09-032-5/+5
| | | | | | | | | | | - Add NO_ARCH - Switch to options helpers - Switch to @sample Approved by: portmgr blanket Notes: svn path=/head/; revision=396029
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=394508
* - Update to version 1.3.1 [1]Pawel Pekala2015-08-113-9/+7
| | | | | | | | | | | - Remove not needed bsd.port.options.mk include PR: 201690 [1] Submitted by: Yasuhiro KIMURA [1] Approved by: maintainer Notes: svn path=/head/; revision=393966
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373086
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* Support stagingPawel Pekala2014-02-013-25/+23
| | | | | | | | | PR: ports/185762 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=342133
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - 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@) Notes: svn path=/head/; revision=338168
* Use setuptools for all Python ports.William Grzybowski2013-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=336553
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - update to 1.2Ruslan Makhmatkhanov2013-08-284-23/+33
| | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=325529
* - Update to v1.0Michael Scheidell2012-05-123-6/+8
| | | | | | | | | PR: ports/167616 Submitted by: Keith Gaughan <k@stereochro.me> Approved by: Giel van Schijndel <me@mortis.eu> (maintainer) Notes: svn path=/head/; revision=296475
* - Update to 0.8.1Frederic Culot2011-05-203-8/+12
| | | | | | | | | PR: ports/157058 Submitted by: Keith Gaughan <k@stereochro.me> Approved by: Giel van Schijndel <me@mortis.eu> (maintainer) Notes: svn path=/head/; revision=274365
* - fix pkg-plist problemTong LIU2010-01-121-0/+2
| | | | | | | | PR: ports/142508 Submitter: Giel van Schijndel <me@mortis.eu> (maintainer) Notes: svn path=/head/; revision=247664
* python-policyd-spf is a Postfix SMTPd policy engine for SPF checking. It isTong LIU2010-01-115-0/+108
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> Notes: svn path=/head/; revision=247625