From owner-svn-ports-head@freebsd.org Sat Aug 15 14:21:17 2015 Return-Path: Delivered-To: svn-ports-head@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 312169BA362; Sat, 15 Aug 2015 14:21:17 +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 1BEAC1EEA; Sat, 15 Aug 2015 14:21:17 +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 t7FELGLv099750; Sat, 15 Aug 2015 14:21:16 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7FELGNZ099749; Sat, 15 Aug 2015 14:21:16 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201508151421.t7FELGNZ099749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 15 Aug 2015 14:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394319 - head/comms/chirp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2015 14:21:17 -0000 Author: feld Date: Sat Aug 15 14:21:16 2015 New Revision: 394319 URL: https://svnweb.freebsd.org/changeset/ports/394319 Log: Add missing RUN_DEPENDS Sort USES PR: 202338 Modified: head/comms/chirp/Makefile Modified: head/comms/chirp/Makefile ============================================================================== --- head/comms/chirp/Makefile Sat Aug 15 14:15:07 2015 (r394318) +++ head/comms/chirp/Makefile Sat Aug 15 14:21:16 2015 (r394319) @@ -2,20 +2,21 @@ PORTNAME= chirp PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \ LOCAL/db MAINTAINER= hamradio@FreeBSD.org -COMMENT= Chirp is a free, open-source tool for programming your amateur radio +COMMENT= Free, open-source tool for programming your amateur radio LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/serial:${PORTSDIR}/comms/py-serial \ - ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:${PORTSDIR}/textproc/py-libxml2 \ + ${PYTHON_PKGNAMEPREFIX}serial>0:${PORTSDIR}/comms/py-serial +RUN_DEPENDS= ${BUILD_DEPENDS} -USES= gettext python desktop-file-utils +USES= desktop-file-utils gettext python USE_PYTHON= distutils OPTIONS_DEFINE= DOCS