Date: Wed, 13 Jan 2010 20:04:15 GMT From: Henrik Andersén <ports@henrikandersen.se> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/142794: [patch]: fix error with the weekly rotation of backups Message-ID: <201001132004.o0DK4FpI047237@www.freebsd.org> Resent-Message-ID: <201001132010.o0DKA1Fn085401@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 142794 >Category: ports >Synopsis: [patch]: fix error with the weekly rotation of backups >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 13 20:10:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Henrik Andersén >Release: 8.0-RELEASE >Organization: >Environment: FreeBSD xxx.xxx 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is a patch to the makefile and distfile to reflect a fix for an error with handling the rotation of weekly increments. >How-To-Repeat: >Fix: diff -ruN bontmia.bak/Makefile bontmia/Makefile --- bontmia.bak/Makefile 2010-01-13 20:47:48.000000000 +0100 +++ bontmia/Makefile 2010-01-13 20:39:43.000000000 +0100 @@ -7,8 +7,9 @@ PORTNAME= bontmia PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://kosmos.ttyv0.se/attachments/download/31/ +MASTER_SITES= http://kosmos.ttyv0.se/attachments/download/37/ MAINTAINER= ports@henrikandersen.se COMMENT= A small tool for incremental backups over network diff -ruN bontmia.bak/distinfo bontmia/distinfo --- bontmia.bak/distinfo 2010-01-13 20:47:48.000000000 +0100 +++ bontmia/distinfo 2010-01-13 20:40:41.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (bontmia-0.14.tar.gz) = 15608ead98d81edf4ea2ebfe78af7545 -SHA256 (bontmia-0.14.tar.gz) = ac01cbf7fed8e13df9b713062f5178ec3fcf15f18cdb9e59e8504b568223398d -SIZE (bontmia-0.14.tar.gz) = 13925 +MD5 (bontmia-0.14.tar.gz) = 63a9957f8976d8f1e433ac21d40df295 +SHA256 (bontmia-0.14.tar.gz) = d83e2de1cb03f46de65653471c597bd92428f921e8dbd24fb2fd5c6c16620cb1 +SIZE (bontmia-0.14.tar.gz) = 13666 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001132004.o0DK4FpI047237>