sysutils/rsnapshot: Update to 1.4.3

ChangeLog: https://github.com/rsnapshot/rsnapshot/releases/tag/1.4.3

While here, pet linters.

PR:	249212
Submitted by:	gspurki@gmail.com
Reviewed by:	ralfvd@gmail.com (maintainer)
This commit is contained in:
Fernando Apesteguía 2020-10-24 12:14:02 +00:00
parent bb67ed74ac
commit 228df9358a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553191
4 changed files with 10 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= rsnapshot PORTNAME= rsnapshot
PORTVERSION= 1.4.2 PORTVERSION= 1.4.3
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= http://www.rsnapshot.org/downloads/ MASTER_SITES= http://www.rsnapshot.org/downloads/
@ -16,14 +16,15 @@ BUILD_DEPENDS= rsync:net/rsync
RUN_DEPENDS= rsync:net/rsync \ RUN_DEPENDS= rsync:net/rsync \
p5-Lchown>=0:sysutils/p5-Lchown p5-Lchown>=0:sysutils/p5-Lchown
OPTIONS_DEFINE= DOCS
USES= perl5 USES= perl5
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
NO_ARCH= yes NO_ARCH= yes
PORTDOCS= AUTHORS ChangeLog README.md PORTDOCS= AUTHORS ChangeLog README.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on: post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}

View File

@ -1,2 +1,3 @@
SHA256 (rsnapshot-1.4.2.tar.gz) = 042a81c45b325296b21c363f417985d857f083f87c5c27f5a64677a052f24e16 TIMESTAMP = 1599662497
SIZE (rsnapshot-1.4.2.tar.gz) = 487959 SHA256 (rsnapshot-1.4.3.tar.gz) = 2b0c7aad3e14e0260513331425a605d73c3bdd7936d66d418d7714a76bc55bd1
SIZE (rsnapshot-1.4.3.tar.gz) = 370840

View File

@ -4,6 +4,6 @@ and remote machines over ssh. The code makes extensive use of hard links
whenever possible, to greatly reduce the disk space required. whenever possible, to greatly reduce the disk space required.
It is written entirely in perl with no module dependencies, and has been It is written entirely in perl with no module dependencies, and has been
tested with versions 5.004 through 5.8.1. tested with versions 5.004 through 5.16.3.
WWW: http://www.rsnapshot.org WWW: http://www.rsnapshot.org

View File

@ -1,5 +1,5 @@
bin/rsnapshot bin/rsnapshot
bin/rsnapshot-diff bin/rsnapshot-diff
etc/rsnapshot.conf.default %%ETCDIR%%.conf.default
man/man1/rsnapshot.1.gz
man/man1/rsnapshot-diff.1.gz man/man1/rsnapshot-diff.1.gz
man/man1/rsnapshot.1.gz