Date: Fri, 10 Feb 2017 17:28:22 +0000 (UTC) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433817 - head/dns/ddclient Message-ID: <201702101728.v1AHSMnp073133@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Fri Feb 10 17:28:21 2017 New Revision: 433817 URL: https://svnweb.freebsd.org/changeset/ports/433817 Log: Remove superfluous dependency. Noticed by: sunpoet Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9523 Modified: head/dns/ddclient/Makefile Modified: head/dns/ddclient/Makefile ============================================================================== --- head/dns/ddclient/Makefile Fri Feb 10 17:17:35 2017 (r433816) +++ head/dns/ddclient/Makefile Fri Feb 10 17:28:21 2017 (r433817) @@ -3,7 +3,7 @@ PORTNAME= ddclient PORTVERSION= 3.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -19,8 +19,6 @@ USE_PERL5= run USE_RC_SUBR= ${PORTNAME} -RUN_DEPENDS= p5-JSON-PP>=0:converters/p5-JSON-PP - SUB_FILES= pkg-message ddclient_force OPTIONS_DEFINE= SSL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702101728.v1AHSMnp073133>