Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 12:57:01 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311712 - head/net-mgmt/ezradius
Message-ID:  <201302051257.r15Cv1es079989@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Feb  5 12:57:01 2013
New Revision: 311712
URL: http://svnweb.freebsd.org/changeset/ports/311712

Log:
  - Update RUN_DEPENDS after net/freeradius-mysql deprecation
  - Bump PORTREVISION

Modified:
  head/net-mgmt/ezradius/Makefile

Modified: head/net-mgmt/ezradius/Makefile
==============================================================================
--- head/net-mgmt/ezradius/Makefile	Tue Feb  5 12:52:45 2013	(r311711)
+++ head/net-mgmt/ezradius/Makefile	Tue Feb  5 12:57:01 2013	(r311712)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	ezradius
-# Date created:		2008-05-29
-# Whom:			Lucio Costa <lucio@zetasolucoes.com.br>
-#
+# Created by: Lucio Costa <lucio@zetasolucoes.com.br>
 # $FreeBSD$
-#
 
 PORTNAME=	ezradius
 PORTVERSION=	0.2.1.2
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.2.1stable
 DISTNAME=	${PORTNAME}-${PORTVERSION}stable${EXTRACT_SUFFIX}
@@ -14,7 +11,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}stab
 MAINTAINER=	lucio@zetasolucoes.com.br
 COMMENT=	EzRADIUS is FreeRADIUS and Chillispot web-based management software
 
-RUN_DEPENDS=	radiusd:${PORTSDIR}/net/freeradius-mysql
+RUN_DEPENDS=	radiusd:${PORTSDIR}/net/freeradius2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-intl
 NO_BUILD=	yes



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