- Update to 0.5.14 - Now using ncftp again for FTP backend, so added ncftp as dependency. Requires >= 3.2.2 for good measure; I do not remember specific version requirements but know there have been ncftp version compatibility issues so better safe than sorry. Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 Upstream changelog: New in v0.5.14 (2009/04/02) --------------------------- After email voting among known duplicity contributors, the decision was reached to revert to the GPL Version 2 license, so with their consensus, duplicity is now under GPL Version 2. Revert to calling NcFTP utilities (ls, get, put) directly rather than scripting ncftp via pexpect by reverting to the 0.5.07 version of ftpbackend.py. Changed fatal error regarding version 3.2.0 of ncftpput to warning level since it has been reported that the problem does not occur on most distributions. Changed from log.Log with numbered log levels to log.Debug, log.Info, log.Notice, log.Warn, log.FatalError as below: 0 log.FatalError 1-2 log.Warn 3-4 log.Notice 5-8 log.Info 9 log.Debug The -vN option has not changed. Verbosity may also be one of: character [ewnid], or word ['error', 'warning', 'notice', 'info', 'debug']. The default is 4 (Notice). The options -v4, -vn, and -vnotice are functionally equivalent, as are the mixed-case versions, -vN, -vNotice, -vNOTICE. Normalized include statements and tried to insure that all duplicity includes were from the duplicity module. patch #6790: Add --exclude-if-present https://savannah.nongnu.org/patch/?6790
Responsible Changed From-To: freebsd-ports-bugs->vd Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Upgraded to 0.5.15 based on this patch, thanks!
vd 2009-04-12 19:14:09 UTC FreeBSD ports repository Modified files: sysutils/duplicity Makefile distinfo Log: Upgrade sysutils/duplicity from 0.5.13 to 0.5.15 ChangeLog: http://duplicity.nongnu.org/CHANGELOG PR: ports/133432 (is for upgrade to 0.5.14, but is essentially the same) Submitted by: Peter Schuller <peter.schuller@infidyne.com> Revision Changes Path 1.26 +3 -2 ports/sysutils/duplicity/Makefile 1.18 +3 -3 ports/sysutils/duplicity/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"