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

Collapse All | Expand All

(-)/tmp/rsnapshot/Makefile (-5 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/sysutils/rsnapshot/Makefile 375200 2014-12-21 23:14:03Z linimon $
2
# $FreeBSD: head/sysutils/rsnapshot/Makefile 375200 2014-12-21 23:14:03Z linimon $
3
3
4
PORTNAME=	rsnapshot
4
PORTNAME=	rsnapshot
5
PORTVERSION=	1.3.1
5
PORTVERSION=	1.4.0
6
PORTREVISION=	2
6
PORTREVISION=	1
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 14-24 BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsy Link Here
14
RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync \
14
RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync \
15
		p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown
15
		p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown
16
16
17
USES=		shebangfix perl5
17
USES=		perl5
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
SHEBANG_FILES=	rsnapshot-program.pl rsnapshot-diff.pl
20
19
21
PORTDOCS=	AUTHORS ChangeLog README TODO
20
PORTDOCS=	AUTHORS ChangeLog README.md
22
21
23
post-patch:
22
post-patch:
24
	${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in
23
	${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in
(-)/tmp/rsnapshot/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rsnapshot-1.3.1.tar.gz) = 94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e
1
SHA256 (rsnapshot-1.4.0.tar.gz) = 222574fee2f59d0e3ef5da6e6dd0f445205fecfa7ca12ef821eb8a89cf4f2ca8
2
SIZE (rsnapshot-1.3.1.tar.gz) = 215806
2
SIZE (rsnapshot-1.4.0.tar.gz) = 488785
(-)/tmp/rsnapshot/files/patch-rsnapshot-program.pl (-14 lines)
Lines 1-14 Link Here
1
# Description: rsnapshot doesn't build with perl >= 5.18 pod2man otherwise
2
# Issue ID: https://github.com/DrHyde/rsnapshot/issues/8
3
#
4
--- rsnapshot-program.pl.orig	2014-12-07 09:17:47 UTC
5
+++ rsnapshot-program.pl
6
@@ -6716,6 +6716,8 @@ Putting it all together (an example file
7
 
8
 =back
9
 
10
+=back
11
+
12
 =head1 USAGE
13
 
14
 B<rsnapshot> can be used by any user, but for system-wide backups

Return to bug 201478