Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2014 17:20:35 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354346 - head/security/signing-party
Message-ID:  <201405171720.s4HHKZgu053464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



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