svn commit: r354366 - branches/2014Q2/security/signing-party

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


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

Log:
  MFH: r354346
  
  Add missing run-time dependency
  
  Submitted by:	des
  Approved by:	portmgr (erwin)

Modified:
  branches/2014Q2/security/signing-party/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/security/signing-party/Makefile
==============================================================================
--- branches/2014Q2/security/signing-party/Makefile	Sat May 17 20:16:32 2014	(r354365)
+++ branches/2014Q2/security/signing-party/Makefile	Sat May 17 20:17:25 2014	(r354366)
@@ -3,6 +3,7 @@
 
 PORTNAME=	signing-party
 PORTVERSION=	1.1.5
+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