From owner-svn-ports-head@FreeBSD.ORG Sat Mar 7 00:10:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 898FB67C; Sat, 7 Mar 2015 00:10:30 +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 752579E8; Sat, 7 Mar 2015 00:10:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t270AUNV070984; Sat, 7 Mar 2015 00:10:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t270ATgp070982; Sat, 7 Mar 2015 00:10:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503070010.t270ATgp070982@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 7 Mar 2015 00:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380658 - in head/net: remmina remmina-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2015 00:10:30 -0000 Author: bapt Date: Sat Mar 7 00:10:29 2015 New Revision: 380658 URL: https://svnweb.freebsd.org/changeset/ports/380658 QAT: https://qat.redports.org/buildarchive/r380658/ Log: Reset maintainership to let a change for a new maintainer to catch up on this port Discussed with: fluffy Modified: head/net/remmina-plugins/Makefile head/net/remmina/Makefile Modified: head/net/remmina-plugins/Makefile ============================================================================== --- head/net/remmina-plugins/Makefile Sat Mar 7 00:03:53 2015 (r380657) +++ head/net/remmina-plugins/Makefile Sat Mar 7 00:10:29 2015 (r380658) @@ -13,7 +13,7 @@ GH_TAGNAME= ${PORTVERSION} DISTNAME= remmina-${PORTVERSION} -MAINTAINER?= fluffy@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Remmina plugin system .if defined(PKGNAMESUFFIX) Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Sat Mar 7 00:03:53 2015 (r380657) +++ head/net/remmina/Makefile Sat Mar 7 00:10:29 2015 (r380658) @@ -6,7 +6,7 @@ PORTVERSION= 1.0.0 PORTREVISION= 5 CATEGORIES= net gnome -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The GTK+ Remote Desktop Client LICENSE= GPLv2