From owner-svn-ports-all@freebsd.org Thu Dec 3 17:46:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1BDDA40403; Thu, 3 Dec 2015 17:46:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B4E91C86; Thu, 3 Dec 2015 17:46:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB3Hkarc081894; Thu, 3 Dec 2015 17:46:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB3Hkaks081893; Thu, 3 Dec 2015 17:46:36 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512031746.tB3Hkaks081893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 3 Dec 2015 17:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402895 - head/net-mgmt/unifi2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2015 17:46:37 -0000 Author: feld Date: Thu Dec 3 17:46:36 2015 New Revision: 402895 URL: https://svnweb.freebsd.org/changeset/ports/402895 Log: net-mgmt/unifi2: EoL, mark DEPRECATED Users should really upgrade to Unifi 3.x or 4.x. Modified: head/net-mgmt/unifi2/Makefile Modified: head/net-mgmt/unifi2/Makefile ============================================================================== --- head/net-mgmt/unifi2/Makefile Thu Dec 3 17:26:23 2015 (r402894) +++ head/net-mgmt/unifi2/Makefile Thu Dec 3 17:46:36 2015 (r402895) @@ -38,6 +38,9 @@ WRKSRC= ${WRKDIR}/UniFi RESTRICTED= Redistribution of bundled firmware images is not permitted CONFLICTS= unifi3-* unifi4-* +DEPRECATED= Unifi 2.x is EoL. Please upgrade to net-mgmt/unifi3 +EXPIRATION_DATE= 2016-01-01 + post-extract: ${MKDIR} ${WRKSRC}/webapps/ROOT @${TAR} xf ${WRKSRC}/webapps/ROOT.war -C ${WRKSRC}/webapps/ROOT