From owner-svn-ports-head@FreeBSD.ORG Mon Dec 15 18:01:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70688B8F; Mon, 15 Dec 2014 18:01:48 +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 5C26C9B; Mon, 15 Dec 2014 18:01:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBFI1mCW015105; Mon, 15 Dec 2014 18:01:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBFI1lmM015103; Mon, 15 Dec 2014 18:01:47 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201412151801.sBFI1lmM015103@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 15 Dec 2014 18:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374759 - head/sysutils/rsnapshot 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: Mon, 15 Dec 2014 18:01:48 -0000 Author: linimon Date: Mon Dec 15 18:01:47 2014 New Revision: 374759 URL: https://svnweb.freebsd.org/changeset/ports/374759 QAT: https://qat.redports.org/buildarchive/r374759/ Log: Assign to new maintainer. Pet portlint. Submitted by: remko (private communication) Modified: head/sysutils/rsnapshot/Makefile head/sysutils/rsnapshot/pkg-descr Modified: head/sysutils/rsnapshot/Makefile ============================================================================== --- head/sysutils/rsnapshot/Makefile Mon Dec 15 17:50:58 2014 (r374758) +++ head/sysutils/rsnapshot/Makefile Mon Dec 15 18:01:47 2014 (r374759) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= remko@FreeBSD.org COMMENT= Filesystem snapshot utility based on rsync(1) BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync Modified: head/sysutils/rsnapshot/pkg-descr ============================================================================== --- head/sysutils/rsnapshot/pkg-descr Mon Dec 15 17:50:58 2014 (r374758) +++ head/sysutils/rsnapshot/pkg-descr Mon Dec 15 18:01:47 2014 (r374759) @@ -6,4 +6,4 @@ whenever possible, to greatly reduce the It is written entirely in perl with no module dependencies, and has been tested with versions 5.004 through 5.8.1. -WWW: http://www.rsnapshot.org +WWW: http://www.rsnapshot.org