notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/py-milter/Makefile
SVNWeb

Number of commits found: 44

Fri, 30 Sep 2022
[ 09:26 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:16d4bb532ca1cbb78dddb44cffe64e41ce27ed1b  commit hash:16d4bb532ca1cbb78dddb44cffe64e41ce27ed1b  commit hash:16d4bb532ca1cbb78dddb44cffe64e41ce27ed1b  16d4bb5 
mail/py-milter: Update to 1.0.5

Changes:	https://github.com/sdgathman/pymilter/compare/pymilter-1.0.4...pymilter-1.0.5
PR:		266238
Approved by:	maintainer timeout
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Thu, 24 Dec 2020
[ 13:46 kai search for other commits by this committer ] Original commit   Revision:559094 (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
Relax hardcoded paths to fix build with Python 3.8.7

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)
Fri, 24 Apr 2020
[ 00:35 dbaio search for other commits by this committer ] Original commit   Revision:532724
mail/py-milter: Update to 1.0.4

Remove patches, not necessary anymore.

PR:		244405
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
Wed, 10 Apr 2019
[ 05:47 antoine search for other commits by this committer ] Original commit   Revision:498529
Switch default version of python to 3.6

PR:		234633
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D18743
Thu, 31 Jan 2019
[ 17:51 tobik search for other commits by this committer ] Original commit   Revision:491744 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Only append to EXTRA_PATCHES after bsd.port.pre.mk
Sun, 1 Jul 2018
[ 10:17 dinoex search for other commits by this committer ] Original commit   Revision:473663 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- bump MILTER_SOVER to fix linking on FREEBSD-12
- 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
Mon, 4 Jun 2018
[ 14:46 mat search for other commits by this committer ] Original commit   Revision:471550 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Fix USE_GITHUB usage.

Sponsored by:	Absolight
Sat, 19 May 2018
[ 16:25 miwi search for other commits by this committer ] Original commit   Revision:470417
- Update to 1.0.2
- Use Github

PR:	226857
Submitted by:	Peter Wullinger
Approved by:	maintainer
Sponsored by:     iXsystems Inc.
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Thu, 1 Dec 2016
[ 23:41 junovitch search for other commits by this committer ] Original commit   Revision:427533
mail/py-milter: fix runtime crash; pass on MAINTAINER

- 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)
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 26 Feb 2016
[ 08:47 dinoex search for other commits by this committer ] Original commit   Revision:409590
- set dependency to libmilter, bump PORTREVISION
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Thu, 19 Mar 2015
[ 19:38 marino search for other commits by this committer ] Original commit   Revision:381679
five milter ports: Add or improve support on systems missing sendmail

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.
Fri, 13 Mar 2015
[ 13:22 amdmi3 search for other commits by this committer ] Original commit   Revision:381190
- Simplify MASTER_SITES
- Clarify LICENSE
- Add LICENSE_FILE
- Strip library
Sat, 17 Jan 2015
[ 16:04 vanilla search for other commits by this committer ] Original commit   Revision:377232
Upgrade to 1.0.
Tue, 21 Oct 2014
[ 17:10 mva search for other commits by this committer ] Original commit   Revision:371330 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Convert ports of mail/ to new USES=python

Approved by:	portmgr (implicit)
Fri, 17 Oct 2014
[ 10:23 bapt search for other commits by this committer ] Original commit   Revision:371040 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Reset maintainership
Wed, 16 Jul 2014
[ 08:13 bapt search for other commits by this committer ] Original commit   Revision:362049 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Fix some non default LIB_DEPENDS

With hat:	portmgr
Sat, 15 Feb 2014
[ 10:32 miwi search for other commits by this committer ] Original commit   Revision:344363
- Convert to autoplist
- Stage support
- Bump PORTREV
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Wed, 13 Feb 2013
[ 06:04 pclin search for other commits by this committer ] Original commit   Revision:312143 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
- Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed

Approved by:	swills (mentor)
Sun, 13 Jan 2013
[ 20:42 swills search for other commits by this committer ] Original commit   Revision:310332
- Update to 0.9.7
- 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)
Tue, 14 Aug 2012
[ 10:18 sbz search for other commits by this committer ] Original commit 
- Update to 0.9.5

PR:		ports/168894
Submitted by:	koobs <koobs.freebsd at gmail.com>
Approved by:	Georg Graf <georg at graf.priv.at> (maintainer)
Fri, 25 Feb 2011
[ 03:19 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Sat, 22 Aug 2009
[ 00:28 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 287 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with M
Thu, 16 Jul 2009
[ 05:27 lwhsu search for other commits by this committer ] Original commit 
- Fix Python version requirement, this port works fine with Python 2.4+,
  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)
Fri, 5 Jan 2007
[ 22:47 miwi search for other commits by this committer ] Original commit 
- Update to 0.8.7

PR:             ports/107558
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:    maintainer
Tue, 12 Dec 2006
[ 20:40 miwi search for other commits by this committer ] Original commit 
- Update to 0.8.6

PR:             ports/106606
Submitted by:   Oliver Fromme <olli@secnetix.de>
Approved by:    Georg Graf <georg@graf.priv.at> (maintainer)
Sat, 10 Sep 2005
[ 20:14 pav search for other commits by this committer ] Original commit 
- Update to 0.8.2

PR:             ports/85908
Submitted by:   Marcus Alves Grando <marcus@corp.grupos.com.br>
Approved by:    Georg Graf <georg@graf.priv.at> (maintainer)
Sat, 16 Jul 2005
[ 05:42 novel search for other commits by this committer ] Original commit 
Update to 0.8.1.

PR:             83508
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by:    Georg Graf (maintainer)
Tue, 21 Dec 2004
[ 15:59 erwin search for other commits by this committer ] Original commit 
- add missing file to pkg-plist
- bump PORTREVISION

PR:             75358
Submitted by:   maintainer
Thu, 29 Apr 2004
[ 13:20 arved search for other commits by this committer ] Original commit 
Upgrade to 0.6.9

PR:             65907
Submitted by:   Georg Graf
Sat, 27 Sep 2003
[ 21:45 arved search for other commits by this committer ] Original commit 
Update to 0.6.0

PR:             56941
Submitted by:   maintainer
Mon, 14 Jul 2003
[ 05:36 daichi search for other commits by this committer ] Original commit 
update mail/py-milter: 0.5.4 -> 0.5.5

PR:             54266
Submitted by:   Georg Graf <georg@graf.priv.at> (maintainer)
Wed, 26 Mar 2003
[ 09:32 arved search for other commits by this committer ] Original commit 
Update to 0.5.4, pass Maintainership to submitter.

PR:             50270
Submitted by:   Georg Graf <georg@graf.priv.at>
Approved by:    old Maintainer
Fri, 21 Feb 2003
[ 12:42 knu search for other commits by this committer ] Original commit  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Tue, 7 Jan 2003
[ 22:02 arved search for other commits by this committer ] Original commit 
Unbreak by updating to 0.5.2

PR:             46726
Submitted by:   Christopher Sharp <csharp@gmx.net>
Wed, 26 Jun 2002
[ 18:25 perky search for other commits by this committer ] Original commit 
Add py-milter 0.4.5, python interface to sendmail-8.1x milter API.

PR:             37491
Submitted by:   Vsevolod Lobko <seva@sevasoft.kiev.ua>

Number of commits found: 44