On Fri, 17 Mar 2017 15:28:38 -0400, Scott B <sco...@fastmail.com> wrote:

> twirssi is missing the converters/p5-JSON-Any runtime dependency. It's
> not sorted so that
> it's only a one line diff.

Thanks, I committed a tweaked version (we prefer correctness rather
than short diff ;))

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/twirssi/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    19 Oct 2015 12:52:27 -0000      1.11
+++ Makefile    17 Mar 2017 22:13:13 -0000
@@ -4,6 +4,7 @@ COMMENT=        Twitter script for irssi
 
 V=             2.6.3
 DISTNAME=      twirssi-$V
+REVISION=      0
 CATEGORIES=    net
 
 HOMEPAGE=      http://www.twirssi.com/
@@ -15,7 +16,8 @@ MASTER_SITES= http://nerd.hu/distfiles/
 EXTRACT_ONLY=
 EXTRACT_SUFX=  .pl
 
-RUN_DEPENDS=   net/irssi \
+RUN_DEPENDS=   converters/p5-JSON-Any \
+               net/irssi \
                net/p5-Net-Twitter \
                www/p5-LWP-Protocol-https \
                www/p5-WWW-Shorten

Reply via email to