mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Update to 0.4.1
- Submitter takes maintainership PR: ports/84979 Submitted by: Vasil Dimov <vd@datamax.bg>
This commit is contained in:
parent
61b8565a92
commit
d215fd3006
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141519
9 changed files with 12 additions and 72 deletions
|
@ -6,14 +6,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= duplicity
|
PORTNAME= duplicity
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= vd@datamax.bg
|
||||||
COMMENT= Untrusted backup using rsync algorithm
|
COMMENT= Untrusted backup using rsync algorithm
|
||||||
|
|
||||||
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
|
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (duplicity-0.4.0.tar.gz) = c2dfc0b3ab52de1ed7254775cbc62ef2
|
MD5 (duplicity-0.4.1.tar.gz) = 49a8ae78a3380f274e141ea93d3bb727
|
||||||
SIZE (duplicity-0.4.0.tar.gz) = 99947
|
SIZE (duplicity-0.4.1.tar.gz) = 101621
|
||||||
|
|
|
@ -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;
|
|
|
@ -6,14 +6,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= duplicity
|
PORTNAME= duplicity
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= vd@datamax.bg
|
||||||
COMMENT= Untrusted backup using rsync algorithm
|
COMMENT= Untrusted backup using rsync algorithm
|
||||||
|
|
||||||
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
|
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (duplicity-0.4.0.tar.gz) = c2dfc0b3ab52de1ed7254775cbc62ef2
|
MD5 (duplicity-0.4.1.tar.gz) = 49a8ae78a3380f274e141ea93d3bb727
|
||||||
SIZE (duplicity-0.4.0.tar.gz) = 99947
|
SIZE (duplicity-0.4.1.tar.gz) = 101621
|
||||||
|
|
|
@ -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;
|
|
|
@ -6,14 +6,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= duplicity
|
PORTNAME= duplicity
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= vd@datamax.bg
|
||||||
COMMENT= Untrusted backup using rsync algorithm
|
COMMENT= Untrusted backup using rsync algorithm
|
||||||
|
|
||||||
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
|
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (duplicity-0.4.0.tar.gz) = c2dfc0b3ab52de1ed7254775cbc62ef2
|
MD5 (duplicity-0.4.1.tar.gz) = 49a8ae78a3380f274e141ea93d3bb727
|
||||||
SIZE (duplicity-0.4.0.tar.gz) = 99947
|
SIZE (duplicity-0.4.1.tar.gz) = 101621
|
||||||
|
|
|
@ -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;
|
|
Loading…
Add table
Reference in a new issue