From owner-svn-ports-head@FreeBSD.ORG Sun Sep 30 08:22:33 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5284106566B; Sun, 30 Sep 2012 08:22:33 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8798FC0A; Sun, 30 Sep 2012 08:22:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8U8MXEL094041; Sun, 30 Sep 2012 08:22:33 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8U8MX7n094038; Sun, 30 Sep 2012 08:22:33 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209300822.q8U8MX7n094038@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 30 Sep 2012 08:22:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305075 - head/ftp/bareftp X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 30 Sep 2012 08:22:33 -0000 Author: rm Date: Sun Sep 30 08:22:33 2012 New Revision: 305075 URL: http://svn.freebsd.org/changeset/ports/305075 Log: - pass maintainership to new (actually old) volunteer PR: 172163 Submitted by: Chris Petrik Approved by: romain (mono@ team) Modified: head/ftp/bareftp/Makefile head/ftp/bareftp/pkg-descr Modified: head/ftp/bareftp/Makefile ============================================================================== --- head/ftp/bareftp/Makefile Sun Sep 30 06:25:19 2012 (r305074) +++ head/ftp/bareftp/Makefile Sun Sep 30 08:22:33 2012 (r305075) @@ -1,9 +1,5 @@ -# Ports collection makefile for: bareftp -# Date created: Sat June 20, 2009 -# Whom: Chris Petrik (chris@officialunix.com) -# +# Created by: Chris Petrik (chris@officialunix.com) # $FreeBSD$ -# PORTNAME= bareftp PORTVERSION= 0.3.8 @@ -11,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://www.bareftp.org/release/ -MAINTAINER= mono@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Ftp client made in C sharp GNU_CONFIGURE= yes Modified: head/ftp/bareftp/pkg-descr ============================================================================== --- head/ftp/bareftp/pkg-descr Sun Sep 30 06:25:19 2012 (r305074) +++ head/ftp/bareftp/pkg-descr Sun Sep 30 08:22:33 2012 (r305075) @@ -3,4 +3,4 @@ under the terms of the GPL license. It s protocols. bareFTP is written in pure C# for the Mono framework, using Gtk# for the user interface. -WWW: http://www.bareftp.org +WWW: http://www.bareftp.org