Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/rsnapshot/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 1 Sep 2005 08:55:01 -0000 1.8 +++ Makefile 1 Jun 2006 03:08:36 -0000 @@ -6,7 +6,7 @@ # PORTNAME= rsnapshot -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.9 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ @@ -21,12 +21,20 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= rsnapshot.1 -DOCS= AUTHORS ChangeLog README TODO +PORTDOCS= AUTHORS ChangeLog README TODO .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include +.include + +post-patch: + ${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in +.if ${PERL_LEVEL} < 500800 + ${REINPLACE_CMD} -e "s, -n 'rsnapshot',," ${WRKSRC}/Makefile.in +.endif + +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/sysutils/rsnapshot/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 24 Jan 2006 01:06:29 -0000 1.8 +++ distinfo 1 Jun 2006 03:08:36 -0000 @@ -1,3 +1,3 @@ -MD5 (rsnapshot-1.2.1.tar.gz) = b126ae490889e5514f4a5d14a1128897 -SHA256 (rsnapshot-1.2.1.tar.gz) = ac47653bf2ddc6893269fc9950c169eb2d3e6427344cc160de22ec3f9fce7389 -SIZE (rsnapshot-1.2.1.tar.gz) = 137194 +MD5 (rsnapshot-1.2.9.tar.gz) = 68632bc6cdd9c149e0fdeb9e246622d3 +SHA256 (rsnapshot-1.2.9.tar.gz) = 367b18159d95470b5bd0e7f00987af895eb4480fa146a6f609c7587ba8c030f2 +SIZE (rsnapshot-1.2.9.tar.gz) = 177971 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/sysutils/rsnapshot/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 14 Jan 2004 18:02:34 -0000 1.1 +++ pkg-plist 1 Jun 2006 03:08:36 -0000 @@ -1,8 +1,4 @@ @comment $FreeBSD: ports/sysutils/rsnapshot/pkg-plist,v 1.1 2004/01/14 18:02:34 sergei Exp $ bin/rsnapshot +bin/rsnapshot-diff etc/rsnapshot.conf.default -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%%