From 309e6c96ce6aef149ad5f9b53b1832abd3c2f879 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Tue, 9 May 2017 20:48:17 +0000 Subject: 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 --- comms/direwolf/Makefile | 4 ++-- comms/direwolf/distinfo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'comms') diff --git a/comms/direwolf/Makefile b/comms/direwolf/Makefile index 0ede614823ec..d22adfedfdba 100644 --- a/comms/direwolf/Makefile +++ b/comms/direwolf/Makefile @@ -11,12 +11,12 @@ COMMENT= Software "soundcard" modem/TNC and APRS encoder/decoder 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 \ diff --git a/comms/direwolf/distinfo b/comms/direwolf/distinfo index 0741932646e0..787514ff9a59 100644 --- a/comms/direwolf/distinfo +++ b/comms/direwolf/distinfo @@ -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 -- cgit v1.3