Index: head/sysutils/rsnapshot/Makefile =================================================================== --- head/sysutils/rsnapshot/Makefile (revision 374758) +++ head/sysutils/rsnapshot/Makefile (revision 374759) @@ -1,36 +1,36 @@ # Created by: Ralf van Dooren # $FreeBSD$ PORTNAME= rsnapshot PORTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ -MAINTAINER= ports@FreeBSD.org +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 Index: head/sysutils/rsnapshot/pkg-descr =================================================================== --- head/sysutils/rsnapshot/pkg-descr (revision 374758) +++ head/sysutils/rsnapshot/pkg-descr (revision 374759) @@ -1,9 +1,9 @@ rsnapshot is a filesystem snapshot utility based on rsync(1). rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links 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. -WWW: http://www.rsnapshot.org +WWW: http://www.rsnapshot.org