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/dspam-devel | |
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/dspam-devel')
-rw-r--r-- | mail/dspam-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |