svn commit: r433817 - head/dns/ddclient

Kirill Ponomarew krion at FreeBSD.org
Fri Feb 10 17:28:23 UTC 2017


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


More information about the svn-ports-all mailing list