aboutsummaryrefslogtreecommitdiffstats
path: root/mail/courier/files
Commit message (Collapse)AuthorAgeFilesLines
* Make it also buildable without SSLv3 support.jkim2015-03-241-3/+6
| | | | PR: 198399
* Fix build on head with the base OpenSSL. SSLv2 is no longer available.jkim2015-03-241-0/+15
|
* - Convert to USES=libtooltijl2014-09-094-13/+32
| | | | | | | | - Avoid USE_AUTOTOOLS - Fix build with clang - Add missing -lcourierauth [1] Reported by: antoine [1]
* mail/courier: Unbreak F10+, add stage support and remove interactivitymarino2014-07-032-103/+66
| | | | | | PR: 190209 Submitted by: maintainer (Milan Obuch) Verified by: Redports 8x pass
* Fix build with modern compilersgarga2014-05-151-0/+10
| | | | Approved by: portmgr (blanket)
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-061-0/+0
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* Remove a comment that is spurious now that local rc.d files are includeddougb2012-08-061-4/+0
| | | | in the base rcorder
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Update to 0.65.3jlaffaye2011-07-203-19/+10
| | | | | PR: ports/158669 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Remove file that was not deleted in previous commit.wxs2010-03-131-11/+0
| | | | | PR: ports/143974 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer)
* - Update to 0.63.0wxs2010-03-1315-50/+229
| | | | | PR: ports/143974 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer)
* - Add missing optional patchesrafan2009-08-094-0/+223
| | | | | PR: ports/137582 Submitted by: Milan Obuch <bsd at dino.sk> (maintainer)
* - Update to 0.62rafan2009-08-083-4/+8
| | | | | PR: ports/137112 Submitted by: Milan Obuch <bsd at dino.sk> (maintainer)
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-4/+0
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - Update to 0.61.1amdmi32009-03-082-0/+77
| | | | | PR: 132228 Submitted by: Milan Obuch <bsd at dino dot sk> (maintainer)
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-14/+0
|
* - Remove obsolete patchesamdmi32008-12-303-56/+0
| | | | | PR: 130035 Submitted by: Milan Obuch <bsd at dino dot sk>
* - Update to 0.60.0.stefan2008-12-193-9/+39
| | | | | | | | | | - Add RUN_DEPENDS on security/ca_root_nss. - Remove scripts/c_rehash. - Sort CONFLICTS alphabetically and add couriermlm-0.*. PR: 126228 Submitted by: Yarema <yds@CoolRat.org> Approved by: maintainer timeout (2 months)
* - Update to 0.54.0miwi2007-01-013-0/+37
| | | | | PR: 107375 Submitted by: Milan Obuch<bsd@dino.sk> (maintainer)
* - Update to 0.53.3gabor2006-12-1310-24/+56
| | | | | | | | | | | - Patch for function name collision (fam support) - Remove deprecated USE_RCORDER - Pass maintainership to submitter - portlint(1) PR: ports/105573 Submitted by: Milan Obuch<bsd@dino.sk> Approved by: erwin (mentor), maintainer timeout
* - Update to 0.53.2 and fix vulnerability -- CVE-2006-2659garga2006-06-301-0/+24
| | | | | | | PR: ports/98878 Submitted by: Milan Obuch <bsd@dino.sk> Approved by: maintainer timeout (17 days) Security: CVE-2006-2659
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Add plist entries to create empty directories.lawrance2006-02-142-0/+34
| | | | | | | | Add 'sharedindexupdate' srcipt. Use 'exec' in shell scripts. PR: ports/93269 Submitted by: Yarema <yds@CoolRat.org> (maintainer)
* - Update to 0.50.1 and unbreakpav2005-07-1710-66/+357
| | | | | PR: ports/83548 Submitted by: Yarema <yds@CoolRat.org> (maintainer)
* - Update to 0.45.3pav2004-04-041-12/+0
| | | | | | | | | - Remove FORBIDDEN - Convert to OPTIONS - Hand maintainership to submitter PR: ports/65093 Submitted by: Yarema <yds@CoolRat.org>
* - Update to 0.44.2sergei2004-01-154-72/+130
| | | | | | | | | | | | | | | | | | | | | | | - Fix LDAP support build problems - CONFLICTS has been expanded - WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT - WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system and NOUUCP is no longer a /etc/make.conf tunable for buildworld - WITH_EXPECT not being set now adds --disable-changepass which causes the suid authdaemon.passwd to not be installed. - devel/fam dependency is now non-optional since the port will use the library if it finds it regardless of one's intention to use it or not. For instance if libfam is installed and one doe not want it used by courier but chosses the WITH_LDAP support than libfam will get sucked in as well. Then the user deletes fam and courier breaks because the user had no idea courier depended on it. So until courier gets a configure --without-fam tunable this should be a mandatory dependency. - and last but not least etc/rc.d/courier.sh startup script has been rewritten to work with rc.subr which allows one to move it to /etc/rc.d/courier and have it just work. :) PR: 61112 Submitted by: Yarema <yds@CoolRat.org>
* - update courier to 0.42.2oliver2003-08-102-0/+92
| | | | | | | | | - fix BROKEN - reset MAINTAINER to ports. Original maintainer doesn't respond to mails over a long time period PR: ports/55427 Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
* Update to version 0.39.3kevlo2002-08-211-11/+0
| | | | | PR: 41832 Submitted by: MAINTAINER
* Update to version 0.39.1kevlo2002-07-081-0/+11
| | | | | PR: 40319 Submitted by: MAINTAINER
* upgrade to 0.38.2ijliao2002-06-092-0/+35
| | | | | | | fix deinstall problem PR: 39003 Submitted by: maintainer
* Update to 0.37.2.20020125pat2002-01-303-311/+36
| | | | | PR: 34398 Submitted by: maintainer
* Update courier to 0.37.2; fix security bugs, update MIME handling, adddwhite2002-01-222-25/+26
| | | | | | knob for NOUUCP. PR: 34145
* Add courier 0.37.0, courier SMTP IMAP POP3 HTTP mail server suite.dwhite2002-01-154-0/+575
PR: 31473 Submitted by: Yarema <yds@CoolRat.org>