diff options
author | leeym <leeym@FreeBSD.org> | 2002-12-20 18:15:44 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2002-12-20 18:15:44 +0000 |
commit | a6ad98a07a17a8be399aca4c6eae8fc872ca37bf (patch) | |
tree | 72680bf4a23df26cb6ba5fe93adebfa518d9d3cf /mail/openwebmail/Makefile | |
parent | d35403282019b8bb98467b7ab03097c038eb5e35 (diff) | |
download | FreeBSD-ports-a6ad98a07a17a8be399aca4c6eae8fc872ca37bf.zip FreeBSD-ports-a6ad98a07a17a8be399aca4c6eae8fc872ca37bf.tar.gz |
1. disable sending report and unforbid openwebmail
2. add security patch
3. clear pkg-plist
Submitted by: 2. http://openwebmail.org/openwebmail/download/cert/advisories/SA-02:01.txt
Reviewed by: portmgr, tung@turtle.ee.ncku.edu.tw (author)
Approved by: 1. Steve Price (portmgr)
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index f54259f..87f6f13 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= openwebmail PORTVERSION= 1.81 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/ @@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= leeym@FreeBSD.org -FORBIDDEN= "Sends mail to developers at install-time" - RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ @@ -45,5 +43,6 @@ do-install: .endfor @${PERL5} ${WRKSRC}/cgi-bin/openwebmail/uty/wrapsuid.pl ${OWCGIDIR} @${OWCGIDIR}/openwebmail-tool.pl --init -y + @${RM} ${OWCGIDIR}/*orig ${OWCGIDIR}/*bak .include <bsd.port.mk> |