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
This commit is contained in:
Kirill Ponomarev
2017-05-10 18:09:37 +00:00
parent f6efe9a5c9
commit 9577b10b16
4 changed files with 12 additions and 22 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,5 +1,3 @@
NOTE:
==========
@@ -17,8 +15,4 @@ rsyncbackup is now installed on your system.
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/

View File

@@ -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/