From owner-svn-ports-head@freebsd.org Tue May 9 20:48:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FACBD65D27; Tue, 9 May 2017 20:48:19 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 11C6E14FF; Tue, 9 May 2017 20:48:19 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v49KmIbJ045789; Tue, 9 May 2017 20:48:18 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v49KmINH045787; Tue, 9 May 2017 20:48:18 GMT (envelope-from db@FreeBSD.org) Message-Id: <201705092048.v49KmINH045787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Tue, 9 May 2017 20:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440513 - head/comms/direwolf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2017 20:48:19 -0000 Author: db Date: Tue May 9 20:48:17 2017 New Revision: 440513 URL: https://svnweb.freebsd.org/changeset/ports/440513 Log: The astro/gpsd update (r439960) removed libgpsd.so that Direwolf's LIB_DEPENDS was described with. Direwolf actually depends on libgps.so, so this just gets renamed to reflect actual dependency. While here, one of the telemetry scripts uses #!/usr/local/bin/python, so mark the dependency on the python metaport. No PORTREVISION bump because port was failing to build as of r439960. PR: ports/219096 Submitted by: bsdports@kyle-evans.net Reported by: pkg-fallout Approved by: Maintainer Modified: head/comms/direwolf/Makefile head/comms/direwolf/distinfo (contents, props changed) Modified: head/comms/direwolf/Makefile ============================================================================== --- head/comms/direwolf/Makefile Tue May 9 19:16:34 2017 (r440512) +++ head/comms/direwolf/Makefile Tue May 9 20:48:17 2017 (r440513) @@ -11,12 +11,12 @@ COMMENT= Software "soundcard" modem/TNC LICENSE= GPLv2 LIB_DEPENDS= libhamlib.so:comms/hamlib \ - libgpsd.so:astro/gpsd + libgps.so:astro/gpsd USE_GITHUB= yes GH_ACCOUNT= wb2osz GH_TAGNAME= 6207e2e -USES= dos2unix gmake shebangfix +USES= dos2unix gmake python shebangfix SHEBANG_FILES= telemetry-toolkit/telem-bits.pl telemetry-toolkit/telem-parm.pl\ telemetry-toolkit/telem-eqns.pl dwespeak.sh \ Modified: head/comms/direwolf/distinfo ============================================================================== --- head/comms/direwolf/distinfo Tue May 9 19:16:34 2017 (r440512) +++ head/comms/direwolf/distinfo Tue May 9 20:48:17 2017 (r440513) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490361715 +TIMESTAMP = 1494361181 SHA256 (wb2osz-direwolf-1.4-6207e2e_GH0.tar.gz) = d3a42b5207935e38bfa4902a76daf684269f9cb71bcc271d80508293e40ac6a9 SIZE (wb2osz-direwolf-1.4-6207e2e_GH0.tar.gz) = 13849018