From ef8a4adcd396cb44bdcffd9880de30b5258bb2f8 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Sat, 8 Oct 2005 07:09:49 +0000 Subject: - Upgrade rdiff-backup to 1.0.1, which is the logical next version for both rdiff-backup and rdiff-backup-devel. - Remove rdiff-backup-devel and add an entry to MOVED to migrate users to rdiff-backup. - Add an UPDATING to notify users about the incompatibility between the last version of rdiff-backup and version 1.0.1 PR: ports/86108 Submitted by: Vasil Dimov Approved by: Steve Clement (maintainer, rdiff-backup) Peter Schuller (maintainer, rdiff-backup-devel) Discussed with: submitter and a couple of other rdiff-backup users --- sysutils/rdiff-backup-devel/files/patch-setup.py | 30 ------------------------ 1 file changed, 30 deletions(-) delete mode 100644 sysutils/rdiff-backup-devel/files/patch-setup.py (limited to 'sysutils/rdiff-backup-devel/files') diff --git a/sysutils/rdiff-backup-devel/files/patch-setup.py b/sysutils/rdiff-backup-devel/files/patch-setup.py deleted file mode 100644 index f704a62d2a40..000000000000 --- a/sysutils/rdiff-backup-devel/files/patch-setup.py +++ /dev/null @@ -1,30 +0,0 @@ ---- setup.py.orig Thu Jun 26 15:27:30 2003 -+++ setup.py Thu Jul 3 15:09:19 2003 -@@ -41,6 +41,10 @@ - if '-lrsync' in LIBS: - libname = [] - -+LOCALBASE = os.getenv("LOCALBASE", "/usr/local") -+include_dirs = ["%s/include" % LOCALBASE] -+library_dirs = ["%s/lib" % LOCALBASE] -+ - setup(name="rdiff-backup", - version=version_string, - description="Local/remote mirroring+incremental backup", -@@ -51,12 +55,9 @@ - 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'], -- data_files = [('share/man/man1', ['rdiff-backup.1']), -- ('share/doc/rdiff-backup-%s' % (version_string,), -- ['CHANGELOG', 'COPYING', 'README', 'FAQ.html'])]) -+) - -- cgit v1.2.3