Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2012 12:06:22 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302679 - head/sysutils/webmin
Message-ID:  <201208171206.q7HC6MNb066958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Fri Aug 17 12:06:21 2012
New Revision: 302679
URL: http://svn.freebsd.org/changeset/ports/302679

Log:
  Add missing dependency on p5-IO-Tty.
  
  PR:		ports/170692
  Submitted by:	Loganaden Velvindron <logan afrinic.net>

Modified:
  head/sysutils/webmin/Makefile   (contents, props changed)

Modified: head/sysutils/webmin/Makefile
==============================================================================
--- head/sysutils/webmin/Makefile	Fri Aug 17 12:05:45 2012	(r302678)
+++ head/sysutils/webmin/Makefile	Fri Aug 17 12:06:21 2012	(r302679)
@@ -7,6 +7,7 @@
 
 PORTNAME=	webmin
 PORTVERSION=	1.590
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://download.webmin.com/updates/:up \
 		SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \
@@ -19,6 +20,7 @@ MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Web-based interface for system administration for Unix
 
 RUN_DEPENDS=	p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
+		p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \
 		p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM
 
 USE_PERL5=	yes



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