Index: head/sysutils/rsnapshot/Makefile =================================================================== --- head/sysutils/rsnapshot/Makefile (revision 374841) +++ head/sysutils/rsnapshot/Makefile (revision 374842) @@ -1,36 +1,30 @@ # Created by: Ralf van Dooren # $FreeBSD$ PORTNAME= rsnapshot PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ MAINTAINER= remko@FreeBSD.org COMMENT= Filesystem snapshot utility based on rsync(1) BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown USES= shebangfix perl5 GNU_CONFIGURE= yes SHEBANG_FILES= rsnapshot-program.pl rsnapshot-diff.pl PORTDOCS= AUTHORS ChangeLog README TODO post-patch: ${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.include - -.if ${PERL_VER} >= 5.18 -BROKEN= Does not build with Perl 5.18 or above -.endif - -.include +.include Index: head/sysutils/rsnapshot/files/patch-rsnapshot-program.pl =================================================================== --- head/sysutils/rsnapshot/files/patch-rsnapshot-program.pl (nonexistent) +++ head/sysutils/rsnapshot/files/patch-rsnapshot-program.pl (revision 374842) @@ -0,0 +1,14 @@ +# Description: rsnapshot doesn't build with perl >= 5.18 pod2man otherwise +# Issue ID: https://github.com/DrHyde/rsnapshot/issues/8 +# +--- rsnapshot-program.pl.orig 2014-12-07 09:17:47 UTC ++++ rsnapshot-program.pl +@@ -6716,6 +6716,8 @@ Putting it all together (an example file + + =back + ++=back ++ + =head1 USAGE + + B can be used by any user, but for system-wide backups Property changes on: head/sysutils/rsnapshot/files/patch-rsnapshot-program.pl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property