ports/98255: [PATCH] sysutils/rsnapshot: update to 1.2.9

Yen-Ming Lee leeym at FreeBSD.org
Thu Jun 1 03:20:20 UTC 2006


>Number:         98255
>Category:       ports
>Synopsis:       [PATCH] sysutils/rsnapshot: update to 1.2.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 03:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed May 31 10:17:34 CST 2006
>Description:
- Update to 1.2.9

Port maintainer (r.vdooren at snow.nl) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rsnapshot-1.2.9.patch begins here ---
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+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 <bsd.port.post.mk>
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%%
--- rsnapshot-1.2.9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list