Bug 133432 - [PATCH] sysutils/duplicity: update to 0.5.14
Summary: [PATCH] sysutils/duplicity: update to 0.5.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 18:40 UTC by Peter Schuller
Modified: 2009-04-12 21:20 UTC (History)
1 user (show)

See Also:


Attachments
duplicity-0.5.14.patch (1.41 KB, patch)
2009-04-06 18:40 UTC, Peter Schuller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Schuller 2009-04-06 18:40:01 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-06 18:47:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Vasil Dimov freebsd_committer freebsd_triage 2009-04-12 20:14:27 UTC
State Changed
From-To: open->closed

Upgraded to 0.5.15 based on this patch, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-04-12 21:12:45 UTC
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"