View | Details | Raw Unified | Return to bug 195446 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/rsnapshot/Makefile (-8 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	rsnapshot
4
PORTNAME=	rsnapshot
5
PORTVERSION=	1.3.1
5
PORTVERSION=	1.3.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://www.rsnapshot.org/downloads/
8
MASTER_SITES=	http://www.rsnapshot.org/downloads/
9
9
Lines 27-36 Link Here
27
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
27
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
28
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
28
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
29
29
30
.include <bsd.port.pre.mk>
30
.include <bsd.port.mk>
31
32
.if ${PERL_VER} >= 5.18
33
BROKEN=		Does not build with Perl 5.18 or above
34
.endif
35
36
.include <bsd.port.post.mk>
(-)sysutils/rsnapshot/files/patch-rsnapshot-program.pl (+11 lines)
Line 0 Link Here
1
--- rsnapshot-program.pl.orig	2014-12-07 09:17:47 UTC
2
+++ rsnapshot-program.pl
3
@@ -6716,6 +6716,8 @@ Putting it all together (an example file
4
 
5
 =back
6
 
7
+=back
8
+
9
 =head1 USAGE
10
 
11
 B<rsnapshot> can be used by any user, but for system-wide backups

Return to bug 195446