diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2002-12-20 18:15:44 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2002-12-20 18:15:44 +0000 |
commit | d3a9a80ea4fad08f22f6a7a58e2f4bc8320c268c (patch) | |
tree | 2b8572c41e3da312bd9fb7ecb2248465dd5df856 /mail/openwebmail/Makefile | |
parent | Patch to fix build on beast (diff) |
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 f54259f70d95..87f6f138aa38 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> |