svn commit: r354346 - head/security/signing-party

Johan van Selst johans at FreeBSD.org
Sat May 17 17:20:35 UTC 2014


Author: johans
Date: Sat May 17 17:20:35 2014
New Revision: 354346
URL: http://svnweb.freebsd.org/changeset/ports/354346
QAT: https://qat.redports.org/buildarchive/r354346/

Log:
  Add missing run-time dependency
  
  Submitted by:	des
  MFH:		2014Q2

Modified:
  head/security/signing-party/Makefile

Modified: head/security/signing-party/Makefile
==============================================================================
--- head/security/signing-party/Makefile	Sat May 17 17:13:59 2014	(r354345)
+++ head/security/signing-party/Makefile	Sat May 17 17:20:35 2014	(r354346)
@@ -3,6 +3,7 @@
 
 PORTNAME=	signing-party
 PORTVERSION=	1.1.7
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.stack.nl/pub/users/johans/signing-party/ \
 		${MASTER_SITE_DEBIAN}
@@ -13,6 +14,7 @@ MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Various OpenPGP related tools
 
 RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
+		p5-Net-IDN-Encode>=0:${PORTSDIR}/textproc/p5-Net-IDN-Encode \
 		p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \
 		p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \
 		p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \


More information about the svn-ports-all mailing list