svn commit: r394319 - head/comms/chirp

Mark Felder feld at FreeBSD.org
Sat Aug 15 14:21:17 UTC 2015


Author: feld
Date: Sat Aug 15 14:21:16 2015
New Revision: 394319
URL: https://svnweb.freebsd.org/changeset/ports/394319

Log:
  Add missing RUN_DEPENDS
  Sort USES
  
  PR:		202338

Modified:
  head/comms/chirp/Makefile

Modified: head/comms/chirp/Makefile
==============================================================================
--- head/comms/chirp/Makefile	Sat Aug 15 14:15:07 2015	(r394318)
+++ head/comms/chirp/Makefile	Sat Aug 15 14:21:16 2015	(r394319)
@@ -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 at 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


More information about the svn-ports-all mailing list