From owner-svn-ports-head@freebsd.org Tue Nov 7 23:32:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAA6BE6772D; Tue, 7 Nov 2017 23:32:17 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9D4E7722A; Tue, 7 Nov 2017 23:32:17 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA7NV1Eo035221; Tue, 7 Nov 2017 23:31:01 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA7NV1bU035220; Tue, 7 Nov 2017 23:31:01 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201711072331.vA7NV1bU035220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 7 Nov 2017 23:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453711 - head/net/exabgp X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net/exabgp X-SVN-Commit-Revision: 453711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 23:32:18 -0000 Author: zi Date: Tue Nov 7 23:31:01 2017 New Revision: 453711 URL: https://svnweb.freebsd.org/changeset/ports/453711 Log: - Add missing dependency on net/py-ipaddress for healthcheck tool PR: 223468 Submitted by: Borja Marcos Modified: head/net/exabgp/Makefile Modified: head/net/exabgp/Makefile ============================================================================== --- head/net/exabgp/Makefile Tue Nov 7 23:09:44 2017 (r453710) +++ head/net/exabgp/Makefile Tue Nov 7 23:31:01 2017 (r453711) @@ -3,12 +3,15 @@ PORTNAME= exabgp PORTVERSION= 3.4.20 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GH \ ZI MAINTAINER= zi@FreeBSD.org COMMENT= BGP engine and route injector + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipaddress>0:net/py-ipaddress LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT