non port: mail/py-ppolicy/Makefile |
Number of commits found: 25 |
Thursday, 26 Dec 2019
|
07:54 antoine
Deprecate a few ports
With hat: portmgr
|
Sunday, 13 Jan 2019
|
20:58 adamw
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this.
|
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
|
Monday, 5 Jun 2017
|
14:50 sunpoet
Change from USES=twisted to devel/py-twisted
- Sort USE_PYTHON
- Bump PORTREVISION for dependency change
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 29 Mar 2016
|
00:38 amdmi3
- Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
Thursday, 18 Jun 2015
|
19:56 rm
net/py-ldap2: rename to py-ldap
To better match upstream name
|
Tuesday, 21 Oct 2014
|
17:10 mva
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
|
Thursday, 4 Sep 2014
|
19:26 antoine
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
|
Monday, 11 Aug 2014
|
17:05 adamw
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports)
|
Sunday, 10 Aug 2014
|
13:04 wen
- Reset maintainer to ports@
Submitted by: chifeng@gmail.com(previous maintainer, via email)
|
Friday, 13 Jun 2014
|
12:32 wg
mail/py-ppolicy: support stage and use auto plist
|
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)
|
Sunday, 8 Dec 2013
|
12:04 mva
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run
|
Friday, 20 Sep 2013
|
19:59 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Tuesday, 4 Jun 2013
|
10:37 bapt
Fix conversion mistake
Reported by: Freshports sanity check
|
10:32 bapt
Convert to new options framework
|
Sunday, 5 Aug 2012
|
23:19 dougb
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Friday, 25 Feb 2011
|
03:19 miwi
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
|
01:32 delphij
Chase after net/openldap24-server update.
Reminded by: miwi
|
Monday, 27 Dec 2010
|
15:52 pgollucci
- new version of py-MySQLdb installs only the .egg 'zipped' so mysql.so
is no longer present to test for.
Approved by: itectu (portmgr, via irc)
|
Sunday, 13 Dec 2009
|
17:00 miwi
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
|
Monday, 5 Jan 2009
|
19:04 delphij
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan
|
Saturday, 29 Nov 2008
|
20:18 miwi
Modular Python Postfix Policy Server
Modular Python Postfix Policy Server is tool for extending Postfix
checking capabilities. It uses Postfix access policy delegation
(http://www.postfix.org/SMTPD_POLICY_README.html) to check incoming
SMTP request and accept or reject it according provided data. It can
reduce mailserver load with rejecting incorrect mail during SMTP
connection. It was made with stress to height reliability and performance
by providing caching of required data and results.
WWW: http://bimbo.fjfi.cvut.cz/ppolicy
PR: ports/129256
Submitted by: Chifeng QU <chifeng at gmail.com>
|
Number of commits found: 25 |