Date: Tue, 9 May 2017 20:48:18 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440513 - head/comms/direwolf Message-ID: <201705092048.v49KmINH045787@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705092048.v49KmINH045787>