diff options
author | garga <garga@FreeBSD.org> | 2007-03-14 04:11:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-03-14 04:11:19 +0800 |
commit | fb29dd722a07d0882d1be1908f1f8f4a2b74bbc7 (patch) | |
tree | 4de28a67cf617d86cfbc7e12cd578dd2d78b8bb6 /mail | |
parent | 2373596baa0ef6652012e15ee36f201b44e4ffd6 (diff) | |
download | freebsd-ports-gnome-fb29dd722a07d0882d1be1908f1f8f4a2b74bbc7.tar.gz freebsd-ports-gnome-fb29dd722a07d0882d1be1908f1f8f4a2b74bbc7.tar.zst freebsd-ports-gnome-fb29dd722a07d0882d1be1908f1f8f4a2b74bbc7.zip |
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/clamfilter/Makefile | 1 | ||||
-rw-r--r-- | mail/dspam-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/dspam/Makefile | 2 | ||||
-rw-r--r-- | mail/mailscanner/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-ClamAV/Makefile | 1 | ||||
-rw-r--r-- | mail/qscan/Makefile | 2 | ||||
-rw-r--r-- | mail/qsheff/Makefile | 1 | ||||
-rw-r--r-- | mail/simscan/Makefile | 2 |
8 files changed, 9 insertions, 5 deletions
diff --git a/mail/clamfilter/Makefile b/mail/clamfilter/Makefile index 42c5adcf168f..8a6d87fc84b0 100644 --- a/mail/clamfilter/Makefile +++ b/mail/clamfilter/Makefile @@ -13,6 +13,7 @@ PORTNAME= clamfilter PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.wyae.de/software/ensita-clamfilter/ diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index aa5b7cc393c8..c43040a43fea 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -13,7 +13,7 @@ PORTNAME= dspam-devel PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= # set later diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 84584328ef5a..c2d6630f0fc2 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -12,7 +12,7 @@ PORTNAME= dspam PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= # set later diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index 98d694e5c580..69dc2422bc62 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -7,6 +7,7 @@ PORTNAME= MailScanner PORTVERSION= 4.58.9 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.mailscanner.info/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} @@ -85,7 +86,7 @@ PLIST_SUB+= SPAMASSASSIN_SYMLINK="@comment " PLIST_SUB+= SPAMASSASSIN_SYMLINK="" .endif -.if defined(WITH_CLAMAV) +.if !defined(WITHOUT_CLAMAV) RUN_DEPENDS+= clamscan:${PORTSDIR}/security/clamav .endif diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile index ddd0d5f13e4e..733611eb489b 100644 --- a/mail/p5-Mail-ClamAV/Makefile +++ b/mail/p5-Mail-ClamAV/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mail-ClamAV PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail diff --git a/mail/qscan/Makefile b/mail/qscan/Makefile index 1b876f3005a3..38c46c209f48 100644 --- a/mail/qscan/Makefile +++ b/mail/qscan/Makefile @@ -7,7 +7,7 @@ PORTNAME= qscan PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail security MASTER_SITES= ftp://ftp.c9x.org/qscan/ diff --git a/mail/qsheff/Makefile b/mail/qsheff/Makefile index 2830035a9799..86d953879753 100644 --- a/mail/qsheff/Makefile +++ b/mail/qsheff/Makefile @@ -7,6 +7,7 @@ PORTNAME= qsheff-II PORTVERSION= 2.1.r2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.enderunix.org/qsheff/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile index cc9570e3d498..d357ac4e421d 100644 --- a/mail/simscan/Makefile +++ b/mail/simscan/Makefile @@ -7,7 +7,7 @@ PORTNAME= simscan PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail security MASTER_SITES= http://www.inter7.com/simscan/ MASTER_SITE_SUBDIR= ${PORTNAME} |