mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Point at an alternative master site, and unDEPRECATE.
- Add a knob to depend on clamav-devel rather than clamav. [1] Requested by: Gerard Seibert via freebsd-ports [1]
This commit is contained in:
parent
0e17446605
commit
d2d8b74e43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176756
1 changed files with 11 additions and 4 deletions
|
@ -5,18 +5,25 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Anyone upgrading this port is advised to check all changes since the
|
||||||
|
# previous tarball; I have updated MASTER_SITES to an alternative
|
||||||
|
# location, but I have no idea if this is an official mirror or not.
|
||||||
|
#
|
||||||
|
# The old site was: http://www.ensita.net/products/clamfilter/
|
||||||
|
|
||||||
PORTNAME= clamfilter
|
PORTNAME= clamfilter
|
||||||
PORTVERSION= 0.5
|
PORTVERSION= 0.5
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= # disappeared
|
MASTER_SITES= http://www.wyae.de/software/ensita-clamfilter/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A small, efficient clamav content filter for Postfix
|
COMMENT= A small, efficient clamav content filter for Postfix
|
||||||
|
|
||||||
DEPRECATED= mastersites disappeared
|
.if defined(WITH_CLAMAV_DEVEL)
|
||||||
EXPIRATION_DATE= 2006-11-05
|
RUN_DEPENDS= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav-devel
|
||||||
|
.else
|
||||||
RUN_DEPENDS= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav
|
RUN_DEPENDS= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav
|
||||||
|
.endif
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
PLIST_FILES= bin/clamfilter
|
PLIST_FILES= bin/clamfilter
|
||||||
|
|
Loading…
Add table
Reference in a new issue