From owner-svn-ports-all@FreeBSD.ORG Sun Feb 8 23:11:38 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 782ACED2; Sun, 8 Feb 2015 23:11:38 +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 63C7CAB1; Sun, 8 Feb 2015 23:11:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t18NBcUt067087; Sun, 8 Feb 2015 23:11:38 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t18NBclS067086; Sun, 8 Feb 2015 23:11:38 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201502082311.t18NBclS067086@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Sun, 8 Feb 2015 23:11:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378702 - head/sysutils/pcbsd-utils-qt5 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-1 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: Sun, 08 Feb 2015 23:11:38 -0000 Author: kmoore Date: Sun Feb 8 23:11:37 2015 New Revision: 378702 URL: https://svnweb.freebsd.org/changeset/ports/378702 QAT: https://qat.redports.org/buildarchive/r378702/ Log: - Fix incorrect RUN_DEPENDS Modified: head/sysutils/pcbsd-utils-qt5/Makefile Modified: head/sysutils/pcbsd-utils-qt5/Makefile ============================================================================== --- head/sysutils/pcbsd-utils-qt5/Makefile Sun Feb 8 23:05:54 2015 (r378701) +++ head/sysutils/pcbsd-utils-qt5/Makefile Sun Feb 8 23:11:37 2015 (r378702) @@ -12,7 +12,7 @@ COMMENT= PC-BSD Qt5 Utilities LICENSE= BSD -RUN_DEPENDS= lpreserver:${PORTSDIR}/sysutils/pcbsd-utils \ +RUN_DEPENDS= pc-updatemanager:${PORTSDIR}/sysutils/pcbsd-utils \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ cdda2wav:${PORTSDIR}/sysutils/cdrtools LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl