aboutsummaryrefslogtreecommitdiffstats
path: root/mail/openwebmail/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-6/+0
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* - hackily fix custom LOCALBASE/PREFIXpgollucci2009-06-191-0/+2
| | | | Reported by: QATty
* - update to 2.53leeym2008-01-271-2/+4
|
* - drop maintainershipleeym2007-08-151-1/+1
|
* - create directory for addressbook [1]leeym2007-02-021-5/+3
| | | | | | | - bump PORTREVISION [1] - remove slave-port related settings Submitted by: [1] jr at opal.com
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1
|
* - fix cross-site scripting (XSS) vulnerability in openwebmail-read.plleeym2006-09-281-1/+1
| | | | | | | - bump PORTREVISION Submitted by: rafan Security: CVE-2006-3233
* - add patch for missing requireleeym2006-05-121-0/+1
| | | | | PR: 97171 Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
* - update to 2.52leeym2006-05-031-3/+3
|
* UNBREAK: Fix pkg-plistgarga2006-02-261-2/+2
| | | | Approved by: portmgr (krion)
* BROKEN: Incomplete pkg-plistkris2006-02-201-0/+2
|
* - fix wget dependencyleeym2005-06-181-1/+1
| | | | | PR: 82361 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* - disable SpeedyCGI support by default. It needs suidperl and will cause someleeym2005-06-101-1/+1
| | | | | | problem in package build framework. Noticed by: kris
* - remove p5-CGI-SpeedyCGI from BUILD_DEPENDSleeym2005-05-211-1/+0
|
* - keep public addressbook and calendar if they are modifiedleeym2005-05-131-0/+5
| | | | Noticed by: tim@dnes.mlc.edu.tw
* - do initialization tasks in pkg-install insteadleeym2005-05-121-1/+0
|
* - update to openwebmail-2.51(-20050228)leeym2005-03-011-3/+17
| | | | Noticed by: tung, the author of openwebmail
* - update openwebmail-devel to 2.50.20050210leeym2005-02-121-1/+1
| | | | - correct/relocate CONFLICTS and DISTNAME
* - update for slave port, mail/opemwebmail-develleeym2005-01-111-2/+4
| | | | Noticed by: Jin-Shan Tseng <tjs.at.cdpa.nsysu.edu.tw>
* - update to openwebmail-2.50leeym2005-01-081-4/+7
|
* WITH_SPEEDYCGI needs suidperl enabled under perl 5.8.4 or above,leeym2004-10-131-6/+15
| | | | so, disable it first, and enable it again if perl exists and enabled suidperl
* - upgrade to openwebmail-2.41leeym2004-10-131-4/+19
| | | | - disable SpeedyCGI support automatically when PERL isn't suid-enabled.
* update to openwebmail-2.40leeym2004-08-181-68/+70
|
* minor fixesleeym2004-08-131-3/+3
| | | | | - add --quiet argument for CPIO - remove the arguments of speedy_suidperl
* OpenWebmail needs to depend on the new name of SpeedyCGI.leeym2004-08-121-3/+5
| | | | Submitted by: Lars Thegler <lars@thegler.dk>
* update MASTER_SITES and EXTRACT_SUFX for new mirror distribution.leeym2004-07-211-3/+3
| | | | Noticed by: Mike Fahey <mfahey@enter.net>
* fix message about suid perlleeym2004-06-031-1/+1
| | | | Noticed by: openwebmail@turtle.ee.ncku.edu.tw
* update to openwebmail-2.32leeym2004-05-261-1/+2
|
* remove redundant dependencies under perl-5.8.2leeym2004-02-101-5/+8
| | | | | PR: 62552 (based on) Submitted by: Vladimir Kushnir <vkushnir@Alfacom.net>
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+4
|
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-2/+4
|
* update to openwebmail-2.30leeym2004-01-031-9/+20
|
* Don't check if perl5 is suid-enabled, just warn the users.leeym2003-11-121-8/+10
| | | | Noticed by: kris@ and tobez@
* update to 2.21leeym2003-11-121-3/+8
|
* disable speedycgi when using perl-5.8.1 temporarily.leeym2003-11-031-0/+5
| | | | | PR: 58758 Submitted by: Yuan-Chung Hsiao <ychsiao@linux.stu.edu.tw>
* Don't override config file during installation.leeym2003-10-201-3/+4
| | | | Submitted by: Rong-en Fan <rafan@infor.org>
* update to openwebmail 2.20leeym2003-10-151-4/+4
| | | | | PR: 58017 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* generate PLIST in pre-install phase.leeym2003-06-301-6/+16
| | | | Requested by: Sergey Matveychuk <sem@ciam.ru>
* correct the typo about Zlib support.leeym2003-06-201-1/+1
|
* - add optional supports for Zlib and Quotaleeym2003-06-191-1/+24
| | | | - cleanup Makefile
* update to openwebmail-2.10leeym2003-06-171-1/+1
|
* unbreak openwebmail.leeym2003-06-011-4/+0
| | | | segfault problem was caused by SpeedyCGI, and was fixed in ports/52522
* BROKEN on 5.1: Segfault during installkris2003-05-181-1/+7
|
* update to openwebmail-2.01leeym2003-04-261-12/+16
| | | | | - the master download site is relocated to openwebmail.com - the SpeedyCGI support are enabled by default
* use cpio(1) instead of tar(1), avoid owner's problem when the port is builtleeym2003-04-071-5/+3
| | | | | | and installed by different user. Submitted by: David Magda <dmagda@magda.ca>
* unbreak openwebmail when it's installed in fresh-built environment.leeym2003-04-061-2/+9
| | | | | | | use "tar cf" and "tar xf" instead of "cp -R". generate real PLIST in do-install phase. Noticed by: kris and bento
* add trailing slash in path to help the users who forget to remove previouslyleeym2003-03-311-2/+2
| | | | | | | installed files and directories. PR: 50445 Submitted by: Alex Chen <dhchen@elearning.nsysu.edu.tw>
* update to openwebmail-2.00, and add some optional supports.leeym2003-03-301-23/+65
|
* Clear moonlight beckons.ade2003-03-071-0/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* update to openwebmail-1.90leeym2003-02-131-5/+4
|
* 1. disable sending report and unforbid openwebmailleeym2002-12-211-3/+2
| | | | | | | | | 2. add security patch 3. clear pkg-plist Submitted by: 2. http://openwebmail.org/openwebmail/download/cert/advisories/SA-02:01.txt Reviewed by: portmgr, tung@turtle.ee.ncku.edu.tw (author) Approved by: 1. Steve Price (portmgr)
* Mark FORBIDDEN: this port tries to send email containing the contentskris2002-12-181-0/+2
| | | | of the system environment at install-time
* The author packed the distfile again, so I have to update Makefileleeym2002-11-281-0/+1
| | | | | | and distinfo correspondingly. Approved by: kris
* upgrade to openwebmail-1.80, fix a serious bug under perl-5.8 which willleeym2002-11-281-2/+1
| | | | | | | cause users lost all their mail. Reviewed by: portmgr Approved by: kris (portmgr)
* fix 2 omissions in my previous commit.leeym2002-11-241-0/+5
| | | | | | | | 1. add Text-Iconv into RUN_DEPENDS 2. replace suidperl with perl Noticed by: Vitor de Matos Carvalho <vitor@softinfo.com.br> Markus Wennrich <nick@schoko.org>
* upgrade to openwebmail-1.80leeym2002-11-241-5/+5
| | | | | Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
* Update to version 1.71leeym2002-08-271-2/+1
| | | | | Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
* change my email address to leeym@FreeBSD.orgleeym2002-08-191-1/+1
| | | | | Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
* - Add openwebmail-cal.pl to the list of setuid scriptspat2002-07-151-1/+2
| | | | | | | | - Fix plist - Bump PORTREVISION. PR: ports/40559 Submitted by: maintainer
* Update to 1.70pat2002-07-131-4/+7
| | | | | PR: ports/40517 Submitted by: maintainer
* Fix dependencypat2002-07-131-1/+2
| | | | | | | bump PORTREVISION PR: ports/40422 Submitted by: maintainer
* Add missing dependency - p5-MIME-Base64pat2002-06-111-1/+2
| | | | | | PR: 38904 Submitted by: zhouer <zhouer@tfcis.org> Approved by: maintainer
* Update to 1.65pat2002-06-081-2/+2
| | | | | PR: 38972 Submitted by: maintainer
* Update to 1.64.anders2002-05-041-1/+1
| | | | | | | This adds PostgreSQL authentication support, among other things. PR: 37092 Submitted by: maintainer
* Update to 1.63pat2002-03-231-9/+6
| | | | | PR: 36094 Submitted by: maintainer
* The author fixed some bugs and released "Open WebMail 1.62 Release 20020221"ijliao2002-02-211-0/+1
| | | | | | | | | with the same distfile name "openwebmail-1.62.tgz" bump port revision PR: 35173 Submitted by: maintainer
* Update to 1.62pat2002-02-211-2/+2
| | | | | PR: 35152 Submitted by: maintainer
* Add missing dependencypat2002-02-181-1/+2
| | | | | PR: 35032 Submitted by: maintainer
* Initial import of openwebmail 1.61kevlo2002-02-101-0/+38
Openwebmail is a webmail system designed to manage very big mail folder files in a memory efficient way. PR: 34781 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>