svn commit: r519585 - head/comms/yfklog

Diane Bruce db at FreeBSD.org
Sun Dec 8 23:57:44 UTC 2019


Author: db
Date: Sun Dec  8 23:57:43 2019
New Revision: 519585
URL: https://svnweb.freebsd.org/changeset/ports/519585

Log:
  Reported via direct email
  ==
  Hi,
  Just to tell you that YFKLOG also needs to install (here on my laptop):
  p5-libwww
  p5-Net-Telnet
  Pascal Deveaux
  (fr5dh)
  ==
  
  - Missing routines used by yfklog subroutines added to port.
  
  Reported by:		Pascal Deveaux <pdeveaux at protonmail.com>

Modified:
  head/comms/yfklog/Makefile

Modified: head/comms/yfklog/Makefile
==============================================================================
--- head/comms/yfklog/Makefile	Sun Dec  8 23:21:13 2019	(r519584)
+++ head/comms/yfklog/Makefile	Sun Dec  8 23:57:43 2019	(r519585)
@@ -3,6 +3,7 @@
 
 PORTNAME=	yfklog
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://fkurz.net/ham/yfklog/ \
 		LOCAL/db
@@ -19,6 +20,8 @@ RUN_DEPENDS=	p5-Curses>=0:devel/p5-Curses \
 		p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
 		p5-DBI>=0:databases/p5-DBI \
 		hamlib>=0:comms/hamlib \
+		p5-libwww>=0:www/p5-libwww \
+		p5-Net-Telnet>=0:net/p5-Net-Telnet \
 		p5-Net-FTP-File>=0:net/p5-Net-FTP-File
 
 USES=		perl5


More information about the svn-ports-all mailing list