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/mimedefang/Makefile
SVNWeb

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »  

Sun, 12 Feb 2023
[ 18:26 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:f7d702d5947d5fdd86ae76e35e92a2ed3b0859f0  commit hash:f7d702d5947d5fdd86ae76e35e92a2ed3b0859f0  commit hash:f7d702d5947d5fdd86ae76e35e92a2ed3b0859f0  f7d702d 
mail/mimedefang: upgrade to 2.86

ChangeLog:
https://github.com/The-McGrail-Foundation/MIMEDefang/releases/tag/v2.86

PR:		269444
Reported by:	ml@netfence.it
Approved by:	m.tsatsenko@gmail.com (maintainer, timeout > 2 weeks)
Tue, 29 Nov 2022
[ 04:51 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:f7bcd43826f0aca95ecacda1bfad3c7f21621e74  commit hash:f7bcd43826f0aca95ecacda1bfad3c7f21621e74  commit hash:f7bcd43826f0aca95ecacda1bfad3c7f21621e74  f7bcd43  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
security/clamav: Update to 1.0.0

* Switch to use bundled TomsFastMath library. Upstream made
  incompatible change to bundled copy and this makes it impossible to
  use external one. They also dropped option to use it.
* Bump PORTREVISION of consumers as shlib version is changed.
* Note that though this is new LTS feature release security/clamav-lts
  stays in 0.103.x until either next regular feature release (probably
  1.1.0) is released or 0.103.x reaches its EoL.

ReleaseNotes:	https://blog.clamav.net/2022/11/clamav-100-lts-released.html
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)
Fri, 10 Dec 2021
[ 23:25 Mateusz Piotrowski (0mp) search for other commits by this committer Author: ml@netfence.it ]    commit hash:a8a45bdf49a9f13b4dd15d986de86a29e3ea45ed  commit hash:a8a45bdf49a9f13b4dd15d986de86a29e3ea45ed  commit hash:a8a45bdf49a9f13b4dd15d986de86a29e3ea45ed  a8a45bd 
mail/mimedefang: Allow setting MX_MAX_RSS and MX_MAX_AS in rc.conf

In order to avoid DOSes due to complex MIME, MIMEDefang sets some limits
on how much memory a process can use (MX_MAX_RSS and MX_MAX_AS).

The provided example init script sets these variables to very low values
(which probably made sense when RAM was much scarcer); the port already
patches that file, increasing them, but they are still way too low in
some cases, resulting in some mail messages crashing the filter and not
passing.

This patch, while retaining the current port defaults, allows these
thresholds to be set in rc.conf.

PR:		256711
Approved by:	maintainer
Fri, 10 Sep 2021
[ 21:18 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:3e84d262f93eb05335f6534951a165b90cf295f4  commit hash:3e84d262f93eb05335f6534951a165b90cf295f4  commit hash:3e84d262f93eb05335f6534951a165b90cf295f4  3e84d26 
mail/mimedefang: Add CPE information

Approved by:	portmgr (blanket)
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.
Tue, 19 Jan 2021
[ 10:08 rhurlin search for other commits by this committer ] Original commit   Revision:562041
mail/mimedefang: Update to 2.84

Changelog: https://www.mimedefang.org/node/71

PR:		252718
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D28230
Fri, 26 Jun 2020
[ 11:55 sunpoet search for other commits by this committer ] Original commit   Revision:540492 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113

- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change

Changes:	https://metacpan.org/changes/distribution/IO-Stringy
Fri, 15 Mar 2019
[ 05:02 tobik search for other commits by this committer ] Original commit   Revision:495764
mail/mimedefang: Fix CLAMAV option

Options helpers are ineffective when set after bsd.port.options.mk.
Move them before that point.

Reported by:	tobik (in D19553)
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
Thu, 14 Dec 2017
[ 15:57 swills search for other commits by this committer ] Original commit   Revision:456304
mail/mimedefang: update to 2.83

PR:		223417
Submitted by:	m.tsatsenko@gmail.com (maintainer)
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
Fri, 11 Dec 2015
[ 01:08 zi search for other commits by this committer ] Original commit   Revision:403481 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after security/clamav update

PR:		205086
Submitted by:	me
Wed, 28 Oct 2015
[ 16:58 pi search for other commits by this committer ] Original commit   Revision:400401
mail/mimedefang: 2.75 -> 2.78

Changes:
- Fix code that coalesces multiparts into single-parts so that it
  does not break DKIM signing. Fix is courtesy of Peter Nagel.
- Change old author's name to "Dianne Skoll" in many places.
- Add "All / Summary" button to watch-multiple-mimedefangs.tcl
- Add a filter_wrapup callback. This permits header modifications,
  but not body modifications. It has access to the final
  (possibly modified) message, so is the ideal place to do DKIM-signing.
- Remove all function prototypes from mimedefang.pl.in as per current
  Perl5 best practices.

Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Tue, 27 Oct 2015
[ 16:49 pi search for other commits by this committer ] Original commit   Revision:400330
mail/mimedefang: set correct users for working directories, pet portlint

PR:		203660
Submitted by:	Pavel Timofeev <timp87@gmail.com>
Approved by:	m.tsatsenko@gmail.com (maintainer)
Tue, 8 Jul 2014
[ 21:03 madpilot search for other commits by this committer ] Original commit   Revision:361290
- Update to 2.75
- Stagify

PR:		191537
Submitted by:	m.tsatsenko@gmail.com (maintainer)
Tue, 11 Mar 2014
[ 21:49 adamw search for other commits by this committer ] Original commit   Revision:347936 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.

I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
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)
Sun, 15 Sep 2013
[ 07:14 az search for other commits by this committer ] Original commit   Revision:327333 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Sat, 27 Jul 2013
[ 14:24 swills search for other commits by this committer ] Original commit   Revision:323790
- Update to 2.74

PR:		ports/180777
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
Tue, 4 Jun 2013
[ 10:32 bapt search for other commits by this committer ] Original commit   Revision:319851 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
Sat, 30 Jun 2012
[ 13:10 az search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Mon, 16 Apr 2012
[ 20:06 pawel search for other commits by this committer ] Original commit 
- Update to version 2.73 [1]
- Switch to bsd.port.options.mk

PR:             ports/166988 [1]
Submitted by:   maintainer [1]
Mon, 2 Jan 2012
[ 13:03 rm search for other commits by this committer ] Original commit 
- fix WITH_CLAMAV option handling, that was done before inclusion of
bsd.ports.pre.mk [1]
- bump PORTREVISION

PR:             163760 [1]
Submitted by:   John Marshall <john.marshall at riverwillow dot com.au>
Approved by:    maintainer
Wed, 28 Dec 2011
[ 14:26 scheidell search for other commits by this committer ] Original commit 
- Force rc_script to wait on stop to prevent race condition on stop/start combo
[1]
- Private email from Daniel O'Connor <doconnor at gsoft dot com dot au>

PR:             ports/163564 [1]
Submitted by:   m.tsatsenko@gmail.com
Approved by:    m.tsatsenko@gmail.com (maintainer), gabor (mentor, implicit)
Sat, 13 Aug 2011
[ 07:52 beech search for other commits by this committer ] Original commit 
- Update to 2.72

PR:             ports/159720
Submitted by:   Mikhail T. <m.tsatsenko@gmail.com> (maintainer)
Tue, 5 Jul 2011
[ 16:37 crees search for other commits by this committer ] Original commit 
- Update to 2.71
- Add LICENSE

PR:             ports/154869
Submitted by:   "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
Approved by:    tabthorpe (co-mentor)
Fri, 18 Feb 2011
[ 03:12 sahil search for other commits by this committer ] Original commit 
Over to new maintainer, who volunteered via freebsd-ports
to adopt this port.
Wed, 16 Feb 2011
[ 03:46 tabthorpe search for other commits by this committer ] Original commit 
Reassign ports to the pool, thanks for your service, we hope to see you
back.
Sat, 1 Jan 2011
[ 04:22 sunpoet search for other commits by this committer ] Original commit 
- Remove PERL_SITELIBDIR, use SITE_PERL instead
- Respect NOPORTEXAMPLES
- Use LOCALBASE instead of hardcoded /usr/local
- Allow non-/usr/local PREFIX in PKGMESSAGE
- Make portlint happier
- Remove obsolete MD5 checksum

PR:             ports/152709
Submitted by:   sunpoet (myself)
Approved by:    wes (maintainer, timeout 23 days)
Thu, 16 Dec 2010
[ 02:34 glarkin search for other commits by this committer ] Original commit  (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
Sun, 5 Sep 2010
[ 05:04 pgollucci search for other commits by this committer ] Original commit 
- OPTIONS+= MIMEDEFANG_DISABLE_CLAMAV

PR:             ports/121672
Submitted by:   Michael Stowe <mstowe@chicago.us.mensa.org>
Approved by:    maintainer timeout (wes ; 903 days)
Fri, 13 Aug 2010
[ 08:41 pav search for other commits by this committer ] Original commit 
- Update to 2.68
- Provide rcNG script (thus add mimedefang_enable to your rc.conf)

PR:             ports/146435
Submitted by:   Marko Njezic <mrmax063@maxempire.com>
Approved by:    maintainer timeout (wes; 3 months)
Wed, 27 Jan 2010
[ 13:05 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 11).

Approved by:    portmgr (itetcu)
Sun, 11 Oct 2009
[ 12:15 pav search for other commits by this committer ] Original commit 
- Update to 2.67

PR:             ports/139008
Approved by:    maintainer timeout (wes; 20 days)
Fri, 6 Jun 2008
[ 13:43 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Fri, 28 Mar 2008
[ 06:41 wes search for other commits by this committer ] Original commit 
Update to Mimedefang 2.64.
Thu, 13 Sep 2007
[ 05:28 wes search for other commits by this committer ] Original commit 
Updated to MIMEdefang 2.63.  Prompted by Craig and several others.

Submitted by:   Craig Green <cgreen@sentex.net>
Sat, 8 Sep 2007
[ 01:01 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 112 ports in this commit are shown above. View all ports for this commit)
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Mon, 23 Jul 2007
[ 17:27 wes search for other commits by this committer ] Original commit 
Move SpamAssassin LOCAL_STATE_DIR to /var/db where it belongs on FreeBSD.
See also ports/108934.  Thanks Robin!

PR:             ports/114822
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl>
Sat, 14 Jul 2007
[ 03:07 wes search for other commits by this committer ] Original commit 
Upgrade to Mimedefang 2.62

PR:             ports/114187
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (partially)
Sat, 17 Feb 2007
[ 07:45 mbr search for other commits by this committer ] Original commit 
Fix clamscan 0.90 fallback and remove the --mbox option
Add another fallback case for clamd 0.90
Bump portrevision

Approved by:    wes
Mon, 12 Feb 2007
[ 18:24 wes search for other commits by this committer ] Original commit 
Use libmilter from ports (/usr/local/...) if it exists, assuming
the user intends to use the sendmail from ports.

PR:             ports/108842
Submitted by:   Norbert Koch <nkoch@demig.de>
Sun, 11 Feb 2007
[ 03:56 wes search for other commits by this committer ] Original commit 
Update to MIMEdefang 2.61, there was a serious issue with 2.60.

Submitted by:     curioso1100@gmail.com
Fri, 9 Feb 2007
[ 23:31 wes search for other commits by this committer ] Original commit 
Require MIME::Tools 5.417 or greater, recent MIMEdefang releases are
not compatible with ancient MIME::Tools.

Noticed by:     dolgov-spb@avangard.ru
Wed, 7 Feb 2007
[ 01:54 wes search for other commits by this committer ] Original commit 
Update to 2.60 release, 2.59 was broken w.r.t. Sendmail 8.14.

Submitted by:   Steve Sizemore <steve (at) ls.berkeley.edu>
Sun, 4 Feb 2007
[ 09:53 wes search for other commits by this committer ] Original commit 
Catch the watch-multiple-mimedefangs executable and man page caught
by pointyhat.

Submitted by:   Kris via pointyhat.
Thu, 1 Feb 2007
[ 18:45 wes search for other commits by this committer ] Original commit 
Update to 2.59.

I got there before the crowds started clamoring for it this time!
Fri, 22 Dec 2006
[ 18:19 wes search for other commits by this committer ] Original commit 
Update to 2.58

PR:             106881
Submitted by:   sven <sven@dmv.com>
Wed, 16 Aug 2006
[ 00:41 wes search for other commits by this committer ] Original commit 
Update to version 2.57.
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Tue, 21 Feb 2006
[ 06:17 wes search for other commits by this committer ] Original commit 
Upgrade to newly released 2.56.  Thanks for the heads-up, Rob!

PR:             93569
Submitted by:   Rob MacGregor <freebsd.macgregor@blueyonder.co.uk>
Mon, 14 Nov 2005
[ 18:48 wes search for other commits by this committer ] Original commit 
Update to 2.54.  Requires Mail::Tools 5.418. From the release notes:

This release contains a few minor enhancements and fixes. If you're
happy with 2.53, there's no need to upgrade.

Prompted by:    autonotification (kewl)
Mon, 31 Oct 2005
[ 18:24 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
Tue, 27 Sep 2005
[ 05:18 wes search for other commits by this committer ] Original commit 
Upgrade to 2.53.
Mon, 13 Jun 2005
[ 04:48 wes search for other commits by this committer ] Original commit 
Upgrade to MIMEdefang 2.52.
Fri, 11 Feb 2005
[ 05:52 wes search for other commits by this committer ] Original commit 
Update to version 2.51, per author's suggestion.

Obtained from:  Roaring Penguin
Sun, 12 Dec 2004
[ 07:26 wes search for other commits by this committer ] Original commit 
Update to MIMEDefang 2.49.
Mon, 1 Nov 2004
[ 03:41 wes search for other commits by this committer ] Original commit 
Update to 2.48.
Sat, 16 Oct 2004
[ 06:29 wes search for other commits by this committer ] Original commit 
Update to 2.45 from mimedefang.org.
Tue, 12 Oct 2004
[ 15:48 wes search for other commits by this committer ] Original commit 
Take over maintainership of MIMEdefang.

Many thanks to Andrey V. Pevnev <andrey@msfu.ru> for his past
maintainership.
[ 03:33 edwin search for other commits by this committer ] Original commit 
mail/mimedefang drop maintainership

         I'am leaving from Moscow State Forestry University to other
         company, my job will not be connected with FreeBSD, so, I
         will not have access to FreeBSD host anymore and can't
         support this port. Please, change the MAINTAINER from
         andrey@msfu.ru to ports@FreeBSD.org.  Hope somebody will
         pick this port up :)

PR:             ports/71983
Submitted by:   Andrey V. Pevnev <andrey@msfu.ru>
Sun, 8 Aug 2004
[ 00:04 mharo search for other commits by this committer ] Original commit 
add RUN_DEPENDS

Approved by:    maintainer
Sat, 17 Jul 2004
[ 13:50 pav search for other commits by this committer ] Original commit 
- Update to 2.44

PR:             ports/69178
Submitted by:   Andrey V. Pevnev <andrey@msfu.ru> (maintainer)
Tue, 29 Jun 2004
[ 23:37 mbr search for other commits by this committer ] Original commit 
Bump portrevision after memleak fix.
Sun, 23 May 2004
[ 09:47 mat search for other commits by this committer ] Original commit 
Unbreak what I did last time

Pointy hat offered by:  kris
Fri, 14 May 2004
[ 15:38 mat search for other commits by this committer ] Original commit 
Update to 2.43 [1]
use %%(DOC|EXAMPLE)SDIR%% in pkg-plist

PR:             66546 [1]
Submitted by:   maintainer [1]
Tue, 20 Apr 2004
[ 00:45 mharo search for other commits by this committer ] Original commit 
remove old mastersite

Reviewed by:    maintainer
Mon, 5 Apr 2004
[ 21:44 mharo search for other commits by this committer ] Original commit 
1. Update to 2.42
2. Added perl version check.

PR:             65026
Submitted by:   maintainer
Fri, 19 Mar 2004
[ 16:45 arved search for other commits by this committer ] Original commit 
Update to 2.41

PR:             64375
Submitted by:   Andrey V. Pevnev <andrey@mgul.ac.ru>
Wed, 10 Dec 2003
[ 06:20 mi search for other commits by this committer ] Original commit 
Upgrade from 2.38 to 2.39 again, now that the port-freeze seems over.

Reminded by: Andrey V. Pevnev
Tue, 25 Nov 2003
[ 18:45 mi search for other commits by this committer ] Original commit 
Force downgrade back to 2.38. We are in ports-freeze...

Requested by: marcus
[ 17:49 mi search for other commits by this committer ] Original commit 
Update to 2.39 from 2.38

PR:     ports/59631
Submitted by:   Andrey V. Pevnev        (the maintainer)
Fri, 24 Oct 2003
[ 12:05 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Thu, 9 Oct 2003
[ 08:41 roam search for other commits by this committer ] Original commit 
Update to MIMEDefang 2.38.

PR:             57757
Submitted by:   maintainer
Tue, 9 Sep 2003
[ 15:30 erwin search for other commits by this committer ] Original commit 
Update to 2.37

PR:             56594
Submitted by:   maintainer
Wed, 13 Aug 2003
[ 09:10 krion search for other commits by this committer ] Original commit 
- Update to 2.36

PR:             55522
Submitted by:   maintainer
Fri, 4 Jul 2003
[ 11:38 daichi search for other commits by this committer ] Original commit 
update mail/mimedefang: 2.34 --> 2.35

PR:             54081
Submitted by:   Andrey V. Pevnev <andrey@mgul.ac.ru> (maintainer)
Fri, 27 Jun 2003
[ 04:19 daichi search for other commits by this committer ] Original commit 
update mail/mimedefang: 2.33 -> 2.34

PR:             53792
Submitted by:   Andrey V. Pevnev <andrey@mgul.ac.ru> (maintainer)
Mon, 28 Apr 2003
[ 14:27 arved search for other commits by this committer ] Original commit 
Update to 2.33

PR:             51422
Submitted by:   maintainer
Fri, 18 Apr 2003
[ 05:38 edwin search for other commits by this committer ] Original commit 
Update port: mail/mimedefang to 2.32

        Update to 2.32
        Also a new site added to MASTER_SITES

PR:             ports/51073
Submitted by:   Andrey V. Pevnev <andrey@mgul.ac.ru>
Sat, 5 Apr 2003
[ 06:24 edwin search for other commits by this committer ] Original commit 
Update port: mail/mimedefang to 2.31

        Update to 2.31
        Added IPv6 support, Better performance and scalability on
        very busy mail servers, Support for Symantec CarrierScan
        Server and F-Risk FPROTD virus-scanners, Documentation
        fixes, etc...

PR:             ports/50102
Submitted by:   Andrey V. Pevnev <andrey@mgul.ac.ru>
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.
Sat, 15 Feb 2003
[ 08:51 leeym search for other commits by this committer ] Original commit 
update to mimedefang-2.30

PR:             ports/48287
Submitted by:   Andrey V. Pevnev <andrey@mgul.ac.ru>
Fri, 3 Jan 2003
[ 06:20 petef search for other commits by this committer ] Original commit 
Update to 2.28.

PR:             46334
Submitted by:   maintainer
Fri, 22 Nov 2002
[ 23:52 edwin search for other commits by this committer ] Original commit 
Maintainer update to version 2.26

PR:             ports/45504
Submitted by:   Andrey V. Pevnev <andrey@mgul.ac.ru>
Thu, 7 Nov 2002
[ 16:52 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.25

PR:             45036
Submitted by:   maintainer
Fri, 25 Oct 2002
[ 22:10 obraun search for other commits by this committer ] Original commit 
Upgrade to 2.24.

PR:             44472
Submitted by:   maintainer
Fri, 13 Sep 2002
[ 07:31 kevlo search for other commits by this committer ] Original commit 
Update to version 2.21

PR: 42717
Submitted by: MAINTAINER
Sat, 7 Sep 2002
[ 03:53 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.20

PR:             42494
Submitted by:   maintainer
Fri, 23 Aug 2002
[ 21:59 obraun search for other commits by this committer ] Original commit 
Upgrade to 2.19.

PR:             ports/41958
Submitted by:   maintainer
Approved by:    dwcjr (mentor)
[ 09:21 kevlo search for other commits by this committer ] Original commit 
Update to version 2.18

PR: 41882
Submitted by: MAINTAINER
Wed, 21 Aug 2002
[ 06:23 kevlo search for other commits by this committer ] Original commit 
Update to version 2.17

PR: 41641
Submitted by: MAINTAINER
Mon, 22 Jul 2002
[ 01:09 pat search for other commits by this committer ] Original commit 
Update to 2.16

PR:             ports/40835
Submitted by:   maintainer
Tue, 18 Jun 2002
[ 04:56 pat search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 2.15

PR:             39336, 38873
Submitted by:   maintainer
Mon, 3 Jun 2002
[ 02:36 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
upgrade to 2.13

PR:             38836
Submitted by:   maintainer
Wed, 29 May 2002
[ 21:05 pat search for other commits by this committer ] Original commit 
Depend on ports sendmail if system dont have sendmail with libmilter
in the base system

PR:             38640
Submitted by:   maintainer
Fri, 24 May 2002
[ 04:01 ijliao search for other commits by this committer ] Original commit 
1. Update from 2.11 to 2.12
2. Some changes in startup/shutdown script and pkg-message

PR:             38471
Submitted by:   maintainer

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »