Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2019 23:57:43 +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: r519585 - head/comms/yfklog
Message-ID:  <201912082357.xB8NvhVS037199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912082357.xB8NvhVS037199>