From owner-svn-ports-head@freebsd.org Wed May 10 18:09:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9D13D66550; Wed, 10 May 2017 18:09:38 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9526A1F06; Wed, 10 May 2017 18:09:38 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4AI9beU071153; Wed, 10 May 2017 18:09:37 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4AI9bl9071149; Wed, 10 May 2017 18:09:37 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201705101809.v4AI9bl9071149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Wed, 10 May 2017 18:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440581 - in head/sysutils/rsyncbackup: . files 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.23 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: Wed, 10 May 2017 18:09:38 -0000 Author: krion Date: Wed May 10 18:09:37 2017 New Revision: 440581 URL: https://svnweb.freebsd.org/changeset/ports/440581 Log: Update to version 1.1 Update WWW to follow new upstream Pass maintainership to submitter PR: 218024 Submitted by: portmaster@bsdforge.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10118 Modified: head/sysutils/rsyncbackup/Makefile head/sysutils/rsyncbackup/distinfo head/sysutils/rsyncbackup/files/pkg-message.in head/sysutils/rsyncbackup/pkg-descr Modified: head/sysutils/rsyncbackup/Makefile ============================================================================== --- head/sysutils/rsyncbackup/Makefile Wed May 10 17:52:21 2017 (r440580) +++ head/sysutils/rsyncbackup/Makefile Wed May 10 18:09:37 2017 (r440581) @@ -2,27 +2,21 @@ # $FreeBSD$ PORTNAME= rsyncbackup -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= rsync-backup -DISTNAME= rsyncbackup +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/rsyncbackup/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Rsync frontend written in Perl LICENSE= GPLv2+ -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - RUN_DEPENDS= rsync:net/rsync CONFIGSRC= ${WRKSRC}/config CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf -USES= perl5 zip +USES= perl5 tar:xz NO_BUILD= yes NO_ARCH= yes Modified: head/sysutils/rsyncbackup/distinfo ============================================================================== --- head/sysutils/rsyncbackup/distinfo Wed May 10 17:52:21 2017 (r440580) +++ head/sysutils/rsyncbackup/distinfo Wed May 10 18:09:37 2017 (r440581) @@ -1,2 +1,3 @@ -SHA256 (rsyncbackup.zip) = 35e41448278661625e72a4e99ce236b07e4d716113bf2716ebe892b54a597477 -SIZE (rsyncbackup.zip) = 61286 +TIMESTAMP = 1490225450 +SHA256 (rsyncbackup-1.1.tar.xz) = 41dc14c57a06ef9ffffca7bf6e20e935c3e1b1e189041eb4366002231cc64201 +SIZE (rsyncbackup-1.1.tar.xz) = 39388 Modified: head/sysutils/rsyncbackup/files/pkg-message.in ============================================================================== --- head/sysutils/rsyncbackup/files/pkg-message.in Wed May 10 17:52:21 2017 (r440580) +++ head/sysutils/rsyncbackup/files/pkg-message.in Wed May 10 18:09:37 2017 (r440581) @@ -1,5 +1,3 @@ - - NOTE: ========== @@ -17,8 +15,4 @@ rsyncbackup is now installed on your sys The HTML documentation has been installed into %%DOCSDIR%% - -Official page: http://code.google.com/p/rsync-backup/ -Online docs: http://rsyncbackup.erlang.no/doc/ - - +Official page: http://BSDforge.com/projects/sysutils/rsync-backup/ Modified: head/sysutils/rsyncbackup/pkg-descr ============================================================================== --- head/sysutils/rsyncbackup/pkg-descr Wed May 10 17:52:21 2017 (r440580) +++ head/sysutils/rsyncbackup/pkg-descr Wed May 10 18:09:37 2017 (r440581) @@ -1,4 +1,5 @@ -rsyncbackup is a perlscript that reads configuration files for sources -and destinations, and feeds the rsync tool with the appropriate parameters. +rsyncbackup is a Perl script that reads configuration files for +sources and destinations. It then feeds the rsync tool with the +appropriate parameters. -WWW: http://code.google.com/p/rsync-backup/ +WWW: http://BSDforge.com/projects/sysutils/rsync-backup/