Commit graph

21 commits

Author SHA1 Message Date
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
cjep
a23911220d Allow this to build on NetBSD when gtar is installed by only looking for
tar. Do not pass P to tar when testing for removal of leading /'s.
This is a fix for PR#20928.

XXX On Solaris this package will be broken. It probably needs to
XXX depend on gtar in this case.
2003-04-11 22:06:22 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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-11-29 01:12:24 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
martti
a60b7e3c3a Make amavis conflict with amavis-perl 2001-10-22 07:01:50 +00:00
martti
1e2c4382ad Backed out the update. I'll create a new package amavis-perl... 2001-10-22 06:41:29 +00:00
martti
73a9f0b36f This version is a big change from the 0.2.x series of the software as
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-10-22 05:49:50 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-27 23:17:41 +00:00
wiz
6e9595a7be Update to 0.2.1, as requested in pkg/13772.
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-09-14 21:56:49 +00:00
agc
a35e3d707c Move to sha1 digests, add distfile sizes. 2001-04-19 15:40:29 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
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.
2001-01-29 11:34:21 +00:00
rh
49946a0e24 Update amavis to 0.2.1p3. Changes are bugfixes, enhanced MIME decoding, and
the capability to decode and virus-check MS-TNEF attachments.
2000-10-23 14:57:10 +00:00
rh
e365777793 Update amavis to 0.2.1p3. Changes are bugfixes, enhanced MIME decoding,
and the capability to decode (and virus-check) MS-TNEF attachments
2000-10-23 14:52:53 +00:00
rh
b816778586 Remove superfluous '-f' parameter. 2000-06-19 15:06:18 +00:00
rh
e0ea8bd0a2 Add patch I forgot in last commit. 2000-06-19 14:36:51 +00:00
rh
55f81c4a3e Fix handling of 'from' and 'to' addresses for contaminated emails
Add MESSAGE file to inform about necessary changes to sendmail.cf
2000-06-19 14:36:22 +00:00
rh
36de45835e Initial import of amavis-0.2.0p6, a mail virus scanner 2000-06-05 14:37:58 +00:00