svn commit: r441323 - head/comms/usrp

Tobias C. Berner tcberner at FreeBSD.org
Sat May 20 17:29:26 UTC 2017


Author: tcberner
Date: Sat May 20 17:29:24 2017
New Revision: 441323
URL: https://svnweb.freebsd.org/changeset/ports/441323

Log:
  Fix shebangs.
  
  * Make dependency on pyhthon explicit.
  
  Approved by:	rakuco (mentor, implicit)

Modified:
  head/comms/usrp/Makefile

Modified: head/comms/usrp/Makefile
==============================================================================
--- head/comms/usrp/Makefile	Sat May 20 17:26:32 2017	(r441322)
+++ head/comms/usrp/Makefile	Sat May 20 17:29:24 2017	(r441323)
@@ -2,7 +2,7 @@
 
 PORTNAME=	usrp
 PORTVERSION=	3.4.3
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	comms hamradio
 MASTER_SITES=	LOCAL/adrian
 DISTNAME=	Ettus-USRP-3.4.3
@@ -17,12 +17,15 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 		orcc:devel/orc \
 		sdcc:lang/sdcc
 
-USES=			compiler:c++0x cmake:outsource gmake pkgconfig dos2unix
+USES=			compiler:c++0x cmake:outsource gmake pkgconfig python:run \
+			dos2unix shebangfix
 COMPILER_FEATURES=	libc++
 USE_LDCONFIG=		yes
 CMAKE_SOURCE_PATH=	${WRKSRC}/host
 MAKE_JOBS_UNSAFE=	yes
 
+SHEBANG_GLOB=	*.py
+
 # for excruciating debug use this -db
 #CMAKE_ARGS+=	--debug-output --trace
 DOCSDIR=	share/doc/uhd


More information about the svn-ports-all mailing list