svn commit: r510065 - head/mail/openwebmail

Chris Rees crees at FreeBSD.org
Wed Aug 28 14:28:45 UTC 2019


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 at 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


More information about the svn-ports-all mailing list