diff options
author | linimon <linimon@FreeBSD.org> | 2011-06-06 23:29:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-06-06 23:29:39 +0800 |
commit | d6c802170dc64e62335557add67760557176f06b (patch) | |
tree | baaf3e7ce5c9b05a4bd720787f0bd5f86a0b8af5 /security/drweb-qmail | |
parent | b007635b74f4e7965f0603c35005fccf97ecec67 (diff) | |
download | freebsd-ports-gnome-d6c802170dc64e62335557add67760557176f06b.tar.gz freebsd-ports-gnome-d6c802170dc64e62335557add67760557176f06b.tar.zst freebsd-ports-gnome-d6c802170dc64e62335557add67760557176f06b.zip |
Reset maintainer to ports@ by request. While here, mark the ports DEPRECATED
(the website has been rearranged).
Note that the project still seems to be active.
PR: ports/157658
Submitted by: Alexander Demin <support@spectrum.ru> (maintainer)
Diffstat (limited to 'security/drweb-qmail')
-rw-r--r-- | security/drweb-qmail/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/drweb-qmail/Makefile b/security/drweb-qmail/Makefile index 47a122bc3b17..7b08b6dac90a 100644 --- a/security/drweb-qmail/Makefile +++ b/security/drweb-qmail/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= ftp://ftp.drweb.com/pub/drweb/unix/FreeBSD/60/ \ DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd60 DIST_SUBDIR= drweb -MAINTAINER= support@spectrum.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Qmail message filter for virus processing through DrWeb daemon +DEPRECATED= fails to fetch (website rearranged) +EXPIRATION_DATE= 2011-08-06 + RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb IA32_BINARY_PORT= yes @@ -24,10 +27,6 @@ USE_BZIP2= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 601000 -IGNORE= sorry, port is not supported of FreeBSD version < 6.1 -.endif - WRKSRC= ${WRKDIR}/${DISTNAME} INST_PREFIX= ${PREFIX}/drweb CONF_PREFIX= ${PREFIX}/etc/drweb |