diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-04-07 10:07:49 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-04-07 10:07:49 +0000 |
commit | c7889f209bf984516da346b3b11bafeee3ff62dc (patch) | |
tree | 9c5896f2f6bab4b5e8a50d709a62be51eb80e8af | |
parent | 562bfea427c2cc710ea88331b9825db844ecdc4c (diff) | |
download | freebsd-ports-c7889f209bf984516da346b3b11bafeee3ff62dc.zip |
Take over maintainership
Approved by: maintainer by email
-rw-r--r-- | security/clamav-devel/Makefile | 2 | ||||
-rw-r--r-- | security/clamav/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 4f3d8613f907..68b610a1bddf 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.clamav.net/snapshot/ \ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= rob@debank.tv +MAINTAINER= garga@FreeBSD.org COMMENT= Command line virus scanner written entirely in C FORBIDDEN= Security issues. http://www.vuxml.org/freebsd/6a5174bd-c580-11da-9110-00123ffe8333.html diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 8ab2412eccb7..e8ea68735f63 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav -MAINTAINER= rob@debank.tv +MAINTAINER= garga@FreeBSD.org COMMENT= Command line virus scanner written entirely in C LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 |