svn commit: r427422 - head/net-mgmt/nagstamon

Kubilay Kocak koobs at FreeBSD.org
Wed Nov 30 13:16:26 UTC 2016


On 30/11/2016 11:11 PM, Emanuel Haupt wrote:
> 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

Does the quarterly version also require it?

If so, please MFH

> 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
> 




More information about the svn-ports-head mailing list