From owner-svn-ports-all@FreeBSD.ORG Sun Dec 7 19:26:49 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B9F8CED; Sun, 7 Dec 2014 19:26:49 +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 881D194B; Sun, 7 Dec 2014 19:26:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB7JQnFh074336; Sun, 7 Dec 2014 19:26:49 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB7JQn3T074335; Sun, 7 Dec 2014 19:26:49 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201412071926.sB7JQn3T074335@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 7 Dec 2014 19:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374224 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 07 Dec 2014 19:26:49 -0000 Author: linimon Date: Sun Dec 7 19:26:48 2014 New Revision: 374224 URL: https://svnweb.freebsd.org/changeset/ports/374224 QAT: https://qat.redports.org/buildarchive/r374224/ Log: Reset maintainer: mail bounces. Obtained from: portsmon Modified: head/sysutils/rsnapshot/Makefile Modified: head/sysutils/rsnapshot/Makefile ============================================================================== --- head/sysutils/rsnapshot/Makefile Sun Dec 7 19:25:52 2014 (r374223) +++ head/sysutils/rsnapshot/Makefile Sun Dec 7 19:26:48 2014 (r374224) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ -MAINTAINER= r.vdooren@snow.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Filesystem snapshot utility based on rsync(1) BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync