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

Return to bug 201478