Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 14:23:34 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r394509 - branches/2015Q3/comms/chirp
Message-ID:  <201508171423.t7HENYlt048343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171423.t7HENYlt048343>