Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 12:45:43 +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: r394407 - branches/2015Q3/comms/chirp
Message-ID:  <201508161245.t7GCjiIG058252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sun Aug 16 12:45:43 2015
New Revision: 394407
URL: https://svnweb.freebsd.org/changeset/ports/394407

Log:
  MFH: r394319
  
  Add missing RUN_DEPENDS
  Sort USES
  
  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	Sun Aug 16 12:40:39 2015	(r394406)
+++ branches/2015Q3/comms/chirp/Makefile	Sun Aug 16 12:45:43 2015	(r394407)
@@ -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



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