Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2019 14:28:44 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510065 - head/mail/openwebmail
Message-ID:  <201908281428.x7SESibx054791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Wed Aug 28 14:28:44 2019
New Revision: 510065
URL: https://svnweb.freebsd.org/changeset/ports/510065

Log:
  Missing dependency
  
  Submitted by:	jhs

Modified:
  head/mail/openwebmail/Makefile

Modified: head/mail/openwebmail/Makefile
==============================================================================
--- head/mail/openwebmail/Makefile	Wed Aug 28 14:26:30 2019	(r510064)
+++ head/mail/openwebmail/Makefile	Wed Aug 28 14:28:44 2019	(r510065)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openwebmail
 PORTVERSION=	2.53
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	http://openwebmail.acatysmoof.com/download/release/ \
 		http://openwebmail.org/openwebmail/download/release/
@@ -11,7 +11,8 @@ MASTER_SITES=	http://openwebmail.acatysmoof.com/downlo
 MAINTAINER=	crees@FreeBSD.org
 COMMENT=	Webmail system designed to manage big mail folder files efficiently
 
-RUN_DEPENDS=	p5-Text-Iconv>=0:converters/p5-Text-Iconv
+RUN_DEPENDS=	p5-Text-Iconv>=0:converters/p5-Text-Iconv	\
+		p5-CGI>=0:www/p5-CGI
 
 USES=		perl5
 USE_PERL5=	run build patch



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908281428.x7SESibx054791>