svn commit: r453711 - head/net/exabgp

Ryan Steinmetz zi at FreeBSD.org
Tue Nov 7 23:32:18 UTC 2017


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 at FreeBSD.org
 COMMENT=	BGP engine and route injector
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipaddress>0:net/py-ipaddress
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT


More information about the svn-ports-head mailing list