pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ddclient Add p5-JSON-Any depends, needed for cloud...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0eb1abf4a72c
branches:  trunk
changeset: 401624:0eb1abf4a72c
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Sep 21 10:40:08 2019 +0000

description:
Add p5-JSON-Any depends, needed for cloudflare and similar providers

Bump PKGREVISION

diffstat:

 net/ddclient/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 280af0f38129 -r 0eb1abf4a72c net/ddclient/Makefile
--- a/net/ddclient/Makefile     Sat Sep 21 10:09:25 2019 +0000
+++ b/net/ddclient/Makefile     Sat Sep 21 10:40:08 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2019/08/11 13:22:07 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2019/09/21 10:40:08 abs Exp $
 
 DISTNAME=      ddclient-3.8.3
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ddclient/}
 EXTRACT_SUFX=  .tar.bz2
@@ -22,6 +22,8 @@
                        ${PKG_SYSCONFDIR}/ddclient.conf                 \
                        ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600
 
+DEPENDS+=               p5-JSON-Any>=0.0:../../converters/p5-JSON-Any
+
 REPLACE_INTERPRETER+=  sh
 REPLACE.sh.old=                .*/bin/bash
 REPLACE.sh.new=                /bin/sh



Home | Main Index | Thread Index | Old Index