29 Commits

Author SHA1 Message Date
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
benoit
dd1eec058b Update to py-milter-1.0. 2015-09-19 09:05:52 +00:00
ajacoutot
4098a830f9 Cope with recent sendmail subpackaging.
Fix ports that were not able to find the milter includes (since it's not
under /usr/includes anymore).
2014-09-17 09:13:12 +00:00
jca
7bb00aaf69 Cope with sendmail (and libmilter) moving to ports.
Input from sthen@, ok ajacoutot@ sthen@
2014-09-17 07:52:42 +00:00
benoit
5828f35508 - update py-milter to 0.9.8
- regen PLIST

ok ajacoutot@
2013-04-15 07:44:01 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
benoit
8b49718241 - update py-milter to 0.9.7
- update WANTLIB
- regen PLIST
2013-01-25 15:18:36 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
jasper
3e4c0594d3 bump after default python version switch 2011-06-08 17:50:10 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
fgsch
20af77c7a4 Update py-milter to 0.9.3
martynas@ ok.
2010-10-28 08:15:02 +00:00
fgsch
6097dbaf9c Bump revision after python's default change. 2010-08-30 17:46:56 +00:00
jasper
cdda1fcecb - remove unused file 2009-10-11 20:16:32 +00:00
jasper
c9657ef17b another batch of missing bumps 2009-03-25 13:52:31 +00:00
ajacoutot
4a2ef97f59 - bring this port up-to-date: py-pymilter-0.8.10
suggested by Pierre-Emmanuel Andre
2008-10-18 12:37:42 +00:00
steven
9bfed1ac43 bump PKGNAME after python version switch 2007-10-08 08:22:38 +00:00
merdely
8b76ad71d8 Remove surrounding quotes in COMMENT*/PERMIT_* 2007-09-16 00:17:04 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
mbalmer
e9c13ad61b Drop maintainership. 2006-12-10 17:36:01 +00:00
mbalmer
9de4cd0faf Switch to python 2.4 2006-10-22 13:49:28 +00:00
alek
742d15a9d9 Set MODPY_VERSION to 2.3 as it doesn't build with py2.4 2006-06-03 09:17:37 +00:00
espie
1f39b7ea8a bump PKGNAME, obviously 2006-02-07 11:52:16 +00:00
mbalmer
8f5f851027 Take maintainership. 2006-02-07 10:30:06 +00:00
xsa
d1913cddd0 drop maintainership on these; 2006-02-07 09:46:27 +00:00
pvalchev
fa5446a220 libmilter WANTLIB 2005-11-01 16:29:24 +00:00
naddy
a8817eabcc SIZE 2005-01-05 16:50:35 +00:00
xsa
2d39ac1ad4 Initial import of py-milter-0.7.2
milter is a Python extension module to enable Python scripts to attach
to Sendmail's libmilter API, enabling filtering of messages as they
arrive.  Since it's a script, you can do anything you want to the
message - screen out viruses, collect statistics, add or modify headers,
etc.  You can, at any point, tell Sendmail to reject, discard, or accept
the message.
2004-11-25 15:19:20 +00:00