Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 12:47:53 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534081 - head/net-mgmt/chillispot
Message-ID:  <202005051247.045ClrhV072363@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue May  5 12:47:53 2020
New Revision: 534081
URL: https://svnweb.freebsd.org/changeset/ports/534081

Log:
  net-mgmt/chillispot: remove expired optional dependency on net/openradius

Modified:
  head/net-mgmt/chillispot/Makefile

Modified: head/net-mgmt/chillispot/Makefile
==============================================================================
--- head/net-mgmt/chillispot/Makefile	Tue May  5 12:41:37 2020	(r534080)
+++ head/net-mgmt/chillispot/Makefile	Tue May  5 12:47:53 2020	(r534081)
@@ -21,16 +21,11 @@ CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc
 USE_RC_SUBR=	chillispot
 SUB_FILES=	pkg-message installguide.txt
 
-OPTIONS_DEFINE=	APACHE RADIUS
-OPTIONS_SINGLE=	RADIUS
-OPTIONS_SINGLE_RADIUS= FREERADIUS OPENRADIUS
-
+OPTIONS_DEFINE=	APACHE FREERADIUS
 FREERADIUS_DESC=depend on FreeRADIUS
-OPENRADIUS_DESC=depend on OpenRADIUS
 
 APACHE_USE=	apache_run=22+
 FREERADIUS_RUN_DEPENDS=	radiusd:net/freeradius
-OPENRADIUS_RUN_DEPENDS=	radiusd:net/openradius
 
 .include <bsd.port.pre.mk>
 



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