svn commit: r394507 - head/comms/chirp

Mark Felder feld at FreeBSD.org
Mon Aug 17 14:13:05 UTC 2015


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


More information about the svn-ports-head mailing list