Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 21:30:05 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359420 - head/deskutils/note
Message-ID:  <201406262130.s5QLU5TT026600@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu Jun 26 21:30:05 2014
New Revision: 359420
URL: http://svnweb.freebsd.org/changeset/ports/359420
QAT: https://qat.redports.org/buildarchive/r359420/

Log:
  Add missing runtime dependencies to the port.
  
  PR:		190872
  Submitted by:	idefix@fechner.net (maintainer)

Modified:
  head/deskutils/note/Makefile

Modified: head/deskutils/note/Makefile
==============================================================================
--- head/deskutils/note/Makefile	Thu Jun 26 21:02:37 2014	(r359419)
+++ head/deskutils/note/Makefile	Thu Jun 26 21:30:05 2014	(r359420)
@@ -2,6 +2,7 @@
 
 PORTNAME=	note
 PORTVERSION=	1.3.18
+PORTREVISION=	1
 CATEGORIES=	deskutils perl5
 MASTER_SITES=	http://www.daemon.de/idisk/Apps/note/
 
@@ -10,6 +11,9 @@ COMMENT=	Console based tool to handle en
 
 LICENSE=	GPLv1
 
+RUN_DEPENDS=	p5-YAML>=0.1:${PORTSDIR}/textproc/p5-YAML \
+		p5-Crypt-IDEA>=1.0:${PORTSDIR}/security/p5-Crypt-IDEA
+
 USES=		perl5
 USE_PERL5=	configure
 



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