From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 23:43:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89EE22FC; Wed, 2 Jul 2014 23:43:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 772F32FF0; Wed, 2 Jul 2014 23:43:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62NhvrA072253; Wed, 2 Jul 2014 23:43:57 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62Nhvtk072252; Wed, 2 Jul 2014 23:43:57 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407022343.s62Nhvtk072252@svn.freebsd.org> From: John Marino Date: Wed, 2 Jul 2014 23:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360321 - head/net/wowzamediaserverpro 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.18 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: Wed, 02 Jul 2014 23:43:57 -0000 Author: marino Date: Wed Jul 2 23:43:56 2014 New Revision: 360321 URL: http://svnweb.freebsd.org/changeset/ports/360321 QAT: https://qat.redports.org/buildarchive/r360321/ Log: net/wowzamediaserverpro: Reset maintainer and deprecate interactive port Unstaged ports are being reset today. I'll grab this one from the batch in order to set the expiration date to match the other unmaintained interactive ports. The port should be converted to a regular port as well as providing stage support in order to undeprecate it. Approved by: portmgr (implicit) Modified: head/net/wowzamediaserverpro/Makefile Modified: head/net/wowzamediaserverpro/Makefile ============================================================================== --- head/net/wowzamediaserverpro/Makefile Wed Jul 2 23:43:12 2014 (r360320) +++ head/net/wowzamediaserverpro/Makefile Wed Jul 2 23:43:56 2014 (r360321) @@ -7,9 +7,12 @@ CATEGORIES= net MASTER_SITES= http://www.wowzamedia.com/downloads/WowzaMediaServer-1-7-2/ EXTRACT_SUFX= .tar.bin -MAINTAINER= meritus@innervision.pl +MAINTAINER= ports@FreeBSD.org COMMENT= Commercial flash media server written in Java +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + RESTRICTED= Redistribution not allowed IS_INTERACTIVE= yes