summaryrefslogtreecommitdiff
path: root/security/amavis/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-04-01Remove security/amavis -- discontinued; security/amavisd-new is onewiz1-49/+0
replacement. No disagreement on pkgsrc-users.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-26Prevent paths to the build directories from being included in the package.kristerw1-2/+3
Bump PKGREVISION.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-22Make amavis conflict with amavis-perlmartti1-1/+3
2001-10-22Backed out the update. I'll create a new package amavis-perl...martti1-42/+12
2001-10-22This version is a big change from the 0.2.x series of the software asmartti1-12/+42
the main virus scanning script has been rewritten in perl, replacing the original shell script. The currently supported MTAs are exim, qmail, postfix, and sendmail. Please refer to the corresponding README.mta file for further documentation.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-11/+11
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-14Update to 0.2.1, as requested in pkg/13772.wiz1-3/+3
Changes since last version, from the NEWS file: AMaViS 0.2.1 relesed. We improved qmail support and added support for exim and postfix and a hack for sendmail to scan outgoing/relayed mail, too. Added support for several anti-virus programs. Lots of other improvements and bug fixes. Read ChangeLog for full details.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz1-5/+1
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-10-23Update amavis to 0.2.1p3. Changes are bugfixes, enhanced MIME decoding,rh1-6/+14
and the capability to decode (and virus-check) MS-TNEF attachments
2000-06-19Fix handling of 'from' and 'to' addresses for contaminated emailsrh1-1/+5
Add MESSAGE file to inform about necessary changes to sendmail.cf
2000-06-05Initial import of amavis-0.2.0p6, a mail virus scannerrh1-0/+35