aboutsummaryrefslogtreecommitdiff
path: root/mail/bayespam
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Switch MASTER_SITES and WWW to https in Chris' ports.Raphael Kubo da Costa2019-10-192-2/+2
| | | | | | | | PR: 241272 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Notes: svn path=/head/; revision=514793
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* mail/bayespam: make fetchableDavid Naylor2016-01-174-17/+14
| | | | | | | | | | | | | | | | | | | Changes: - Change MASTER_SITE to BSDforge.org - Assign MAINTAINERship to reporter - Remove BROKEN - Add LICENSE of GPLv2 - Make portlint happy: - Capitalise start of COMMENT - Regenerate patches PR: 206043 Submitted by: Chris Hutchinson (portmaster@BSDforge.com) Approved by: portmgr (implicit: unmaintained port) MFH: 2016Q1 Notes: svn path=/head/; revision=406524
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Remove useless @dirrmBaptiste Daroussin2015-02-051-1/+0
| | | | Notes: svn path=/head/; revision=378453
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Add staging supportPawel Pekala2014-06-011-16/+6
| | | | Notes: svn path=/head/; revision=356136
* Remove trailing whitespaces from category mailEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345418
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert to new perl frameworkAndrej Zverev2013-08-031-2/+1
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* - Convert to use shebangfix USES flagEmanuel Haupt2013-05-071-8/+7
| | | | | | | | - Trim header - Use new options framework for DOCS Notes: svn path=/head/; revision=317596
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-1/+1
| | | | Notes: svn path=/head/; revision=300176
* Update MASTER_SITE and WWWBaptiste Daroussin2011-03-153-5/+5
| | | | | | | | Add EXTRACT_SUFX While here remove md5 Notes: svn path=/head/; revision=270926
* Use variables SITE_PERL and SITE_PERL_REL where appropriate.Sergey Skvortsov2009-02-241-2/+2
| | | | Notes: svn path=/head/; revision=228991
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* Drop maintainershipMario Sergio Fujikawa Ferreira2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=131045
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-251-1/+0
| | | | Notes: svn path=/head/; revision=125124
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* utilize SITE_PERLYing-Chieh Liao2003-10-242-3/+3
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* bayespam version 0.9.2: qmail spam filter written in Perl usingMario Sergio Fujikawa Ferreira2002-09-097-0/+119
Bayesian classification Notes: svn path=/head/; revision=65885