From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 1 03:20:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B15216B303 for ; Thu, 1 Jun 2006 03:20:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7804043D45 for ; Thu, 1 Jun 2006 03:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k513KISc000570 for ; Thu, 1 Jun 2006 03:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k513KI9I000569; Thu, 1 Jun 2006 03:20:18 GMT (envelope-from gnats) Resent-Date: Thu, 1 Jun 2006 03:20:18 GMT Resent-Message-Id: <200606010320.k513KI9I000569@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 177BD16AF1E for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: r.vdooren@snow.nl Subject: ports/98255: [PATCH] sysutils/rsnapshot: update to 1.2.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 03:20:20 -0000 >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@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 +.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%% --- rsnapshot-1.2.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: