From owner-svn-ports-branches@freebsd.org Mon Aug 17 14:23:34 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F9379BBE4F; Mon, 17 Aug 2015 14:23:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.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 2B9E21627; Mon, 17 Aug 2015 14:23:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7HENY3o048344; Mon, 17 Aug 2015 14:23:34 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7HENYlt048343; Mon, 17 Aug 2015 14:23:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201508171423.t7HENYlt048343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 17 Aug 2015 14:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394509 - branches/2015Q3/comms/chirp X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2015 14:23:34 -0000 Author: feld Date: Mon Aug 17 14:23:33 2015 New Revision: 394509 URL: https://svnweb.freebsd.org/changeset/ports/394509 Log: MFH: r394507 Last update was causing pollution of BUILD_DEPENDS into RUN_DEPENDS PR: 202338 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/comms/chirp/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/comms/chirp/Makefile ============================================================================== --- branches/2015Q3/comms/chirp/Makefile Mon Aug 17 14:20:40 2015 (r394508) +++ branches/2015Q3/comms/chirp/Makefile Mon Aug 17 14:23:33 2015 (r394509) @@ -2,7 +2,7 @@ PORTNAME= chirp PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \ LOCAL/db @@ -12,9 +12,10 @@ COMMENT= Free, open-source tool for prog LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:${PORTSDIR}/textproc/py-libxml2 \ +BUILD_DEPENDS= ${CHIRP_DEPENDS} +RUN_DEPENDS= ${CHIRP_DEPENDS} +CHIRP_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}serial>0:${PORTSDIR}/comms/py-serial -RUN_DEPENDS= ${BUILD_DEPENDS} USES= desktop-file-utils gettext python USE_PYTHON= distutils