svn commit: r553191 - head/sysutils/rsnapshot

Fernando Apesteguía fernape at FreeBSD.org
Sat Oct 24 12:14:03 UTC 2020


Author: fernape
Date: Sat Oct 24 12:14:02 2020
New Revision: 553191
URL: https://svnweb.freebsd.org/changeset/ports/553191

Log:
  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 at gmail.com
  Reviewed by:	ralfvd at gmail.com (maintainer)

Modified:
  head/sysutils/rsnapshot/Makefile
  head/sysutils/rsnapshot/distinfo
  head/sysutils/rsnapshot/pkg-descr
  head/sysutils/rsnapshot/pkg-plist

Modified: head/sysutils/rsnapshot/Makefile
==============================================================================
--- head/sysutils/rsnapshot/Makefile	Sat Oct 24 12:12:43 2020	(r553190)
+++ head/sysutils/rsnapshot/Makefile	Sat Oct 24 12:14:02 2020	(r553191)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rsnapshot
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsnapshot.org/downloads/
 
@@ -16,13 +16,14 @@ BUILD_DEPENDS=	rsync:net/rsync
 RUN_DEPENDS=	rsync:net/rsync \
 		p5-Lchown>=0:sysutils/p5-Lchown
 
-OPTIONS_DEFINE=	DOCS
-
 USES=		perl5
+
 GNU_CONFIGURE=	yes
 NO_ARCH=	yes
 
 PORTDOCS=	AUTHORS ChangeLog README.md
+
+OPTIONS_DEFINE=	DOCS
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/sysutils/rsnapshot/distinfo
==============================================================================
--- head/sysutils/rsnapshot/distinfo	Sat Oct 24 12:12:43 2020	(r553190)
+++ head/sysutils/rsnapshot/distinfo	Sat Oct 24 12:14:02 2020	(r553191)
@@ -1,2 +1,3 @@
-SHA256 (rsnapshot-1.4.2.tar.gz) = 042a81c45b325296b21c363f417985d857f083f87c5c27f5a64677a052f24e16
-SIZE (rsnapshot-1.4.2.tar.gz) = 487959
+TIMESTAMP = 1599662497
+SHA256 (rsnapshot-1.4.3.tar.gz) = 2b0c7aad3e14e0260513331425a605d73c3bdd7936d66d418d7714a76bc55bd1
+SIZE (rsnapshot-1.4.3.tar.gz) = 370840

Modified: head/sysutils/rsnapshot/pkg-descr
==============================================================================
--- head/sysutils/rsnapshot/pkg-descr	Sat Oct 24 12:12:43 2020	(r553190)
+++ head/sysutils/rsnapshot/pkg-descr	Sat Oct 24 12:14:02 2020	(r553191)
@@ -4,6 +4,6 @@ and remote machines over ssh. The code makes extensive
 whenever possible, to greatly reduce the disk space required.
 
 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

Modified: head/sysutils/rsnapshot/pkg-plist
==============================================================================
--- head/sysutils/rsnapshot/pkg-plist	Sat Oct 24 12:12:43 2020	(r553190)
+++ head/sysutils/rsnapshot/pkg-plist	Sat Oct 24 12:14:02 2020	(r553191)
@@ -1,5 +1,5 @@
 bin/rsnapshot
 bin/rsnapshot-diff
-etc/rsnapshot.conf.default
-man/man1/rsnapshot.1.gz
+%%ETCDIR%%.conf.default
 man/man1/rsnapshot-diff.1.gz
+man/man1/rsnapshot.1.gz


More information about the svn-ports-all mailing list