svn commit: r379840 - head/security/amavisd-new
Gabor Kovesdan
gabor at FreeBSD.org
Tue Feb 24 21:12:24 UTC 2015
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
More information about the svn-ports-all
mailing list