Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2016 12:11:50 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427422 - head/net-mgmt/nagstamon
Message-ID:  <201611301211.uAUCBoQ4018878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Nov 30 12:11:50 2016
New Revision: 427422
URL: https://svnweb.freebsd.org/changeset/ports/427422

Log:
  Requires security/py-keyring as a run-dependency

Modified:
  head/net-mgmt/nagstamon/Makefile

Modified: head/net-mgmt/nagstamon/Makefile
==============================================================================
--- head/net-mgmt/nagstamon/Makefile	Wed Nov 30 12:07:30 2016	(r427421)
+++ head/net-mgmt/nagstamon/Makefile	Wed Nov 30 12:11:50 2016	(r427422)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nagstamon
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	https://nagstamon.ifw-dresden.de/files/very_stable/ \
 		LOCAL/ehaupt
@@ -13,7 +14,8 @@ COMMENT=	Nagios status monitor for your 
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	sox:audio/sox
+RUN_DEPENDS=	sox:audio/sox \
+		${PYTHON_PKGNAMEPREFIX}keyring>=1.3:security/py-keyring
 
 USES=		cpe python:2
 CPE_VENDOR=	henri_wahl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611301211.uAUCBoQ4018878>