svn commit: r427475 - branches/2016Q4/net-mgmt/nagstamon

Emanuel Haupt ehaupt at FreeBSD.org
Thu Dec 1 08:03:25 UTC 2016


Author: ehaupt
Date: Thu Dec  1 08:03:23 2016
New Revision: 427475
URL: https://svnweb.freebsd.org/changeset/ports/427475

Log:
  MFH: r427422
  
  Requires security/py-keyring as a run-dependency.
  
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2016Q4/net-mgmt/nagstamon/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/net-mgmt/nagstamon/Makefile
==============================================================================
--- branches/2016Q4/net-mgmt/nagstamon/Makefile	Thu Dec  1 07:58:19 2016	(r427474)
+++ branches/2016Q4/net-mgmt/nagstamon/Makefile	Thu Dec  1 08:03:23 2016	(r427475)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nagstamon
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	https://nagstamon.ifw-dresden.de/files-nagstamon/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


More information about the svn-ports-all mailing list