svn commit: r394509 - branches/2015Q3/comms/chirp

Mark Felder feld at FreeBSD.org
Mon Aug 17 14:23:34 UTC 2015


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


More information about the svn-ports-branches mailing list