Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 08:24:51 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499613 - head/net-mgmt/unifi-devel
Message-ID:  <201904220824.x3M8OpXc041607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Apr 22 08:24:51 2019
New Revision: 499613
URL: https://svnweb.freebsd.org/changeset/ports/499613

Log:
  net-mgmt/unifi-devel: upgrade 5.10.19 -> 5.10.21
  
  - uncomment LICENSE in Makefile
  
  PR:		237375
  Pointy hat to:	pi

Modified:
  head/net-mgmt/unifi-devel/Makefile

Modified: head/net-mgmt/unifi-devel/Makefile
==============================================================================
--- head/net-mgmt/unifi-devel/Makefile	Mon Apr 22 08:23:54 2019	(r499612)
+++ head/net-mgmt/unifi-devel/Makefile	Mon Apr 22 08:24:51 2019	(r499613)
@@ -14,12 +14,12 @@ DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 MAINTAINER=	bryce@bryce.net
 COMMENT=	UniFi Controller development release
 
-#LICENSE=	EULA
-#LICENSE_NAME=	End User License Agreement
-#LICENSE_TEXT=	${RESTRICTED}
-#LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept
+LICENSE=	EULA
+LICENSE_NAME=	End User License Agreement
+LICENSE_TEXT=	${RESTRICTED}
+LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept
 
-#RESTRICTED=	License restrictions, see https://www.ubnt.com/eula/
+RESTRICTED=	License restrictions, see https://www.ubnt.com/eula/
 
 RUN_DEPENDS=	mongodb36>0:databases/mongodb36 \
 		snappyjava>0:archivers/snappy-java



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