Commit graph

7330 commits

Author SHA1 Message Date
Kirill Ponomarev
a045756a67 Update to version 2.1.12 2005-02-21 17:51:02 +00:00
Mathieu Arnold
fbd40d6087 Don't mix SUB_LIST and PLIST_SUB, it's a bad idea [1] :-)
+ minor fix in the Makefile

Pointed out by:	[1] kris via pointyhat
2005-02-21 17:16:50 +00:00
Sergei Kolobov
9e7fa83376 - Update to 0.14.3 2005-02-21 14:04:36 +00:00
Oliver Lehmann
0d233803e0 update to 1.9.3
add a patch which fixes non-7-bit-clean header handling
2005-02-21 11:49:57 +00:00
Sergei Kolobov
4fe7702b93 - Update to the latest version - 1.8.0
- Maildir quota is now enabled by default.
  The following options were deleted:
  - WITH_MAILDIRQUOTA
  - WITH_TRASHQUOTA
- New option WITH_AUTHLIB is added, which provides optional support for
  Courier Auth Library (mail/courier-authlib port).
- Userdb authentication, LDAP and MySQL support are provided through
  courier-authlib now, thus the following options
  - WITH_USERDB
  - WITH_LDAP
  - WITH_MYSQL
  have been superceded by WITH_AUTHLIB.

WARNING! WARNING! WARNING!
- Unfortunately, when maildrop is compiled using WITH_AUTHLIB knob, the
  resulting binary cannot properly locate libcourierauth.so.0 library:

  yasu@sugar[22]% ldd /usr/local/bin/maildrop
  /usr/local/bin/maildrop:
          libcourierauth.so.0 => not found (0x0)
       	  libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2808e000)
       	  libm.so.2 => /usr/lib/libm.so.2 (0x280d3000)
       	  libc.so.4 => /usr/lib/libc.so.4 (0x280ee000)

  This is because libcourierauth.so.0 is not installed in the standard library
  path of dynamic linker.
  One possible solution is to add '-rpath ${LOCALBASE}/lib/courier-authlib'
  to linker flags. Unfortunately, this breaks the installation procedure.

  A solution to this problem is being actively sought, and I hope it will be
  fixed shortly.

PR:		ports/76786
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-02-21 11:31:55 +00:00
Dirk Meyer
c97dbf72b0 - update MASTER_SITES 2005-02-21 08:59:18 +00:00
Kris Kennaway
2b26674338 Remove references to ports recently deleted. 2005-02-21 01:19:34 +00:00
Herve Quiroz
7f07af37d6 Fix jboss4 deploy path
PR:		77797
Submitted by:	maintainer
2005-02-20 22:42:23 +00:00
MANTANI Nobutaka
5f2cae0960 Update to 2.12.2. 2005-02-20 16:21:59 +00:00
Kirill Ponomarev
8ec660dae7 Update to version 1.41
PR:		ports/77724
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-19 11:16:46 +00:00
Kirill Ponomarev
ee03baba92 Fix MASTER_SITES.
PR:		ports/77723
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-19 11:13:53 +00:00
Cheng-Lung Sung
815e080151 - update to 2.3
- Changelog
  - calculating the number of information bits per byte is now
    optional, this speeds things up 4x! When your mail is checked
    by spamassassin, mboxstats now can also give stats on the
    spam-ness of messages.
  - Fixed calculation of date of first and last message.
2005-02-19 03:51:27 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Adam Weinberger
c7670edf10 Update to 2.0.4. 2005-02-18 23:09:01 +00:00
Adam Weinberger
7f0294798b Update to 2.0.4. 2005-02-18 21:14:28 +00:00
Alexander Leidinger
71f5c6fdd3 Link with PTHREAD libs (unconditionally) for the benefit of plugins which
need them (e.g. the clamav plugin).

Tested by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
2005-02-18 21:08:56 +00:00
Dirk Meyer
fb396a5684 - set as DEPRECATED 2005-02-18 14:52:51 +00:00
Dirk Meyer
e83ea3450e - use /tmp not /var/tmp for mail.local
Base has switched back to /tmp in Revision 1.1.1.1.2.4
with import of sendmail 8.12.2 for FreeBSD 4.6
2005-02-18 14:48:29 +00:00
Dirk Meyer
814ab79c6a - add patch to fix connections that stay in CLOSE_WAIT
http://www.sendmail.org/patches/close_wait.p2

Submitted by:   Dmitry Pryanishnikov
Obtained from:  sendmail.org
2005-02-18 14:40:02 +00:00
Sergei Kolobov
fb7c154f95 - Update to 2.1.0
- Project moved to a new home - update MASTER_SITES and WWW line
- Install scripts into ${DATADIR}
- Utiltize new SUB_FILES mechanism for pkg-message pattern substitution
- Clarify description in pkg-descr

Prompted by:    pointyhat via kris
2005-02-18 13:53:11 +00:00
Mathieu Arnold
e317d86f7f Add sqlgrey 1.4.5, greylisting policy server for Postfix using an SQL backend. 2005-02-18 11:39:31 +00:00
Pav Lucistnik
4f69fd88dc - Update VDA patch to 2.1.5
PR:		ports/76299
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-02-18 08:51:18 +00:00
Pav Lucistnik
fffddd33d4 - Update to 0.3.2
PR:		ports/77647
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Approved by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-02-17 23:59:39 +00:00
Pav Lucistnik
7bc45a6b4c - Update to 1.12
- Unbreak

PR:		ports/77632
Submitted by:	Johan van Selst <johans@stack.nl>
2005-02-17 23:21:17 +00:00
Sergei Kolobov
23ffd90ad1 - Update to 1.25
- Fix a bug when you run spamd/spamc using sockets and
  `ps -aux` can´t find socket path

PR:		ports/76888
Submitted by:	Renato Botelho <renato@galle.com.br>
Approved by:	maintainer
2005-02-17 11:28:00 +00:00
Pav Lucistnik
d4c3bc932c + Update to 2.2-20050214
+ Change PgSQL OPTION (from mail/postfix)

PR:		ports/77571
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-02-17 09:45:28 +00:00
Erwin Lansing
51f07782e0 Update to 1.2.4
PR:		77601
Submitted by:	maintainer
2005-02-17 07:42:44 +00:00
Volker Stolz
455644865d Update to 4.38.10. See the PR for the huge changelog
PR:		ports/77546
Submitted by:	Jan-Peter Koopmann (maintainer)
2005-02-16 16:11:37 +00:00
Dmitry Sivachenko
ce05535ff7 Update to version 1.3.5. 2005-02-16 09:24:32 +00:00
Dirk Meyer
8132972808 - mark BROKEN 2005-02-16 07:17:28 +00:00
Pav Lucistnik
a6e967fe32 Sendmail milter to interface with bogofilter
PR:		ports/77472
Submitted by:	Victor Balada Diaz <victor@alf.dyndns.ws>
2005-02-15 21:25:45 +00:00
Mathieu Arnold
b4d05fbdaf When installing from a package, /usr/local/etc/mail/spamassassin/init.pre was
not installed.

PR:		77392
Submitted by:	Michael Schout <mschout@gkg.net>
2005-02-15 17:01:41 +00:00
Volker Stolz
a786e7d325 Update to 5.30
PR:		ports/68441
Submitted by:	phgrauAT cis.fu-berlin.de
Approved by:	maintainer timeout
2005-02-15 16:57:49 +00:00
Erwin Lansing
7f4ba036f1 Update to 1.08 2005-02-15 10:02:45 +00:00
Volker Stolz
e668ee5494 pdate to 20050128.1500 snapshot
- disable ORACLE DB back-end; it's unmaintained and hasn't worked on FreeBSD
- drop USE_GNOME as per PH 6.6
- drop merged up-stream files/patch-dspam.c
- kinldy ask non-maintainer-approved commits to be logged in files/UPDATING if they contain user-visible changes
( like the change of POSTGRESQL* to POSTGRESQL because of "Split the postgresql ports into a server and a client part" )

PR:		ports/77449
Submitted by:	Ion-Mihai "IOnut" Tetcu (maintainer)
2005-02-15 08:15:51 +00:00
Volker Stolz
836665da11 Unbreak: Cluster-logs show that dependencies are now built correctly
Submitted by: delphij (maintainer)
2005-02-15 07:48:30 +00:00
Andrey A. Chernov
77a1f44583 Remove myself from MAINTAINER 2005-02-14 21:30:50 +00:00
Thierry Thomas
e3c0938286 Fix bug #1367
(<http://bugs.horde.org/ticket/?id=1367&Horde=b45921c0a2f9cf7dd2ac4694dedf8191>).

Tested by:	Troy Dixler
Obtained from:	Horde CVS.
2005-02-14 20:53:47 +00:00
Pav Lucistnik
fbfe713679 + Take MAINTAINER (Vivek Khera approved)
+ Change to 2.2-20050212
+ Remove IPV6 options. Because IPV6 detect automaticaly.
+ Corrected TLS option
+ Adding Kerberos5 option. (from mail/postfix)
+ Fix PostgreSQL

PR:		ports/76830
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-02-14 19:48:03 +00:00
Sergey Skvortsov
0e3e3e67a1 * fix build with newest gmime
* add workaround for set_content()

Note that issue with pthread still unresolved.
2005-02-14 13:29:55 +00:00
Kirill Ponomarev
ab11eb64c5 Update to version 1.5.8
PR:		ports/77484
Submitted by:	maintainer
2005-02-14 10:08:16 +00:00
Cheng-Lung Sung
b59f852aa9 - update to 2.2
- ports/77333 is for 1.5, but 2.2 is released......
- ChangeLog:
Version 2.2:	lots of fixes to the XML output, made it 20% faster, added new statistics
Version 1.5:	mboxstats now handles weird mailbox-formats more gracefully
Version 1.4:	made 64-bit safe: now also works correctly with files > 2GB

PR:		ports/77333
Submitted by:	leeym
2005-02-14 03:25:04 +00:00
Yen-Ming Lee
6e61f3a699 - update to openwebmail-2.50.20050213 whic eliminates spaces in filename 2005-02-13 18:39:07 +00:00
Mark Linimon
09721c15a9 With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
2005-02-13 18:28:23 +00:00
Volker Stolz
aee83933eb - Update to 0.93
- More helpful BROKEN-message

PR:		ports/75989
Submitted by:	Xin LI (maintainer)
2005-02-13 16:21:48 +00:00
Thierry Thomas
2a4a71b508 Fix another warning when cyrus-imspd is not used.
Noticed by:	Troy <troy at twisted.net>
2005-02-13 15:18:33 +00:00
Thierry Thomas
b4dfb86e92 Upgrade to 2.0.2: bug fix release (fix a warning in browse view). 2005-02-13 14:17:24 +00:00
Oliver Lehmann
72ec293f76 update to 0.54 2005-02-13 13:50:40 +00:00
Alexander Leidinger
fc75b3f7fc Update to 1.0.1. 2005-02-12 23:41:40 +00:00
Kris Kennaway
ee1399ffc8 BROKEN: Incorrect pkg-plist (removes directories not installed by this port) 2005-02-12 22:27:34 +00:00
Pav Lucistnik
59f43030fb - Fix NOPORTDOCS
PR:		ports/77388
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2005-02-12 21:11:47 +00:00
Yen-Ming Lee
2098f0632c - fix wrong pkg-plist and unbreak this port
- add some cosmetic fixes to make portlint happier
2005-02-12 18:34:36 +00:00
Kris Kennaway
cd313b519c BROKEN: Incomplete pkg-plist 2005-02-11 22:08:35 +00:00
Thierry Thomas
7b3899f9eb Upgrade to 4.0.2.
Changelog at
<http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.5&r2=1.699.2.30&ty=h>
2005-02-11 22:02:26 +00:00
Thierry Thomas
bf6d9a4785 Upgrade to 2.0.1.
Changelog at
<http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181&r2=1.181.2.15&ty=h>
2005-02-11 22:02:07 +00:00
Sergey Matveychuk
73d0a2892a - Add (or fix) CONFLICTS line. The ports install bin/digest.
Approved by:	portmgr (krion)
2005-02-11 21:11:51 +00:00
Volker Stolz
9349d7bc4e Update to 20040426 snapshot
PR:		ports/71199
Submitted by:	Dmitry A Grigorovich
Approved by:	maintainer
2005-02-11 17:11:14 +00:00
Yen-Ming Lee
876b22aacc - update openwebmail-devel to 2.50.20050210
- correct/relocate CONFLICTS and DISTNAME
2005-02-11 16:48:43 +00:00
Erwin Lansing
5f01503cc1 Update to 1.2.3
PR:		77375
Submitted by:	maintainer
2005-02-11 08:05:35 +00:00
Joe Marcus Clarke
c99fca6255 Fix a connection hang when trying to access a Lotus Notes IMAP account.
PR:		77076
Obtained from:	Ximian bugzilla (http://bugzilla.ximian.com/show_bug.cgi?id=70556)
2005-02-11 07:34:14 +00:00
Wes Peters
e92a613c56 Update to version 2.51, per author's suggestion.
Obtained from:	Roaring Penguin
2005-02-11 05:52:37 +00:00
Pav Lucistnik
78a9a5c49e - Fix a security problem in private mailing list archives could allow anyone to
read any file on web server.
- Minor port changes

PR:		ports/77364
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
Security:	CVE number CAN-2005-0202
2005-02-10 22:25:02 +00:00
Hajimu UMEMOTO
0e9a5e313e use new scheme of USE_RC_SUBR. 2005-02-10 19:26:38 +00:00
Oliver Lehmann
f45095f4db import sylpheed 1.9.1 (repocopied from sylpheed/)
it is the "offical" gtk20 version of sylpheed
2005-02-09 15:55:32 +00:00
Volker Stolz
7b12758aca Fix mysql/neural-combination
PR:		ports/76920
Submitted by:	Thomas T. Veldhouse, maintainer
2005-02-09 15:52:35 +00:00
Pav Lucistnik
8c5d03c17a - Update to 20050208
PR:		ports/77275
Submitted by:	Michael Ranner <mranner@inode.at> (maintainer)
2005-02-09 12:40:39 +00:00
Pav Lucistnik
6bd6df0b9a - Update to 2.0b1
PR:		ports/77274
Submitted by:	Cyril Guibourg <aragorn+ports@teaser.fr> (maintainer)
2005-02-09 12:30:03 +00:00
Pav Lucistnik
4725ffed8a - Update to 1.3.6
- Temporarily disable gnutls

PR:		ports/77269
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2005-02-09 12:21:37 +00:00
Kirill Ponomarev
ae3a63c3ee Fix plist.
Simplify the maildir-mtime patches.

PR:		ports/77296
Submitted by:	maintainer
2005-02-09 11:37:10 +00:00
Yen-Ming Lee
43983f6bd3 Spamcup is a tool for automatic spam reporting via Spamcop.net.
It performs the same actions as if you were to report spam to
spamcop.net with a Web browser, but from the commandline.
Spamcup is written in Perl.

WWW: http://sourceforge.net/projects/spamcup/
2005-02-08 15:41:44 +00:00
Norikatsu Shigemura
d02b8823ae Update to 1.4.4.
PR:		ports/76886[1], ports/76584[2]
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer) [1]
		Joseph Scott <joseph@randomnetworks.com> [2]
2005-02-08 15:35:37 +00:00
Yen-Ming Lee
a3bbdaf164 Maintainer update of mail/mutt-devel:
- Fix building of WITH_MUTT_IMAP_HEADER_CACHE if not only db42 is
  installed but also other db4x versions.

PR:		77254
Submitted by:	Udo Schweigert <udo.schweigert at siemens.com>
2005-02-08 15:07:15 +00:00
Yen-Ming Lee
0bf9ab1b91 postfix's optional postgres support doesn't work with the new Postgres port
configuration. this patch fixes that

PR:		77216
Submitted by:	Vivek Khera <vivek at khera.org>
2005-02-08 13:51:16 +00:00
Andrey A. Chernov
8092b5352a Use PTHREADS_{LIBS,CFLAGS} instead of Makefile.in patch
Approved by:    aragorn+ports@teaser.fr
2005-02-08 13:04:49 +00:00
Yen-Ming Lee
8e77c2c0ec Update mail/getmail to 4.3.2, which includes a fix to eliminate duplicate
Return-Path: header fields; as well as fixes a problem where getmail exits
instead of moving to the next account if an SSL connection abruptly closes
before getmail finishes logging in.

PR:		77240
Submitted by:	Linh Pham <question+fbsdports at closedsrc.org>
2005-02-08 10:03:53 +00:00
Kirill Ponomarev
a77cc9c0d0 Do not format manual during installation.
Portlint(1).

PR:		ports/77215
Submitted by:	maintainer
2005-02-07 17:41:52 +00:00
Erwin Lansing
d637d2c31f - Update to 1.2.2
This release fixes a hang that could occur under some circumstances.

PR:		76962
Submitted by:	maintainer
2005-02-07 14:28:39 +00:00
Oliver Lehmann
fe2859fdc3 update to 1.0.1 2005-02-06 16:51:19 +00:00
Kirill Ponomarev
82728efb9c Update to version 1.5.7
PR:		ports/77161
Submitted by:	maintainer
2005-02-06 08:58:43 +00:00
Oliver Lehmann
73c56ea05b Add WITHOUT_IPV6 knob
Submitted by:	"Gustavo A. Baratto" <gbaratto@superb.net>
2005-02-04 23:44:16 +00:00
Alexander Leidinger
3f8a1c61da Update to 2004c1.
Approved by:	maintainer
Tested by:	Manfred Antar <null@pozo.com>, Julien Gabel <jpeg@thilelli.net>
2005-02-04 18:50:50 +00:00
Oliver Lehmann
c0a3795857 VPOPMAILDIR?= ${LOCALBASE}/vpopmail
update to 0.53
new knobs: WITH_MAILUSER WITH_MAILGROUP WITHOUT_AUTHUSERDB

Submitted by:	"Gustavo A. Baratto" <gbaratto@superb.net>
2005-02-04 18:44:48 +00:00
Hajimu UMEMOTO
8bdf63acd5 add CONFLICTS against milter-greylist-devel. 2005-02-03 18:43:48 +00:00
Hajimu UMEMOTO
f3839975da New port milter-greylist-devel for development version of milter-greylist.
PR:		ports/76954
Submitted by:	Cyril Guibourg <aragorn+ports@teaser.fr>
2005-02-03 18:42:24 +00:00
Oliver Eikemeier
c7c86a6de3 - update SA-Exim to 4.2
- add support for Berkeley DB 4.3

Thanks to Sergey Matveychuk <sem@FreeBSD.org> for committing PR 76273.
2005-02-03 03:55:00 +00:00
Sergey Matveychuk
03c0f6a011 - Update to 1.121
PR:		ports/76956
Submitted by:	maintainer
2005-02-01 13:52:38 +00:00
Thierry Thomas
a675c10de9 Upgrade to 2.0-RC5. 2005-02-01 06:32:34 +00:00
Erwin Lansing
6b44bf8e92 Update to 1.2.1
PR:		76891
Submitted by:	maintainer
2005-01-31 15:31:11 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Kirill Ponomarev
5a6572a15d Fix build.
Reported by:	ceri
2005-01-30 22:12:09 +00:00
Kirill Ponomarev
e616f1bc78 Update to 2.1.11 2005-01-30 21:03:30 +00:00
Kirill Ponomarev
fdbce8f5d4 Set LATEST_LINK. 2005-01-30 17:16:20 +00:00
Sergey Matveychuk
9d9c62c276 - Update to 4.44
Mostly bugfix release

PR:		ports/76273
Submitted by:	self
Approved by:	eik (timeout: 2 weeks)
2005-01-30 15:27:36 +00:00
Alexander Leidinger
8c4a2c7ecf POLA: let the port behave as the previous version regarding the location
of the certification files.

Noticed by:	Manfred Antar <null@pozo.com>
Approved by:	maintainer (implicit)
2005-01-30 13:31:57 +00:00
Alexander Leidinger
d6d4d32c1d Add another run dependency.
Submitted by:	maintainer
2005-01-30 11:28:50 +00:00
Pav Lucistnik
5c495190af - Update to 0.3.0
PR:		ports/76826
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Approved by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-01-29 21:07:06 +00:00
Sergey Matveychuk
f100b8a0d6 - Update to 4.38.2
PR:		ports/76357
Submitted by:	maintainer
2005-01-29 19:21:32 +00:00
Pav Lucistnik
3896639549 - Update to 3.2.6
PR:		ports/76796
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
2005-01-29 17:34:37 +00:00
Pav Lucistnik
63834f1063 Small C program which is used to alter your mime-encoded mailpacks
- Insert disclaimers
- Insert arbitary X-headers
- Modify existing headers
- Remove attachments based on filename or content-type
- Replace attachments based on filename

PR:		ports/76661
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-01-29 16:41:18 +00:00
Alexander Leidinger
7c1b394d76 Update to 2004c1.
Approved by:	maintainer (blanked, as long as I don't break anything)
2005-01-29 12:03:24 +00:00