ports/80079: downgraded rdiff-backup to stable again, removed unnecessary patch, added one more master site

Steve Clement steve at fucker.ion.lu
Mon Apr 18 20:30:31 UTC 2005


>Number:         80079
>Category:       ports
>Synopsis:       downgraded rdiff-backup to stable again, removed unnecessary patch, added one more master site
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 18 20:30:30 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Steve Clement
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
ION Network Solutions s.a r.l
>Environment:
System: FreeBSD fucker.ion.lu 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #3: Fri Mar 4 12:56:17 CET 2005 root at fucker.ion.lu:/usr/obj/usr/src/sys/FUCKER i386


>Description:
        I mistakenly upgraded rdiff-backup to the unstable version 1.3.x thankfully someone pointed it out.
        I also noticed that the robust patch is already included in stable-1.2.8 so I removed the patch.
	The tar file isn't on the site that is in the makefile so I added the site from the official web site.
	The only problem that arises from this cockup is that if you rdiff-backuped' a directory with 1.3 you can't downgrade and continue using 1.2 :(
	You have to re-create the entire tree, sorry for that.

>How-To-Repeat:
	
>Fix:

	

--- rdiff-backup.diff begins here ---
diff -ruN rdiff-backup.bak/Makefile rdiff-backup/Makefile
--- rdiff-backup.bak/Makefile	Wed Apr 13 03:13:32 2005
+++ rdiff-backup/Makefile	Mon Apr 18 22:03:32 2005
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	rdiff-backup
-PORTVERSION=	0.13.4
+PORTVERSION=	0.12.8
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://rdiff-backup.stanford.edu/
+MASTER_SITES=	http://rdiff-backup.stanford.edu/ \
+		http://savannah.nongnu.org/download/rdiff-backup/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	steve at ion.lu
diff -ruN rdiff-backup.bak/distinfo rdiff-backup/distinfo
--- rdiff-backup.bak/distinfo	Wed Apr 13 03:13:32 2005
+++ rdiff-backup/distinfo	Mon Apr 18 22:23:11 2005
@@ -1,2 +1,2 @@
-MD5 (rdiff-backup-0.13.4.tar.gz) = 43a5e98751371fb1852fb2ebeed38e77
-SIZE (rdiff-backup-0.13.4.tar.gz) = 143946
+MD5 (rdiff-backup-0.12.8.tar.gz) = 1a16b8e484948942705c7121f394d812
+SIZE (rdiff-backup-0.12.8.tar.gz) = 126592
diff -ruN rdiff-backup.bak/files/patch-robust.py rdiff-backup/files/patch-robust.py
--- rdiff-backup.bak/files/patch-robust.py	Tue Dec 14 17:07:00 2004
+++ rdiff-backup/files/patch-robust.py	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- rdiff_backup/robust.py.orig	Tue Dec 14 17:02:48 2004
-+++ rdiff_backup/robust.py	Tue Dec 14 17:03:43 2004
-@@ -53,7 +53,7 @@
- 		 errno.errorcode[exc[0]] in ('EPERM', 'ENOENT', 'EACCES', 'EBUSY',
- 									 'EEXIST', 'ENOTDIR', 'ENAMETOOLONG',
- 									 'EINTR', 'ENOTEMPTY', 'EIO', 'ETXTBSY',
--									 'ESRCH', 'EINVAL', 'EDEADLOCK'))):
-+									 'ESRCH', 'EINVAL', 'EDEADLOCK', 'EDEADLK'))):
- 		return 1
- 	return 0
- 
--- rdiff-backup.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list