svn commit: r440513 - head/comms/direwolf
Diane Bruce
db at FreeBSD.org
Tue May 9 20:48:19 UTC 2017
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 at 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
More information about the svn-ports-all
mailing list