diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-28 16:33:56 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-28 16:33:56 +0000 |
commit | 0b25c69f02e6b12a985209e15d5619921b47c43f (patch) | |
tree | a4a4716ad1726221e1d4493336b45a7f98dc61f6 /mail/openwebmail | |
parent | 03e0d32ae11dc5d69c0fce3fb688f46c9ea93287 (diff) | |
download | ports-0b25c69f02e6b12a985209e15d5619921b47c43f.tar.gz ports-0b25c69f02e6b12a985209e15d5619921b47c43f.zip |
- update to openwebmail-2.51(-20050228)
Noticed by: tung, the author of openwebmail
Notes
Notes:
svn path=/head/; revision=130033
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 20 | ||||
-rw-r--r-- | mail/openwebmail/distinfo | 4 | ||||
-rw-r--r-- | mail/openwebmail/pkg-plist | 1 |
3 files changed, 19 insertions, 6 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 874d7f00f86d..a60abc306228 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openwebmail -PORTVERSION?= 2.50 +PORTVERSION?= 2.51 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/%SUBDIR%/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/%SUBDIR%/ @@ -16,8 +16,7 @@ MAINTAINER?= leeym@FreeBSD.org COMMENT= A webmail system designed to manage big mail folder files efficiently RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 CONFLICTS?= ${PORTNAME}-devel-[0-9]* @@ -34,14 +33,17 @@ OPTIONS= ANTIWORD "AntiWord" off \ IMAGEMAGICK "ImageMagicK" off \ ISPELL "ISpell" off \ LEARNSPAM "Learn HAM/SPAM" off \ + LSOF "lsof" off \ PAM "PAM" off \ POP3_OVER_SSL "POP3 Over SSL" off \ QUOTA "Quota" off \ SPAMCHECK "Spam check (Mail::SpamAssassin)" off \ SPAMCHECK_ALL "Spam check for all (default: pop3)" off \ SPEEDYCGI "SpeedyCGI" on \ + TNEF "tnef" off \ VIRUSCHECK "Virus check (Clam AntiVirus)" off \ VIRUSCHECK_ALL "Virus check for all (default: pop3)" off \ + WGET "wget" off \ ZLIB "ZLib" off .include <bsd.port.pre.mk> @@ -88,6 +90,10 @@ RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif +.if defined(WITH_LSOF) +RUN_DEPENDS+ ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof +.endif + .if defined(WITH_PAM) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM .endif @@ -100,6 +106,10 @@ RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SS RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Quota.pm:${PORTSDIR}/sysutils/p5-Quota .endif +.if defined(WITH_TNEF) +RUN_DEPENDS+= ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef +.endif + .if defined(WITH_SPAMCHECK) RUN_DEPENDS+= ${SITE_PERL}/Mail/SpamAssassin.pm:${PORTSDIR}/mail/p5-Mail-SpamAssassin .endif @@ -118,6 +128,10 @@ EXTRA_PATCHES+= ${PATCH_WRKSRC}/misc/patches/suidperl2speedy_suidperl.notmp.patc RUN_DEPENDS+= clamdscan:${PORTSDIR}/security/clamav .endif +.if defined(WITH_WGET) +RUN_DEPENDS+= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget-devel +.endif + .if defined(WITH_ZLIB) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib .endif diff --git a/mail/openwebmail/distinfo b/mail/openwebmail/distinfo index 1a12381a2ceb..34af3bee8914 100644 --- a/mail/openwebmail/distinfo +++ b/mail/openwebmail/distinfo @@ -1,2 +1,2 @@ -MD5 (openwebmail-2.50.tar.gz) = 889bddb68ad2ba81ee1d00ecaf2ba2e2 -SIZE (openwebmail-2.50.tar.gz) = 6888576 +MD5 (openwebmail-2.51.tar.gz) = 78928f259ed8cc0bd3d4414021430101 +SIZE (openwebmail-2.51.tar.gz) = 7079116 diff --git a/mail/openwebmail/pkg-plist b/mail/openwebmail/pkg-plist deleted file mode 100644 index d0ac09258d04..000000000000 --- a/mail/openwebmail/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment real PLIST will be generated in pre-install phase |