Upgrade sysutils/rdiff-backup-devel from 1.1.15 to 1.3.1

(start tracking the new development branch)

ChangeLog:
http://www.nongnu.org/rdiff-backup/CHANGELOG-devel
This commit is contained in:
Vasil Dimov 2009-02-01 06:58:18 +00:00
parent 1874744796
commit bb613a7da5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227335
5 changed files with 22 additions and 21 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= rdiff-backup
PORTVERSION= 1.1.15
PORTREVISION= 1
PORTVERSION= 1.3.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SAVANNAH:S/$/:savannah/} \
${MASTER_SITE_LOCAL:S/$/:local/}

View file

@ -1,3 +1,3 @@
MD5 (rdiff-backup-1.1.15.tar.gz) = 7c3dfae289d0f4dea3647ae2831c46c7
SHA256 (rdiff-backup-1.1.15.tar.gz) = 07f9d39d833844a72ada964bbdbfcef88303c042cd7fb085701c2eb74633451f
SIZE (rdiff-backup-1.1.15.tar.gz) = 182180
MD5 (rdiff-backup-1.3.1.tar.gz) = 09e82f7e7d463a7d2c3ce8da34eefdf4
SHA256 (rdiff-backup-1.3.1.tar.gz) = 1e546a1916a4714283e2cea4c9578dafcd6d911c3a9d9aca54841b036fc424a5
SIZE (rdiff-backup-1.3.1.tar.gz) = 197817

View file

@ -1,8 +1,8 @@
--- setup.py.orig Wed Jan 4 09:00:26 2006
+++ setup.py Wed Jan 4 09:08:19 2006
@@ -41,6 +41,10 @@
if '-lrsync' in LIBS:
libname = []
--- setup.py.orig 2008-08-06 21:24:28.756047734 +0200
+++ setup.py 2008-08-06 21:24:18.122056264 +0200
@@ -58,6 +58,10 @@
'zipfile': None
})
+LOCALBASE = os.getenv("LOCALBASE", "/usr/local")
+include_dirs = ["%s/include" % LOCALBASE]
@ -11,21 +11,21 @@
setup(name="rdiff-backup",
version=version_string,
description="Local/remote mirroring+incremental backup",
@@ -51,13 +55,9 @@
@@ -68,14 +72,8 @@
ext_modules = [Extension("rdiff_backup.C", ["cmodule.c"]),
Extension("rdiff_backup._librsync",
["_librsyncmodule.c"],
- include_dirs=incdir_list,
- library_dirs=libdir_list,
- libraries=libname,
- extra_link_args=lflags_arg)],
+ libraries=["rsync"],
+ include_dirs=include_dirs,
+ library_dirs=library_dirs)],
scripts = ['rdiff-backup', 'rdiff-backup-statistics'],
+ library_dirs=library_dirs,
libraries=libname,
extra_link_args=lflags_arg)],
- scripts = ['rdiff-backup', 'rdiff-backup-statistics'],
- data_files = [('share/man/man1', ['rdiff-backup.1',
- 'rdiff-backup-statistics.1']),
- ('share/doc/rdiff-backup-%s' % (version_string,),
- ['CHANGELOG', 'COPYING', 'README', 'FAQ.html'])])
+)
- ['CHANGELOG', 'COPYING', 'README', 'FAQ.html'])],
- **extra_options)
-
+ scripts = ['rdiff-backup', 'rdiff-backup-statistics'])

View file

@ -9,7 +9,6 @@ in a bandwidth efficient manner over a pipe, like rsync. Thus you can use
rdiff-backup and ssh to securely back a hard drive up to a remote location,
and only the differences will be transmitted.
This port tracks the "old" development branch 1.1. It will be upgraded
to the latest development version once it is released.
This port tracks the development branch 1.3.
WWW: http://www.nongnu.org/rdiff-backup/

View file

@ -101,6 +101,9 @@ bin/rdiff-backup-statistics
%%PYTHON_SITELIBDIR%%/rdiff_backup/user_group.py
%%PYTHON_SITELIBDIR%%/rdiff_backup/user_group.pyc
%%PYTHON_SITELIBDIR%%/rdiff_backup/user_group.pyo
%%PYTHON_SITELIBDIR%%/rdiff_backup/win_acls.py
%%PYTHON_SITELIBDIR%%/rdiff_backup/win_acls.pyc
%%PYTHON_SITELIBDIR%%/rdiff_backup/win_acls.pyo
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html