From leeym@utopia.leeym.com  Thu Jun  1 03:10:24 2006
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 177BD16AF1E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jun 2006 03:10:24 +0000 (UTC)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr39.hinet.net (msr39.hinet.net [168.95.4.139])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E639143D6B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jun 2006 03:10:21 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr39.hinet.net (8.9.3/8.9.3) with ESMTP id LAA17119;
	Thu, 1 Jun 2006 11:10:18 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 4A7C2B29E98;
	Thu,  1 Jun 2006 11:10:17 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
	by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id f15R0VmtMX7t; Thu,  1 Jun 2006 11:10:11 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 2104EB29E95; Thu,  1 Jun 2006 11:10:11 +0800 (CST)
Message-Id: <20060601031011.2104EB29E95@utopia.leeym.com>
Date: Thu,  1 Jun 2006 11:10:11 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: r.vdooren@snow.nl
Subject: [PATCH] sysutils/rsnapshot: update to 1.2.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify: r.vdooren@snow.nl

>Number:         98255
>Category:       ports
>Synopsis:       [PATCH] sysutils/rsnapshot: update to 1.2.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 03:20:18 GMT 2006
>Closed-Date:    Fri Jun 16 07:05:23 GMT 2006
>Last-Modified:  Fri Jun 16 07:05:23 GMT 2006
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 1 03:24:24 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98255 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jun 1 03:24:33 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98255 
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Fri Jun 16 07:05:20 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98255 
>Unformatted:
