From owner-svn-ports-all@FreeBSD.ORG Sat Jun 22 11:04:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7D42336F; Sat, 22 Jun 2013 11:04:18 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7021D17E0; Sat, 22 Jun 2013 11:04:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5MB4Ix7093804; Sat, 22 Jun 2013 11:04:18 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5MB4IqZ093803; Sat, 22 Jun 2013 11:04:18 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306221104.r5MB4IqZ093803@svn.freebsd.org> From: William Grzybowski Date: Sat, 22 Jun 2013 11:04:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321564 - head/www/py-flexget 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.14 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: Sat, 22 Jun 2013 11:04:18 -0000 Author: wg Date: Sat Jun 22 11:04:17 2013 New Revision: 321564 URL: http://svnweb.freebsd.org/changeset/ports/321564 Log: www/py-flexget: take maintainership - Take maintainership PR: ports/179366 Approved by: maintainer (timeout) Modified: head/www/py-flexget/Makefile Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Sat Jun 22 11:01:39 2013 (r321563) +++ head/www/py-flexget/Makefile Sat Jun 22 11:04:17 2013 (r321564) @@ -11,7 +11,7 @@ MASTER_SITES= http://download.flexget.co PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FlexGet-${PORTVERSION} -MAINTAINER= lioux@FreeBSD.org +MAINTAINER= wg@FreeBSD.org COMMENT= Program to automate downloading from different sources LICENSE= MIT