svn commit: r302678 - head/sysutils/usermin

Jimmy Olgeni olgeni at FreeBSD.org
Fri Aug 17 12:05:46 UTC 2012


Author: olgeni
Date: Fri Aug 17 12:05:45 2012
New Revision: 302678
URL: http://svn.freebsd.org/changeset/ports/302678

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

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

Modified: head/sysutils/usermin/Makefile
==============================================================================
--- head/sysutils/usermin/Makefile	Fri Aug 17 11:25:05 2012	(r302677)
+++ head/sysutils/usermin/Makefile	Fri Aug 17 12:05:45 2012	(r302678)
@@ -7,6 +7,7 @@
 
 PORTNAME=	usermin
 PORTVERSION=	1.510
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.webmin.com/uupdates/:up \
 		SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \
@@ -19,6 +20,7 @@ MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Web-based interface for performing some user tasks
 
 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
 
 FETCH_CMD?=	/usr/bin/fetch -pRr



More information about the svn-ports-all mailing list