aboutsummaryrefslogtreecommitdiff
path: root/mail/py-milter
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python) Notes: svn path=/head/; revision=559094
* mail/py-milter: Update to 1.0.4Danilo G. Baio2020-04-246-217/+6
| | | | | | | | | | | Remove patches, not necessary anymore. PR: 244405 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer Notes: svn path=/head/; revision=532724
* Switch default version of python to 3.6Antoine Brodin2019-04-101-1/+1
| | | | | | | | | PR: 234633 With hat: portmgr Differential Revision: https://reviews.freebsd.org/D18743 Notes: svn path=/head/; revision=498529
* Only append to EXTRA_PATCHES after bsd.port.pre.mkTobias Kortkamp2019-01-311-1/+1
| | | | Notes: svn path=/head/; revision=491744
* - bump MILTER_SOVER to fix linking on FREEBSD-12Dirk Meyer2018-07-011-0/+1
| | | | | | | | | | | | - bump PORTREVISION on ports using libmilter - rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT - rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE - rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC - cleanup ifdefs - fix build on batv-filter with libmilter from ports Notes: svn path=/head/; revision=473663
* Fix USE_GITHUB usage.Mathieu Arnold2018-06-042-10/+6
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=471550
* - Update to 1.0.2Martin Wilke2018-05-196-20/+223
| | | | | | | | | | | | - Use Github PR: 226857 Submitted by: Peter Wullinger Approved by: maintainer Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=470417
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* mail/py-milter: fix runtime crash; pass on MAINTAINERJason Unovitch2016-12-012-3/+14
| | | | | | | | | | | | | | - Import patch to resolve crash during IPv6 connection handling. Submitter has coordinated fix with upstream; it can be removed next update. - Pass on MAINTAINER to from ports@ to submitter. - While here, move DIST_SUBDIR to appease portlint. PR: 214317 Submitted by: schmidt@ze.tum.de MFH: 2016Q4 (blanket) Notes: svn path=/head/; revision=427533
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - set dependency to libmilter, bump PORTREVISIONDirk Meyer2016-02-261-2/+2
| | | | Notes: svn path=/head/; revision=409590
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* five milter ports: Add or improve support on systems missing sendmailJohn Marino2015-03-191-0/+1
| | | | | | | | | | | In some cases no-sendmail support was in place but missing CFLAGS or LDFLAGS, but in others it needed to be added. Problems found as a result of DragonFly removing sendmail from base. Approved by: just fix it. Notes: svn path=/head/; revision=381679
* - Simplify MASTER_SITESDmitry Marakasov2015-03-131-3/+7
| | | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Strip library Notes: svn path=/head/; revision=381190
* Upgrade to 1.0.Vanilla I. Shu2015-01-172-4/+3
| | | | Notes: svn path=/head/; revision=377232
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* Reset maintainershipBaptiste Daroussin2014-10-171-1/+1
| | | | Notes: svn path=/head/; revision=371040
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362049
* - Convert to autoplistMartin Wilke2014-02-152-40/+2
| | | | | | | | - Stage support - Bump PORTREV Notes: svn path=/head/; revision=344363
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* 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 MAINTAINER email address for all my portsPo-Chien Lin2013-02-131-1/+1
| | | | | | | | | - Convert Makefile header to new style if needed Approved by: swills (mentor) Notes: svn path=/head/; revision=312143
* - Update to 0.9.7Steve Wills2013-01-132-10/+6
| | | | | | | | | | | | - Use the abbrev. name in MASTER_SITES - Give maintainership to submitter PR: ports/175203 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Approved by: Georg Graf <georg@graf.priv.at> (maintainer) Notes: svn path=/head/; revision=310332
* - Update to 0.9.5Sofian Brabez2012-08-145-28/+39
| | | | | | | | | PR: ports/168894 Submitted by: koobs <koobs.freebsd at gmail.com> Approved by: Georg Graf <georg at graf.priv.at> (maintainer) Notes: svn path=/head/; revision=302514
* - Move over to py25 or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Fix Python version requirement, this port works fine with Python 2.4+,Li-Wen Hsu2009-07-161-1/+1
| | | | | | | | | | | but not 3.0+ PR: ports/136799 Submitted by: Oliver Fromme <olli AT secnetix.de> Approved by: Georg Graf <georg AT graf.priv.at> (maintainer) Notes: svn path=/head/; revision=237910
* - Update to 0.8.7Martin Wilke2007-01-053-7/+4
| | | | | | | | | PR: ports/107558 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer Notes: svn path=/head/; revision=181584
* - Update to 0.8.6Martin Wilke2006-12-124-11/+17
| | | | | | | | | PR: ports/106606 Submitted by: Oliver Fromme <olli@secnetix.de> Approved by: Georg Graf <georg@graf.priv.at> (maintainer) Notes: svn path=/head/; revision=179602
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* - Update to 0.8.2Pav Lucistnik2005-09-102-5/+5
| | | | | | | | | PR: ports/85908 Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> Approved by: Georg Graf <georg@graf.priv.at> (maintainer) Notes: svn path=/head/; revision=142380
* Update to 0.8.1.Roman Bogorodskiy2005-07-163-15/+23
| | | | | | | | | PR: 83508 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: Georg Graf (maintainer) Notes: svn path=/head/; revision=139322
* - add missing file to pkg-plistErwin Lansing2004-12-212-1/+5
| | | | | | | | | | - bump PORTREVISION PR: 75358 Submitted by: maintainer Notes: svn path=/head/; revision=124710
* Upgrade to 0.6.9Tilman Keskinoz2004-04-294-36/+8
| | | | | | | | PR: 65907 Submitted by: Georg Graf Notes: svn path=/head/; revision=107969
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add a patch to fix build problems on -CURRENT.Tilman Keskinoz2003-09-291-0/+28
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=89829
* Update to 0.6.0Tilman Keskinoz2003-09-272-2/+2
| | | | | | | | PR: 56941 Submitted by: maintainer Notes: svn path=/head/; revision=89584
* update mail/py-milter: 0.5.4 -> 0.5.5Daichi GOTO2003-07-143-6/+6
| | | | | | | | PR: 54266 Submitted by: Georg Graf <georg@graf.priv.at> (maintainer) Notes: svn path=/head/; revision=84855
* Update to 0.5.4, pass Maintainership to submitter.Tilman Keskinoz2003-03-263-12/+12
| | | | | | | | | PR: 50270 Submitted by: Georg Graf <georg@graf.priv.at> Approved by: old Maintainer Notes: svn path=/head/; revision=77476
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Unbreak by updating to 0.5.2Tilman Keskinoz2003-01-072-2/+2
| | | | | | | | PR: 46726 Submitted by: Christopher Sharp <csharp@gmx.net> Notes: svn path=/head/; revision=72718
* Add py-milter 0.4.5, python interface to sendmail-8.1x milter API.Hye-Shik Chang2002-06-266-0/+49
PR: 37491 Submitted by: Vsevolod Lobko <seva@sevasoft.kiev.ua> Notes: svn path=/head/; revision=62037