From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 21:30:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C52B09A9; Thu, 26 Jun 2014 21:30:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2DCE2A38; Thu, 26 Jun 2014 21:30:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QLU5o0026601; Thu, 26 Jun 2014 21:30:05 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QLU5TT026600; Thu, 26 Jun 2014 21:30:05 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201406262130.s5QLU5TT026600@svn.freebsd.org> From: Raphael Kubo da Costa Date: Thu, 26 Jun 2014 21:30:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359420 - head/deskutils/note X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 21:30:05 -0000 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