summaryrefslogtreecommitdiff
path: root/mail/dspam (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix sed script, no portrevision bump since the previous version shouldAlexander Leidinger2005-05-271-1/+1
| | | | | | | | | result in an error. Submitted by: maintainer Notes: svn path=/head/; revision=136266
* - Update to 20050523.0845 snapshotPav Lucistnik2005-05-265-27/+30
| | | | | | | | | | | - Fix WITH_DAEMON - Update RC infrastructure PR: ports/81527 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=136210
* We no longer need to remove libdata/pkgconfig since it is in both mtreeJoe Marcus Clarke2005-05-201-1/+0
| | | | | | | | | | files. This one was tricky to find since it was hidden behind the %B variable. Reported by: pointyhat via kris Notes: svn path=/head/; revision=135673
* - Update to 3.4.6.20050512.1145 [1]Jean-Yves Lefort2005-05-163-5/+12
| | | | | | | | | | - Fix CONFLICTS PR: ports/81079 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=135355
* Update to dspam-3.4.6Vanilla I. Shu2005-05-093-15/+45
| | | | | | | | | | | | | | | | | | | | | - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible so catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ [3] Pointed out by Arvinn Lokkebakken <arvinn@whitebird.no> for PR: ports/80790 Submitted by: maintainer Notes: svn path=/head/; revision=134934
* - Fix copy&paste brainoPav Lucistnik2005-05-061-3/+3
| | | | | | | Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=134684
* - Update to 3.4.5Pav Lucistnik2005-05-0511-248/+339
| | | | | | | | PR: ports/80442 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=134678
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 3.2.7.20050302.1330Pav Lucistnik2005-03-063-4/+11
| | | | | | | | PR: ports/78402 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=130491
* Update to 3.2.7Yen-Ming Lee2005-02-253-5/+12
| | | | | | | | | | BUGFIX: Signature not written to some email, making them untrainable PR: 77802 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=129713
* pdate to 20050128.1500 snapshotVolker Stolz2005-02-155-39/+31
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=128897
* Fix mysql/neural-combinationVolker Stolz2005-02-091-1/+1
| | | | | | | | PR: ports/76920 Submitted by: Thomas T. Veldhouse, maintainer Notes: svn path=/head/; revision=128388
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-42/+9
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=127737
* - Update to 3.2.6Pav Lucistnik2005-01-295-6/+87
| | | | | | | | PR: ports/76796 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=127624
* - Update to 3.2.4Pav Lucistnik2005-01-133-14/+24
| | | | | | | | | | - Drop WITH_WHITELIST, it's no longer build time option PR: ports/76198 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=126369
* mail/dspam: fix make describe, update, fix DSPAM_HOME perdefault permissionsEdwin Groothuis2005-01-124-144/+83
| | | | | | | | | | | | | | | | | | | | | | | FreeBSD 4.x user please report problems ASAP so I can fix them before release. dspam-3.2.3.20041229.1945: - drop QUARANTINE_AGENT as is not supported by ./configure anymore and set in dspam.conf UntrustedDeliveryAgent and QuarantineAgent to default to TrustedDeliveryAgent, but leave them commented out (ports/75548 by Julien Gabel) - change default DSPAM_HOME_MODE to 0770 (ports/75549 by Julien Gabel <jpeg@thilelli.net>) - DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP} - fix make describe by USE_MYSQL - beautify - Makefile clean-up PR: ports/75665 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=126193
* Fix sqlite docs installation and package building.Norikatsu Shigemura2004-12-272-7/+20
| | | | | | | | | PR: ports/75518 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Reported by: pointyhat via kris Notes: svn path=/head/; revision=125250
* Update to 20041218.2100.Norikatsu Shigemura2004-12-254-21/+41
| | | | | | | | | | | | | | | | | o Fix deinstall to delete dspam.conf if it hasn't been cutomized. [1] o Change of name: SQLITE --> SQLITE2, as the -devel port already have sqlite3 support. o Correct long-standing copy/paste bug DSPAM_{GROUPD,MODE} where set to DSPAM_HOME_{GROUP,MODE}. o Fix COMMENT PR: ports/75491 Submitted by: on-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Pointed out by: kris [1] Notes: svn path=/head/; revision=125128
* Chase dependency of databases/sqlite2Kirill Ponomarev2004-12-231-1/+2
| | | | | | | | | Bump PORTREVISION Forgotten by: nork Notes: svn path=/head/; revision=124992
* - Update to 20041203.1245 snapshotPav Lucistnik2004-12-083-39/+86
| | | | | | | | | | | | | | | | - add support for MYSQL50 and handle MYSQL cases right [1] - add support for exim [2] which we build with the same database back-end as dspam if possible - fix PREF_EXT and BDB4 cases as well in our Makefile [1] based on ports/74761 by Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> [2] suggested, incorrectly, in ports/74762 by Shahbaz Javeed <sjaveed@adderpit.com> PR: ports/74796 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=123486
* Update to 3.2.3Tilman Keskinoz2004-12-013-6/+16
| | | | | | | | PR: 74538 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=122923
* - Unbreak INDEX, dependency was set to databases/sqlite2, which is for somePav Lucistnik2004-11-271-1/+1
| | | | | | | | | | arcane reasons disconnected from build. Reported by: INDEX build on cluster Pointy hat: pav Notes: svn path=/head/; revision=122634
* - Update to 3.2.2 snapshot 20041117.1515Pav Lucistnik2004-11-2714-318/+723
| | | | | | | | PR: ports/74377 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=122626
* Maintainer change from Rob to Ion-Mihai,Andreas Klemm2004-08-121-1/+1
| | | | | | | | | | | | who already maintains the dspam-devel port. Rob currently doesn't have the time to maintain the port. Many thanks to Rob for his work on the dspam port and to Ion to take over. Approved by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=115989
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Fix up MySQL 2.x -> 3.x migration instructionsPav Lucistnik2004-07-066-23/+8
| | | | | | | | Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro> Approved by: maintainer Notes: svn path=/head/; revision=113069
* - Fix semantics of USER_LOGGING knobPav Lucistnik2004-07-061-1/+1
| | | | | | | Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro> Notes: svn path=/head/; revision=113016
* - Update to 3.0.0Pav Lucistnik2004-07-0412-109/+468
| | | | | | | | PR: ports/68625 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=112904
* - Add option to use Sendmail as LDAPav Lucistnik2004-05-142-4/+17
| | | | | | | | | | | - Fix pkg-message - Fix examples install for Mysql (optionally off) PR: ports/66542 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=109131
* - Update to 2.10.6Pav Lucistnik2004-05-044-10/+95
| | | | | | | | | | | | | | | - Add a lot of new OPTIONS - Fix plist for MySQL option - Make userdir configurable - Make signature life configurable - Add patch to fix delivering to LDA PR: ports/65384, ports/66199 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Ion-Mihai Tetcu, Andreas Klemm Notes: svn path=/head/; revision=108392
* - Update to 2.10.3Pav Lucistnik2004-04-052-4/+14
| | | | | | | | | | | - New knobs: SIGNATURE_HEADERS, WHITELIST PR: ports/65131 Submitted by: Talal Al-Dik <tad@vif.com> This patch by: <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=106246
* - Fix OPTIONS usage: WITH_* must be tested after <bsd.port.pre.mk>Pav Lucistnik2004-03-241-1/+3
| | | | | | | | PR: ports/64629 Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com> Notes: svn path=/head/; revision=105162
* - Update to version 2.10.1Kirill Ponomarev2004-03-232-4/+14
| | | | | | | | | | - Add OPTIONS PR: ports/64571 Submitted by: maintainer Notes: svn path=/head/; revision=105016
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Update to 2.8.3 [1]Sergei Kolobov2004-01-313-26/+20
| | | | | | | | | | | | - Silence configure warning - Add SIZE to distinfo - Move MySQL scripts into EXAMPLESDIR PR: ports/62108 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=99638
* Update mail/dspamYen-Ming Lee2004-01-094-2/+52
| | | | | | | | | | | | | | Add ENABLE_SPAM_DELIVERY knob Make dspam play with qmail Install MySQL documentation Install a dummy mysql.data file PR: 61089 Submitted by: Mark Daniel Reidel <mark@reidel.info> Reviewed by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=97732
* - Update to version 2.8.1Kirill Ponomarev2003-12-223-5/+7
| | | | | | | | PR: 60509 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=96456
* - Assign maintainership to Rob Evers <rob@debank.tv>Kirill Ponomarev2003-12-111-1/+1
| | | | | | | | PR: 60152 Submitted by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=95619
* - Update to 2.8Sergei Kolobov2003-12-114-59/+39
| | | | | | | | | | | | | | - Add new knobs: WITH_MYSQL, WITH_MAILDROP, WITH_PROCMAIL While I'm here: - Reset maintainer to ports@FreeBSD.org - Dominic Marks released maintainership of his ports on 2003-09-16 (see ports/56935) PR: 60138 Submitted by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=95606
* fix PLIST problem and unbreak this port.Yen-Ming Lee2003-12-081-1/+0
| | | | | | | | | | PR: 59697 Submitted by: leeym Reviewed by: sergei Approved by: maintainer timeout Notes: svn path=/head/; revision=95402
* - Fix pkg-descrKirill Ponomarev2003-11-151-1/+1
| | | | Notes: svn path=/head/; revision=94040
* Fix master site and unbreak.Christian Weisgerber2003-11-101-3/+1
| | | | | | | | PR: 58873 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=93606
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-0/+2
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* Upgrade dspam to 2.7.1 (no response from maintainer for 10 days)Oliver Lehmann2003-10-034-12/+56
| | | | | | | | PR: ports/57144 Submitted By: Marius Strom <marius@marius.org> Notes: svn path=/head/; revision=90179
* Add dspam 2.6.3, a server-side bayesian spam filter.Oliver Lehmann2003-08-046-0/+81
PR: 55222 Submitted by: Dominic Marks <dom@wirespeed.org.uk> Notes: svn path=/head/; revision=86277