From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 03:24:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E188864D; Tue, 1 Jul 2014 03:24:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFE2124CB; Tue, 1 Jul 2014 03:24:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s613OGAs099897; Tue, 1 Jul 2014 03:24:16 GMT (envelope-from xride@svn.freebsd.org) Received: (from xride@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s613OGfs099896; Tue, 1 Jul 2014 03:24:16 GMT (envelope-from xride@svn.freebsd.org) Message-Id: <201407010324.s613OGfs099896@svn.freebsd.org> From: Soeren Straarup Date: Tue, 1 Jul 2014 03:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359954 - head/comms/gnuradio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 03:24:17 -0000 Author: xride Date: Tue Jul 1 03:24:16 2014 New Revision: 359954 URL: http://svnweb.freebsd.org/changeset/ports/359954 QAT: https://qat.redports.org/buildarchive/r359954/ Log: - Changed Maintainer to hamradio@ - Added shebangfix to USES Approved by: maintainer (db@) Modified: head/comms/gnuradio/Makefile Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Tue Jul 1 03:04:00 2014 (r359953) +++ head/comms/gnuradio/Makefile Tue Jul 1 03:24:16 2014 (r359954) @@ -7,7 +7,7 @@ MASTER_SITES= http://gnuradio.org/releas ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db -MAINTAINER= db@FreeBSD.org +MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio Software defined radio BUILD_DEPENDS= sdl-config:${PORTSDIR}/devel/sdl12 \ @@ -34,7 +34,8 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem\ ${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 -USES= iconv cmake:outsource perl5 +USES= iconv cmake:outsource perl5 shebangfix +SHEBANG_FILES= grc/freedesktop/grc_setup_freedesktop.in CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0" CMAKE_ARGS+= -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ -DICONV_LIB:STRING="X${ICONV_LIB}" \