svn commit: r359420 - head/deskutils/note

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Jun 26 21:30:05 UTC 2014


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 at 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
 


More information about the svn-ports-head mailing list