svn commit: r369002 - head/net-mgmt/nagios4

Mathieu Arnold mat at FreeBSD.org
Mon Sep 22 22:06:07 UTC 2014


Author: mat
Date: Mon Sep 22 22:06:06 2014
New Revision: 369002
URL: http://svnweb.freebsd.org/changeset/ports/369002
QAT: https://qat.redports.org/buildarchive/r369002/

Log:
  Fix packaging as a user.
  
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/nagios4/Makefile

Modified: head/net-mgmt/nagios4/Makefile
==============================================================================
--- head/net-mgmt/nagios4/Makefile	Mon Sep 22 21:40:21 2014	(r369001)
+++ head/net-mgmt/nagios4/Makefile	Mon Sep 22 22:06:06 2014	(r369002)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nagios
 PORTVERSION=	4.0.8
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION}
 PKGNAMESUFFIX=	4
@@ -15,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl \
 		libgd.so:${PORTSDIR}/graphics/gd
 
-USES=		gmake iconv perl5 uidfix
+USES=		gmake iconv perl5
 USE_PERL5=	build
 USE_PHP=	xml
 USE_RC_SUBR=	nagios


More information about the svn-ports-head mailing list