Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2005 10:47:06 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84979: Update port: sysutils/duplicity to 0.4.1
Message-ID:  <20050816074706.GA26445@sinanica.bg.datamax>
Resent-Message-ID: <200508160750.j7G7oHvX079621@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84979
>Category:       ports
>Synopsis:       Update port: sysutils/duplicity to 0.4.1
>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:   Tue Aug 16 07:50:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

>Description:

Update duplicity from 0.4.0 to 0.4.1, which has been released 2 years
ago and fix the lack of maintenance.

files/patch-librsyncmodule.c is applied in the original source and not
needed anymore.

>How-To-Repeat:

>Fix:

--- duplicity_0.4.0-0.4.1.diff begins here ---
diff -urN --exclude=CVS /usr/ports/sysutils/duplicity/Makefile duplicity/Makefile
--- /usr/ports/sysutils/duplicity/Makefile	Wed Mar  9 10:37:35 2005
+++ duplicity/Makefile	Tue Aug 16 10:24:25 2005
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	duplicity
-PORTVERSION=	0.4.0
-PORTREVISION=	1
+PORTVERSION=	0.4.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	vd@datamax.bg
 COMMENT=	Untrusted backup using rsync algorithm
 
 LIB_DEPENDS=	rsync.1:${PORTSDIR}/net/librsync
diff -urN --exclude=CVS /usr/ports/sysutils/duplicity/distinfo duplicity/distinfo
--- /usr/ports/sysutils/duplicity/distinfo	Mon Apr 26 16:09:14 2004
+++ duplicity/distinfo	Tue Aug 16 10:31:23 2005
@@ -1,2 +1,2 @@
-MD5 (duplicity-0.4.0.tar.gz) = c2dfc0b3ab52de1ed7254775cbc62ef2
-SIZE (duplicity-0.4.0.tar.gz) = 99947
+MD5 (duplicity-0.4.1.tar.gz) = 49a8ae78a3380f274e141ea93d3bb727
+SIZE (duplicity-0.4.1.tar.gz) = 101621
diff -urN --exclude=CVS /usr/ports/sysutils/duplicity/files/patch-librsyncmodule.c duplicity/files/patch-librsyncmodule.c
--- /usr/ports/sysutils/duplicity/files/patch-librsyncmodule.c	Thu Aug 14 13:01:16 2003
+++ duplicity/files/patch-librsyncmodule.c	Thu Jan  1 02:00:00 1970
@@ -1,19 +0,0 @@
-*** _librsyncmodule.c.orig	Sat Aug  9 17:26:51 2003
---- _librsyncmodule.c	Sat Aug  9 17:26:59 2003
-***************
-*** 13,19 ****
-   * ----------------------------------------------------------------------- */
-  
-  #include <Python.h>
-! #include <rsync.h>
-  #define RS_JOB_BLOCKSIZE 65536
-  
-  static PyObject *librsyncError;
---- 13,19 ----
-   * ----------------------------------------------------------------------- */
-  
-  #include <Python.h>
-! #include <librsync.h>
-  #define RS_JOB_BLOCKSIZE 65536
-  
-  static PyObject *librsyncError;
--- duplicity_0.4.0-0.4.1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050816074706.GA26445>