Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 21:12:24 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379840 - head/security/amavisd-new
Message-ID:  <201502242112.t1OLCOmu038049@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Tue Feb 24 21:12:23 2015
New Revision: 379840
URL: https://svnweb.freebsd.org/changeset/ports/379840
QAT: https://qat.redports.org/buildarchive/r379840/

Log:
  - Add dependency that was forgotten during the update
  
  PR:		197994
  Submitted by:	madpilot

Modified:
  head/security/amavisd-new/Makefile

Modified: head/security/amavisd-new/Makefile
==============================================================================
--- head/security/amavisd-new/Makefile	Tue Feb 24 21:11:41 2015	(r379839)
+++ head/security/amavisd-new/Makefile	Tue Feb 24 21:12:23 2015	(r379840)
@@ -2,6 +2,7 @@
 
 PORTNAME=	amavisd-new
 PORTVERSION=	2.10.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.ijs.si/software/amavisd/ \
@@ -19,7 +20,8 @@ RUN_DEPENDS=	p5-Unix-Syslog>=0:${PORTSDI
 		p5-Convert-UUlib>=1.08,1:${PORTSDIR}/converters/p5-Convert-UUlib \
 		p5-Archive-Zip>=1.14:${PORTSDIR}/archivers/p5-Archive-Zip \
 		p5-Net-Server>=2.0:${PORTSDIR}/net/p5-Net-Server \
-		p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM
+		p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM \
+		p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN
 
 USES=		perl5 shebangfix tar:xz
 USE_PERL5=	run



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