Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 14:13:04 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394507 - head/comms/chirp
Message-ID:  <201508171413.t7HED4vC037201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Aug 17 14:13:04 2015
New Revision: 394507
URL: https://svnweb.freebsd.org/changeset/ports/394507

Log:
  Last update was causing pollution of BUILD_DEPENDS into RUN_DEPENDS
  
  PR:		202338

Modified:
  head/comms/chirp/Makefile

Modified: head/comms/chirp/Makefile
==============================================================================
--- head/comms/chirp/Makefile	Mon Aug 17 13:55:06 2015	(r394506)
+++ head/comms/chirp/Makefile	Mon Aug 17 14:13:04 2015	(r394507)
@@ -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?201508171413.t7HED4vC037201>