aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* This port is not broken, it does not compile due to the corrupted headerdelphij2008-07-301-2/+0
| | | | installed by gnutls, which is now fixed.
* - Fix the text in pkg-descr and pkg-message to be about mail/dovecot-managesievebeech2008-07-305-22/+30
| | | | | | | | | | | | | | and not the port it was copied from. - Fix PORTNAME so no version number is hardcoded and add DISTNAME to fetch the correct tarball. - Change the COMMENT to be more descriptive. Change RUN_DEPENDS to reference the installed ports and versions being depended on. - Fix CONFIGURE_ARGS to use ${MAKE} rather than hardcoding "make" and split to multiple lines for readability. PR: ports/126059 Submitted by: Yarema <yds@CoolRat.org> Approved by: portmgr, linimon (maintainer on vacation)
* - Add the missing ManageSieve support required to make the newbeech2008-07-302-0/+14
| | | | | | | | mail/dovecot-managesieve port functional. PR: ports/126054 Submitted by: Yarema <yds@CoolRat.org> Approved by: Robin Breathe <robin@isometry.net> (maintainer)
* - Fix builds with dependency portmiwi2008-07-291-1/+1
| | | | Reported by: pavbot
* previous changes in mail/dkim-milter rc script concerningache2008-07-292-4/+5
| | | | | | | milterdkim_socket break precmd/postcmd. PR: 126034 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
* Update to 1.19lioux2008-07-283-11/+10
|
* - Take maintainershipgarga2008-07-281-1/+1
|
* - Update to 2.7.0miwi2008-07-285-12/+15
| | | | | PR: 125933 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
* - Update to 1.1.1miwi2008-07-282-19/+8
| | | | | | | - Take over maintainership PR: 125942 Submitted by: Wen heping <wenheping@gmail.com>
* Update to 6.0.0arved2008-07-284-24/+23
| | | | | PR: 125649 Submitted by: Chess Griffin <chess@chessgriffin.com>
* Update to 0.2.7arved2008-07-284-78/+71
| | | | | PR: 125980 Submitted by: Spil <spil.oss@gmail.com>
* Reset sergei@ due to maintainer-timeouts and no response to email.linimon2008-07-2719-19/+19
| | | | Hat: portmgr
* - Respect NO_INSTALL_MANPAGESache2008-07-265-88/+22
| | | | | | | | | | | | | | | - repocopy [files/milter-greylist.sh -> files/milter-greylist.in, pkg-message -> files/pkg-message.in] itectu@: no more .sh - Bump PORTREVISION - Broken messages are not quoted - silence some portlint tab warnings - seperate NOPORTDOCS from NOPORTEXAMPLES - drop 5.x support - use SUB_FILES for pkg-message processing - make use of @dirrmtry in pkg-plist PR: 125653 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> (almost all)
* - Update maintainer mail addressmiwi2008-07-262-2/+2
| | | | | PR: 125786 Submitted by: Phillip N. <pneumann@gmail.com>
* Update to 2.0.0.16.mezz2008-07-269-114/+132
| | | | Security: http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.16
* Add gentoo mirrors to MASTER_SITESgarga2008-07-261-1/+3
|
* Remove RESTRICTED since all DJB code changed to public domain licensegarga2008-07-261-2/+0
|
* - Add gentoo mirrors to MASTER_SITESgarga2008-07-261-1/+3
|
* * Use gsed for muttalias module.obraun2008-07-261-1/+6
| | | | | | | * set maintainer to ports@. PR: ports/121436 Submitted by: Daniel Bye <dan@slightlystrange.org>
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-258-8/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-255-5/+3
| | | | MAKE_ENV
* - Update to 1.1.2beech2008-07-253-6/+12
| | | | | | PR: ports/125938 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: Robin Breathe <robin@isometry.net> (maintainer)
* - Utilize DISTVERSION and stop hardcoding version twicedanfe2008-07-253-18/+15
| | | | | | | | | - Canonicalize Makefile header - Utilize PLIST_FILES and PORTDOCS, kill pkg-plist - Beautify port description and COMMENT - Lower-case local var Approved by: maintainer
* Update my ports to my freebsd addresspgollucci2008-07-234-4/+4
| | | | Approved by: araujo (mentor)
* - Mark BROKEN: does not compile with gnutls-2.4.xpav2008-07-231-0/+2
|
* Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).flz2008-07-231-1/+1
| | | | Approved by: portmgr (self)
* Install required lib on seamonkey.ale2008-07-221-0/+11
| | | | | PR: ports/125832 Submitted by: Marcin Cieslak <saper@SYSTEM.PL>
* - Separate OpenLDAP related code into bsd.ldap.mkpav2008-07-221-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change default OpenLDAP version to 2.4 - Remove OpenLDAP 2.2 support, the port has been gone for some time now - Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports PR: ports/123602, ports/124115, ports/125605 Submitted by: delphij, Jens Rehsack <rehsack@web.de>, Yuri Pankov <yuri.pankov@gmail.com> - Remove USE_GTK, it's no longer used PR: ports/123528 Submitted by: mezz - Use PATCH_WRKSRC instead of WRKSRC in do-patch target PR: ports/124169 Submitted by: Max Brazhnikov <makc@issp.ac.ru> - Remove USE_XPM, it's been replaced by USE_XORG+=xpm PR: ports/124506 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Minor fixups for bsd.port.mk PR: ports/122675 Submitted by: linimon - Remove stale comment about USE_GETOPT_LONG PR: ports/124521 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Correct comment about default fetch arguments PR: ports/125334 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com>
* Avoid compile errors on recent FreeBSD.motoyuki2008-07-211-0/+57
|
* - Update to 2.6-20080629mnag2008-07-213-9/+18
| | | | | | | - Change default data_directory parameter to /var/db/postfix [1] PR: 125133 [1] Submitted by: Sahil Tandon <sahil__tandon.net> [1]
* - Update to 0.57miwi2008-07-212-7/+8
| | | | | | | - Update Maintainer mail adress PR: 125802 Submitted by: Ayumi M <ayu@commun.jp> (maintainer)
* Update to 2.4.124cjohans2008-07-202-1/+4
|
* Sieve language support by a plugin for the deliver LDAmiwi2008-07-196-0/+57
| | | | | | | | | | | * Mail filtering * Mail forwarding * Vacation auto-reply WWW: http://www.dovecot.org PR: ports/125460 Submitted by: Geoffroy Desvernay <dgeo at ec-marseille.fr>
* Changed my MAINTAINER address toglarkin2008-07-191-1/+1
| | | | | | glarkin@FreeBSD.org. Approved by: beech (mentor)
* - Respect NO_INSTALL_MANPAGESanray2008-07-193-24/+15
| | | | | | | | | | | - files/masqmail.sh -> files/masqmail.in itectu@: no more .sh dougb@: move load_config above variables checks - use PORTDOCS - Bump PORTREVISION PR: ports/125652 Submitted by: Philip M. Gollucci pgollucci at p6m7g8.com
* Update to 0.32wxs2008-07-182-6/+5
| | | | | | | | | Fix MASTER_SITE_BACKUP Drop dependency on security/p5-Digest-SHA1 PR: ports/125565 Submitted by: Olli Hauer <ohauer@gmx.de> Approved by: maintainer
* - Update to 1.255pav2008-07-173-15/+59
| | | | | | | - Use bundled Mail::IMAPClient instead of the one in ports which is too new PR: ports/125462 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
* - Add missing colon in startup scripttabthorpe2008-07-171-1/+1
| | | | | Pointyhat to: tabthorpe Submitted by: Terry Kennedy <terry tmk.com>
* - update to 1.0.PreAlpha27dinoex2008-07-162-5/+5
|
* - Update to 2.0.12tabthorpe2008-07-163-131/+80
| | | | Notified by: portscout
* - Allow localflags to pass to startup scripttabthorpe2008-07-162-2/+2
| | | | | | | - Bump PORTREVISION PR: ports/125538 Submitted by: Thomas Sandford <freebsduser paradisegreen.co.uk>
* update to 5.2.2oliver2008-07-162-5/+4
|
* - Fix build on 6.x (gcc 3.x)rafan2008-07-161-0/+5
| | | | Noticed by: pointyhat via pav
* - Fix paths in mail_perams.hbeech2008-07-155-30/+75
| | | | | | PR: ports/125133 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: Vivek Khera <vivek@khera.org> (maintainer)
* - Add missing patch from 125489. No idea why 'cvs update' does not showrafan2008-07-142-0/+16
| | | | | | a question mark for that file. Noticed by: maintainer
* - Update to 5.4rafan2008-07-148-188/+78
| | | | | | | | | - Add options for Yahoo! Mail and Windows Live Hotmail - Chase mail/evolution version - Pass maintainership to submitter PR: ports/125489 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
* Update to 2.2.0wxs2008-07-149-138/+160
| | | | | | | | | Remove old patches, add new patch. Update instructions in pkg-message. PR: ports/125083 Submitted by: terry@sucked-in.com Approved by: maintainer timeout
* Update to 1.31.5 (distver 1.315)lth2008-07-112-5/+5
|
* - Update mastersite.jmelo2008-07-091-2/+1
| | | | | PR: ports/124725 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
* From: "Rashid N. Achilov" <achilov-rn@askd.ru>edwin2008-07-092-2/+2
| | | | | | | To: edwin@freebsd.org Edwin, can you change for all my ports maintainer address from achilov-rn@askd.ru to citycat4@ngs.ru?
* - Unbreak on sparc64gahr2008-07-091-0/+20
| | | | | | PR: 124988 Submitted by: myself Approved by: maintainer timeout (14 days)
* - Builds on 7.x and uppav2008-07-081-4/+0
|
* - Update to 0.10.3miwi2008-07-086-75/+25
| | | | | | | | | Changelog: * GCC4 compatibility patches * Use of a temporary file to handle log rotation correctly. PR: 125256 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 2.0.2.lippe2008-07-073-5/+23
| | | | | | PR: ports/124694 Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer) Approved by: gabor (mentor, implicit)
* - Update to 5.427erwin2008-07-072-5/+5
| | | | - Pet portlint
* - Mark deprecatedbeech2008-07-061-0/+2
| | | | | PR: ports/125216 Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
* Update to 2.3.25.marcus2008-07-053-13/+17
|
* - Update to 1.03beech2008-07-042-5/+4
| | | | | | | | | | | | | | - Changelog * Rejected mail now are updated in totality (eg vrfy rejection IS a rejection). * Support for Policyd-weigth added by Bagolu * Fixed imprecises totals like in mailgraph * Fixed update of rrd_virus when nobody logs in (Bug and fix reported by Claudius Herder) * Added Bagolu's patches * Fix dovecot detection PR: ports/125142 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 1.1.5beech2008-07-042-5/+5
| | | | | | | | - Pass maintainership to Robin Breathe <robin@isometry.net> PR: ports/125114 Submitted by: Christoph <christop@physik.tu-berlin.de> Approved by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
* - - Update to 20080604beech2008-07-043-28/+5
| | | | | PR: ports/125211 Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer)
* - Update mail/dovecot-devel to 1.1.0 release.beech2008-07-034-45/+42
| | | | | | | | | | | - Release notes: http://dovecot.org/list/dovecot-news/2008-June/000079.html - Upgrade considerations: http://wiki.dovecot.org/Upgrading/1.1 - NB: following release of 1.1.1 (which should resolve upgrade issues relating to Maildir), this is likely to become mail/dovecot. PR: ports/124857 Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
* - Update to 1.5.4beech2008-07-035-21/+25
| | | | | | PR: ports/125145 Submitted by: Bartlomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl> Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* - Update to 2.04sem2008-07-023-12/+12
|
* Update to 1.6 release.ale2008-07-024-32/+40
|
* Update to 1.1.2erwin2008-07-022-4/+4
|
* - Use revised patch for CVE-2008-2711barner2008-07-022-11/+32
| | | | | | | - Bump port revision Security: http://fetchmail.berlios.de/fetchmail-SA-2008-01.txt Security: http://www.vuxml.org/freebsd/1e8e63c0-478a-11dd-a88d-000ea69a5213.html
* Update to 2.22.3.marcus2008-07-012-5/+4
|
* Update to 2.22.3.1.marcus2008-07-012-5/+4
|
* First all, ahze did most of work. Thanks ahze! Last week or so, I am justmezz2008-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merely pick up and help him. Thanks to many testers in both private and mailing list emails for report a few of build and dependencies problems. Also, thanks to marcus and Chess Griffin for test in their tinderboxes. x11/pixman: Update to 0.10.0 ------------------------------------------------------- Firefox 3 needs it. Orignal, the shared library was bumped and ahze has added a new feature in our USE_GNOME=ltverhack by can control the number of shared library. To control the number of shared library, add the ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your port, you need to make sure the ABI doesn't change to use it.. ------------------------------------------------------- graphics/cairo: Update to 1.6.4 ------------------------------------------------------- Firefox 3 needs it. We have updated most cairo binding ports too. ------------------------------------------------------- graphics/poppler: Update to 0.8.3 ------------------------------------------------------- The shared libraries version have been changed. All ports that depend on poppler have PORTREVISION bump. The graphics/py-poppler has been updated to 0.8.1 to work with newer poppler better. As for the poppler-qt, there is no shared library version change. ------------------------------------------------------- www/firefox3 and gecko ports related: Update to 3.0 final ------------------------------------------------------- The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it in backward compatibility, so the rest ports won't be break. We haven't add some other ports to have Firefox 3 support yet, so feel free to send us patch or commit it by yourself (to committers). However, view in bsd.gecko.mk for document. ------------------------------------------------------- Approved by: portmgr (marcus)
* Bump PORTREVISION due to subversion upgrade.lev2008-06-301-0/+1
|
* (1) Upgrade subversion to version 1.5.0.lev2008-06-301-1/+1
| | | | | | | | (2) Make binding ports to be real ports, which installs only bindings and depend on subversion. (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme. (4) Re-base subversion-freebsd to `devel/subversion'. (5) Fix all ports, which depends on subversion bindings.
* - Fix depend pathbeech2008-06-301-1/+1
|
* - Update to 1.1 (release)beech2008-06-306-124/+61
| | | | - Bump PORTEPOCH
* - Upadte to 4.2 (release)beech2008-06-306-72/+34
| | | | - Bump PORTEPOCH
* - Update to 1.2 (release)beech2008-06-308-44/+44
| | | | - Bump PORTEPOCH
* - fix plist with -DNOPORTDOCSitetcu2008-06-302-3/+3
| | | | | | - bump PORTREVISION Prompted by: QA Tindy run
* Doesn't fetch; WWW domain is "parked"itetcu2008-06-301-0/+2
| | | | Prompted by: QA Tindy run
* - fix plist with -DNOPORTDOCSitetcu2008-06-302-24/+24
| | | | | | - bump PORTREVISION Prompted by: QA Tindy run
* - fix typo and thus plist for -DNOPORTDOCSitetcu2008-06-301-2/+7
| | | | | | | - OPTIONify - bump PORTREVISION Prompted by: QA Tindy run
* - fix plsit with -DONOPORTSDOCSitetcu2008-06-302-20/+20
| | | | | | - bump PORTREVISION Submitted by: QA Tindy run
* - respect NOPORTEXAMPLES and fix plistitetcu2008-06-302-5/+6
| | | | | | | - use SF macro - bump PORTREVISION Prompted by: QA Tindy run
* - fix plist with -DNOPORTDOCSitetcu2008-06-302-4/+8
| | | | | | - bump PORTREVISION Prompted by: QA Tindy run
* Clarify the IGNORE message when mapi.h exists.marcus2008-06-301-1/+1
| | | | Requested by: netchild
* - Update to 2.2.1beech2008-06-296-14/+34
|
* - update to 2.004leeym2008-06-293-6/+5
|
* - Update to 0.5.0miwi2008-06-283-10/+17
| | | | Approved by: maintainer implicit
* - Update to 2.0miwi2008-06-283-20/+26
| | | | Approved by: maintainer implicit
* - Update to 0.7.6miwi2008-06-282-7/+6
| | | | Approved by: maintainer implicit
* - Update to 0.20miwi2008-06-283-22/+28
| | | | | | | | - Add support for WITHOUT_NLS knob [1] PR: 124108 [1] Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Approved by: maintainer implicit
* - Update to 0.17miwi2008-06-283-18/+24
| | | | | | | | - Add support for WITHOUT_NLS knob [1] PR: 124108 [1] Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Approved by: maintainer implict
* - Update to 0.19miwi2008-06-283-23/+28
| | | | | | | | - Add support for WITHOUT_NLS knob [1] PR: 124108 [1] Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Approved by: maintainer implicit (for update)
* - Update to 0.3.4miwi2008-06-283-16/+24
| | | | - Add support for WITHOUT_NLS knob
* - Update to 0.3miwi2008-06-282-8/+14
|
* - Add support for WITHOUT_NLS knob [1]miwi2008-06-284-35/+49
| | | | | | | - Bump PORTREVISION after claws-mail update PR: 124108 [1] Submitted by: Pawel Pekala <c0rn@o2.pl> (maintainer)
* - Bump PORTREVISION after claws-mail updatemiwi2008-06-285-20/+20
|
* This plugin adds archiving features to Claws Mail.miwi2008-06-285-0/+40
| | | | WWW: http://www.claws-mail.org/plugins.php
* - Update to 3.5.0miwi2008-06-286-103/+56
| | | | | | - Respect NOPORTDOCS Approved by: netchild (maintainer implicit)
* - Update to 1.1.1miwi2008-06-275-49/+112
| | | | | PR: 124856 Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
* - Fix plistanray2008-06-251-1/+2
| | | | Reported by: itetcu QA Tindy
* * update to 0.69skv2008-06-244-12/+6
| | | | * don't build profiled libs at all
* - Chase rrdtool 1.3.0 update, bump PORTREVISIONrafan2008-06-243-2/+3
| | | | | PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
* - new option WITHOUT_POPAUTH_M4dinoex2008-06-241-2/+2
| | | | Inpsired by: Kenneth Tom
* - Update to 6.1anray2008-06-247-109/+87
| | | | | PR: ports/124391 Submitted by: Hiroto Kagotani (maintainer)
* New port: p5-Net-SMTP-SSLwxs2008-06-235-0/+42
| | | | | | | | | | Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that. WWW: http://search.cpan.org/dist/Net-SMTP-SSL/
* - Update to 1.0okazaki2008-06-233-7/+7
| | | | | | | Thanks to Nejc koberne and Tony den Haan. PR: 124875 Submitted by: Denis Shaposhnikov (maintainer)
* - Mark BROKEN after recent kerberos importpav2008-06-233-0/+12
|
* - Add WITH_MUTT_DEBUG knob (as requested by the community).miwi2008-06-213-13/+15
| | | | | | | | | | - Update the sidebar patch. - Fix the text version of the manual. - Remove superfluous entries from distinfo. - Bump PORTREVISION PR: 124550 Submitted by: Udo Schweigert <ust@cert.siemens.de> (maintainer)
* - Update to 2.11.4miwi2008-06-212-4/+4
| | | | Approved by: maintainer implicit
* - Fix pkg-plist.lippe2008-06-211-3/+3
| | | | | | | | | - Bump PORTREVISION. PR: ports/124791 Reported by: pav via pointyhat Submitted by: "Luiz Souza" <loos.br@gmail.com> Approved by: gabor (mentor, implicit)
* AtMail is an open source webmail client written in PHP.miwi2008-06-206-0/+1702
| | | | | | | | | | | It aims to provide a elegant Ajax webmail client for existing IMAP mailservers, with less bloat and a focus on an intuitive, simple user interface. WWW: http://atmail.org/ PR: ports/124705 Submitted by: Wen heping <wenheping at gmail.com>
* - Fix fetchpav2008-06-201-2/+2
| | | | | | | - Take maintainership PR: ports/124654 Submitted by: Greg Larkin <glarkin@sourcehosting.net>
* - New port: ez-pine-gpggahr2008-06-205-0/+52
| | | | | ez-pine-gpg is a set of scripts that allows beginners and experts to use gpg with Pine.
* - Security fix: potential crash in -v -v verbose mode.barner2008-06-202-1/+32
| | | | | | | | | - Bump port revision PR: ports/124718 Submitted by: Matthias Andree <matthias.andree@gmx.de> Security: http://www.vuxml.org/freebsd/168190df-3e9a-11dd-87bc-000ea69a5213.html Security: CVE-2008-2711
* - Update to 1.4.15novel2008-06-203-17/+16
| | | | - Depend on security/ca_root_nss instead of expired security/ca-roots
* - Fix NOPORTDOCS case.lippe2008-06-201-3/+5
| | | | | | | | - Bump PORTREVISION. PR: ports/124728 Submitted by: Luiz Otavio O Souza <loos.br@gmail.com> (maintainer) Approved by: gabor (mentor, implicit)
* - Fix builtin fortune plugin for FreeBSDtabthorpe2008-06-201-1/+4
| | | | | | - Bump PORTREVISION PR: ports/124630
* - Fix fetchpav2008-06-201-1/+1
| | | | Submitted by: Rashid N. Achilov <citycat4@land.ru> (maintainer)
* Make metamail compile after the sgtty removal.ed2008-06-192-1/+28
| | | | | | | | | The metamail port was patched to use termios a long time ago. Unforunately, the patch left some calls to stty() and gtty(). Change these calls to tcgetattr() and tcsetattr(). PR: 124462 Approved by: philip (mentor)
* - Fix typo on startup script.lippe2008-06-191-1/+1
| | | | | | PR: ports/124510 Submitted by: Junichi Matsuyama <QVB00057@nifty.com> Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks)
* update to 2.5.0oliver2008-06-194-10/+8
|
* - Pass maintainership to submitter.lippe2008-06-181-1/+1
| | | | | Submitted by: Ashish Shukla <wahjava@gmail.com> Approved by: gabor (mentor, implicit)
* - use DOCSDIRitetcu2008-06-183-23/+29
| | | | | | | | - respect NOPORTDOCS - bump PORTREVISION Submitted by: QA Rindy run Approved by: maintainer
* - Update to 2.6.0.lippe2008-06-176-27/+31
| | | | | | | | - Added note on UPDATING to upgrade dkim-milter. PR: ports/124486 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Approved by: gabor (mentor, implicit)
* - Remove .sh from startup script names in activation.txttabthorpe2008-06-172-3/+3
| | | | | | | - Bump PORTREVISION PR: ports/124617 Submitted by: Paul J Murphy <paul inetstat.net>
* Update to 1.0.14wxs2008-06-172-5/+4
| | | | | | PR: ports/124482 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Reviewed by: Robin Breathe <robin@isometry.net> (maintainer)
* - Update to 2.2.10tdb2008-06-172-5/+4
|
* make package would fail when /usr/X11R6 not present (guess)erwin2008-06-161-1/+1
| | | | | | | | Testing for /usr/X11R6 is unnecessary because this part is only done if WITHOUT_X11 is undefined PR: 124356 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> <maintainer>
* Maintaniance update: SpamAssassin 3.2.4 to 3.2.5 releaseedwin2008-06-155-11/+16
| | | | | PR: ports/124577 Submitted by: Michael Scheidell <scheidell@secnap.net>
* fix NOPORTDOCS installationoliver2008-06-121-1/+1
| | | | Noted by: itetcu
* - Mark BROKEN: does not link with aspellpav2008-06-121-0/+2
| | | | Reported by: pointyhat
* - Set NOT_FOR_ARCHS for amd64 and sparc64.gahr2008-06-111-0/+3
| | | | The port assumes sizeof(void*) == sizeof(int)
* - Unbreak - fix build with GCC 4.2gahr2008-06-113-9/+3
|
* Update to 1.1.0-dev-r1373skv2008-06-115-40/+135
|
* - Update to 2.6-20080606mnag2008-06-102-4/+4
|
* - Update to 1.2tabthorpe2008-06-094-71/+28
| | | | | | | | - Utilise bsd.squirrelmail.mk PR: ports/124268 Submitted by: self Approved by: Gerrit Beine (maintainer)
* - Mark as DEPRECATED, schedule for removalrafan2008-06-091-0/+3
| | | | | PR: ports/124397 Submitted by: Josh Paetzel <josh at tcbug.org> (maintainer)
* - Pass maintainership to skv@ since i'm no longer use this portaz2008-06-091-1/+1
|
* - update to 1.0.0dinoex2008-06-085-48/+11
| | | | | | - new option WITH_NH_MFROM PR: 124380 Submitted by: Hirohisa Yamaguchi
* Update to 1.24skv2008-06-072-4/+4
| | | | | | PR: ports/124368 Submitted by: leeym Changes: http://search.cpan.org/src/MARKOV/MIME-Types-1.24/ChangeLog
* fix compilation error caused by gtkspell-2.0.13oliver2008-06-072-4/+8
|
* Fix PORTREVISION on ports which have PORTVERSION?= set.edwin2008-06-071-1/+1
| | | | | | | Noticed by Max Brazhnikov <makc@issp.ac.ru> Part of the great devel/gettext portrevision bump. Approved by: portmgr (pav)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06167-90/+167
| | | | | | | | | | 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)
* Dbmail is the name of a group of programs that enable the possibility of ↵lippe2008-06-0613-0/+408
| | | | | | | | | | storing and retrieving mail messages from a database (currently MySQL, PostgreSQL or SQLite). WWW: http://www.dbmail.org/ PR: ports/121908 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Approved by: gabor (mentor)
* Update to 3.08mat2008-06-043-6/+4
|
* - Cleanup compile warning (implicit exit(3); needs stdlib.h)koitsu2008-06-042-1/+13
| | | | | | - Fix plist errors when NOPORTDOCS is used Reported by: itetcu
* Accidental removal of bsd.port.pre.mk include. Restoring...koitsu2008-06-041-0/+2
|
* Cleanup for 5.x.koitsu2008-06-041-3/+0
|
* - Change config check, otherwise there is leftovers in pluginstabthorpe2008-06-031-2/+2
| | | | Notified by: ionbot
* - Update to 1.4tabthorpe2008-06-032-62/+5
| | | | | | - Use bsd.squirrelmail.mk framework Notified by: portscout via miwibot
* - Update to 1.4.15tabthorpe2008-06-034-9/+341
| | | | | | | | | | | - Assume maintainership - Add bsd.squirrelmail.mk, a common include framework for plugins - Thanks to Simon for his maintainership - Thanks to jadawin@, miwi@, itetcu@ and Neil Darlow for testing and feedback on bsd.squirrelmail.mk PR: ports/124027 Submitted by: Simon Dick <simond irrelevant.org>
* - Fix bug 'can not replay with quote' (bugid 1587)miwi2008-06-033-0/+61
| | | | | | | | - Bump PORTREVISION PR: 124221 Reported by: David <r3nd1n@gmail.com> Approved by: netchild implicit
* - cleanup FreeBSD 5.xdinoex2008-06-021-7/+0
|
* - use PORTEXAMPLESdinoex2008-05-314-8/+12
|
* Update to 3.1.8 - Fix open relay vulnerability.wxs2008-05-272-4/+4
| | | | | | PR: ports/124013 Submitted by: Peter Kieser <peter@kieser.ca> (maintainer) Approved by: garga (mentor, implicit)
* Update to v1.0.1.matusita2008-05-273-48/+5
| | | | | | The manual is no longer bundled with the POPFile distribution. Use http://getpopfile.org/docs/ instead (you may find a link to this page at the bottom of POPFile Control Center page).
* Update to 2.22.2.mezz2008-05-272-5/+4
|
* Update to 2.22.2.mezz2008-05-273-7/+6
|
* - As we have ncurses 5.6 in the base, make devel/ncurses optional for newerrafan2008-05-231-2/+6
| | | | | | | system. - Bump PORTREVISION Approved by: Meyer Wolfsheim <wolf at priori.net> (maintainer)
* - Update to 1.5.18miwi2008-05-229-84/+59
| | | | | PR: 123824 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* Fix the hardcore paths, bump the PORTREVISION.mezz2008-05-221-1/+4
| | | | Reported by: Jürgen Galonska <caligula@primamail.de>
* - New port: mail/postfix-postfwd A postfix firewall policy daemonbeech2008-05-216-0/+137
| | | | | | | | | | | | The program uses the postfix policy delegation protocol to control access to the mail system before a message has been accepted (please visit http://www.postfix.org/SMTPD_POLICY_README.html for more information). It allows you to choose an action (e.g. reject, dunno) for a combination of several smtp parameters (like sender and recipient address, size or the client's TLS fingerprint). PR: ports/123544 Submitted by: Sahil Tandon <sahil at tandon.net>
* - Use pgrep to get qmail-send pid and prevent some problems when pid has lessgarga2008-05-212-3/+4
| | | | | | | | than 5 digits - Bump PORTREVISION PR: ports/123724 Submitted by: mitsuru@riken.jp
* - Update htdig patch to 2.1.10.jmelo2008-05-192-2/+8
| | | | | PR: ports/123802 Submitted by: Martin Matuska <mm@FreeBSD.org>
* - Include some ports in perl5 category.araujo2008-05-192-2/+2
| | | | | | | PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
* - Fix build with WITH_POSTFIX_MILTER option being enabledmiwi2008-05-181-1/+2
| | | | | | PR: 123738 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Approved by: maintainer
* Vchkuser is a helper program so qmail-smtpd can accept only true users (or ↵lippe2008-05-174-0/+43
| | | | | | | | | | alias) from vpopmail database. WWW: http://sourceforge.net/projects/vchkuser PR: ports/119939 Submitted by: Luiz Otavio O Souza <loos.br@gmail.com> Approved by: araujo (mentor)
* - Fix mysqli_real_escape_string syntaxrafan2008-05-172-1/+17
| | | | | | | | - Bump PORTREVISION PR: ports/122735 Submitted by: Skalozubov Ilia <root at skinc.su> Approved by: maintainer timeout (1 month)
* - update to 1.0.PreAlpha26.0dinoex2008-05-172-5/+5
|
* Fix the plist, bump the PORTREVISION.mezz2008-05-172-0/+59
| | | | Reported by: pointyhat via pav
* - Update to 1.252miwi2008-05-162-4/+4
| | | | | PR: 123687 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
* Update to 2.22.1.2.mezz2008-05-152-6/+5
|
* Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing inflz2008-05-131-1/+1
| | | | | | all xorg-libraries, there's no need to bump PORTREVISION for now. Approved by: portmgr (self)
* - Update MASTER_SITES.lippe2008-05-121-1/+1
| | | | | | PR: ports/121884 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
* Update to 2.0.10.stefan2008-05-123-7/+4
| | | | (Changelog: http://lists.hellug.gr/pipermail/imapfilter-devel/2008/000602.html)
* Update to 2.4 124bjohans2008-05-102-1/+4
|
* - Update to 1.2.2.chinsan2008-05-102-4/+4
| | | | | | PR: ports/123514 Submitted by: Wen Heping <wenheping at gmail.com> Approved by: maintainer
* Do not use USE_GNOME=yes, use the current way (ie: USE_GNOME=foo). Themezz2008-05-091-4/+1
| | | | USE_GNOME=yes has been deprecated for five years.
* GetLive is a perl script that fetches mail from your Hotmailitetcu2008-05-076-0/+117
| | | | | | | | | | Live account. The mail is then presented to any filter (typically procmail) for further processing or dropping in a local mailbox. WWW: http://sourceforge.net/projects/getlive PR: ports/122979 Submitted by: ayunyan
* - update to 1.1.7 [1]itetcu2008-05-072-7/+6
| | | | | | | - use SF macro [2] PR: ports/123420 [1] Submitted by: maintainer [1], itetcu@ (me) [2]
* Junk Mail Buffering Agent is a tool for preventing delivery of email until theitetcu2008-05-064-0/+39
| | | | | | | | | | | | | | | | sender has confirmed their address. It can be used in conjunction with a spam filter to prevent delivery of spammy-looking email unless the sender is confirmed as valid. jmba is designed to be used in conjunction with a spam filter such as QSF and the mail processor procmail. When the spam filter says it thinks an email is spam, it can be passed to jmba. jmba will queue it and send an email to the sender containing a key; if the sender replies, the original email is "unfrozen" from the queue and delivered. WWW: http://www.ivarch.com/programs/jmba.shtml PR: ports/122962 Submitted by: Romain Tartiere <romain at blogreen.org>
* Update to 1.1 rc 5.delphij2008-05-052-5/+4
| | | | Approved by: maintainer
* Mark as conflict with future dovecot versions.delphij2008-05-051-0/+2
| | | | Approved by: maintainer
* - fix rc.d script and bump PORTREVISIONitetcu2008-05-052-3/+4
| | | | | | | | - small portlint PR: ports/123411 Submitted by: Sahil Tandon Approved by: maintainer
* - Update to 0.5tabthorpe2008-05-053-6/+7
| | | | | PR: ports/123294 Submitted by: Gerrit Beine <gerrit.beine gmx.de> (maintainer)
* - update to 8.14.3dinoex2008-05-0410-232/+230
| | | | - split patch into seperate files
* Hook dovecot-devel to builddelphij2008-05-041-0/+1
|
* Apply changes for dovecot 1.1 series. This is version 1.1rc4.delphij2008-05-044-50/+104
| | | | | Discussed with: Adam McDougall <mcdouga9 at egr msu edu> Robin Breathe <robin at isometry net>
* If WITHOUT_MUTT_IDN is set, ignore any libidn.so that may be found.obrien2008-05-041-1/+1
| | | | Approved by: Udo.Schweigert@siemens.com
* Work around for clamav 0.93 related build issues by disabling related parts thatdelphij2008-05-034-7/+189
| | | | | | | is no longer available in newer clamav versions. PR: ports/123350 Approved by: maintainer
* Update to 1.4.14.novel2008-05-032-5/+4
|
* Update to 2.22.1.1.marcus2008-05-035-68/+8
|
* Update to 2.0.0.14.delphij2008-05-036-15/+12
| | | | Approved by: maintainer (marcus/mezz at -gnome@)
* - Update to 2.0.0.14sat2008-05-028-340/+340
|
* Update to 0.16.tobez2008-05-022-4/+4
| | | | Changes: http://search.cpan.org/dist/Parse-Syslog-Mail/Changes
* Update to 1.2.3edwin2008-04-302-5/+4
|
* Update to 0.7.8edwin2008-04-302-4/+4
|
* Assign to new volunteer, by request.linimon2008-04-302-2/+2
|
* Update to 3.07mat2008-04-293-4/+7
|
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-292-2/+2
|
* Reset jylefort's port maintainerships. portmgr has taken his commit bitlinimon2008-04-291-1/+1
| | | | into safekeeping due to inactivity.
* Add WITH_CURL optionache2008-04-291-0/+4
| | | | | PR: 123180 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org>
* Fix OPTIONS handling.ale2008-04-281-1/+3
|
* Fix spamd integration with vpopmail virtual users.ale2008-04-282-2/+13
| | | | Approved by: maintainer
* - Fix pkg-plist breakageale2008-04-282-12/+10
| | | | | | | - Minor port enhancements - Bump PORTREVISION Approved by: farrokhi (maintainer, implicit via miwi)
* - Update to 0.31miwi2008-04-282-5/+6
| | | | | | PR: 123075 Submitted by: Michael Scheidll <scheidell@secnap.net> Approved by: maintainer
* Update to 2.5.0 beta 3.nork2008-04-282-4/+4
|
* - Update to 3.3.0miwi2008-04-273-25/+20
| | | | | PR: 123085 Submitted by: Ports Fury
* - Update to 0.1.1miwi2008-04-274-27/+90
| | | | Approved by: Babak Farrokhi (maintainer via privat mail)
* - Update to 2.5.5miwi2008-04-263-6/+6
| | | | | PR: 123098 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
* - Update to 1.5miwi2008-04-263-10/+10
| | | | | PR: 123086 Submitted by: Ports Fury
* The tarball was rerolled with actual fix for imapd.conf parsingume2008-04-264-8/+8
| | | | problem.
* Upgrade to 4.0ache2008-04-263-8/+15
|
* extmail authors rerolled the tarball for the following reasons:delphij2008-04-262-3/+4
| | | | | | | | | | | | | | * Fix purge mail js and code bugs. * Correct address book updates. * Correct JavaScript bug in adding filtering rules. Bump PORTREVISION because of this change has altered the contents that would be installed. For previous 1.0.4 users, this update should be considered as an mandatory update. PR: ports/123040 Submitted by: maintainer Verified by: delphij
* - Update to 114miwi2008-04-262-5/+5
| | | | | PR: 122304 Submitted by: Corey Halpin <chalpin+d+1207418886.2e431b@cs.wisc.edu>
* - Fix typo in pkg-message.intabthorpe2008-04-252-1/+2
| | | | | | | - Bump PORTREVISION PR: ports/123048 Submitted by: Bogdan <bc default.co.yu>
* Distfile re-rolled.wxs2008-04-252-3/+4
| | | | | | | | | | Bump PORTREVISION just in case. Details at: http://www.freebsd.org/cgi/query-pr.cgi?pr=123041 PR: ports/123041 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Approved by: garga (mentor, implicit)
* Update to 2.3.12p2.ume2008-04-254-8/+8
| | | | | The memory corruption problem was not fixed in 2.3.12p1, actually. It should be fixed now.
* Update to 2.3.12p1.ume2008-04-244-8/+8
| | | | | | The only change from 2.3.12 is a patch to fix a memory corruption in the imapd.conf parsing code which could cause segfaults on certain platforms.
* Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set,ume2008-04-242-0/+12
| | | | | | | | | | | this will need to be set to skiplist else messages such as the following will result: "Fatal error: cyrusdb backend berkeley-nosync not supported" This patch just makes it a bit easier to find. PR: ports/122995 Submitted by: scf
* - Update to 2.1.10.jmelo2008-04-245-122/+188
|
* - Pass CC via MAKE_ENV to fix the case when users do something like thisrafan2008-04-241-0/+1
| | | | | | | | | | | | .if ${.CURDIR:M/usr/ports/*} && !${.CURDIR:M*/work/*} CC= gcc .endif in /etc/make.conf (this port uses CC to build WRKSRC/spamc). PR: ports/122940 Submitted by: Frank Fenor <frank at fenor.de> Approved by: maintainer
* - Fix buildmiwi2008-04-241-1/+2
| | | | Submitted by: pointyhat
* Update to 0.2.4 and remove pkg-message.wxs2008-04-244-13/+23
| | | | | | PR: ports/122322 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Approved by: garga (mentor)
* - update to 2.3.1nemoliu2008-04-233-132/+93
| | | | Approved by: delphij (mentor,implicit)
* Mask FP_X_DNML not only on i386, but also on amd64. Bump the PORTREVISION.mezz2008-04-232-2/+2
| | | | Obtained from: delphij's committed on thunderbird.
* - Update to 1.250jadawin2008-04-232-4/+4
| | | | | | PR: ports/122976 Submitted by: Jim Riggs <ports@christianserving.org> Approved by: tabthorpe (mentor)
* - Tarball re-roll, author made documentation changestabthorpe2008-04-222-3/+4
| | | | | | - Bump PORTREVISION Reported by: pointyhat via pavmail
* - Remove ntpdate from rc.d REQUIREehaupt2008-04-224-4/+4
| | | | | | | - Bump PORTREVISION Discussed with: simon, koitsu Approved by: Robin Breathe <robin@isometry.net> (maintainer)
* Use gcc 3.4 to build enigmail for thunderbird on amd64 (and FreeBSD >= 7).ale2008-04-221-1/+7
| | | | | | | This should fix the enigmail crash. PR: ports/117285 Submitted by: delphij
* Mask FP_X_DNML not only on i386, but also on amd64. This fixes mysteriousdelphij2008-04-226-18/+18
| | | | | | | | | crashes of thunderbird with SIGFPE, one of symptom of it is that this prevents enigmail-thunderbird from being able to be used on recent FreeBSD versions with thunderbird. PR: ports/122975 Approved by: maintainer (marcus as gnome@)
* Update to 2.3.12.ume2008-04-214-8/+8
|
* - Fix build after xorg cleanupmiwi2008-04-211-1/+2
| | | | Submitted by: pointyhat
* - Update to 1.102miwi2008-04-203-11/+16
| | | | Approved by: maintainer implicit
* - Update to 0.2.3miwi2008-04-202-7/+6
|
* - Update to 0.3.3miwi2008-04-202-7/+6
|
* - Update to 0.19miwi2008-04-202-6/+6
| | | | Approved by: maintainer implicit
* - Update to 0.7.5miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Bump PORTREVISION after claws-mail updatemiwi2008-04-202-4/+5
|
* - Update to 0.9.1miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Update to 1.0.8miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Update to 0.2.12miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Update to 0.10.7miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Update to 0.4.23miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Update to 0.0.12miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Update to 1.14.1miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Update to 0.18miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Update to 0.16miwi2008-04-202-8/+8
| | | | Approved by: maintainer implicit
* - Update to 0.9.13miwi2008-04-202-7/+6
| | | | Approved by: maintainer implicit
* - Update to 3.4.0miwi2008-04-202-5/+4
| | | | Approved by: netchild (implicit)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2060-128/+101
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)