Bug 115762 - sysutils/duplicity: upgrade to 0.4.3
Summary: sysutils/duplicity: upgrade to 0.4.3
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: 2007-08-23 19:50 UTC by Peter Schuller
Modified: 2007-08-24 11:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Schuller 2007-08-23 19:50:00 UTC
	duplicity 0.4.3 has been released upstream with many bugfixes and
        enhancements.

Fix: 

http://distfiles.scode.org/ports/duplicity-0.4.3-patch.diff

        For the purpose of the S3 backend, it depends on
        devel/py-boto, which I submitted as a new port in a separate
        PR (I have not yet received the PR number).

        Note especially that there is a potential outstanding issue
        with py-boto; however, from the perspective of duplicity
        upgrade that issue (as described in that PR) is not very
        important, as it only affects the S3 backend which was not
        available at all in the previous duplicity version.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-23 19:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer
Comment 2 Peter Schuller 2007-08-23 21:19:00 UTC
To clarify, if the py-boto issue remains, duplicity 0.4.3 should either wait 
for it, or be committed without the py-boto dependency. Otherwise package 
installation issues will ensue, regardless of whether the user wants ot use 
the S3 backend.

-- 
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
Key retrieval: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-08-24 11:39:24 UTC
vd          2007-08-24 10:39:18 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/duplicity   Makefile distinfo pkg-plist 
  Log:
  * Upgrade sysutils/duplicity from 0.4.2 to 0.4.3
  * Add conditional dependency to misc/py-pexpect
  
  Sample patches from rafan@ and from Peter Schuller [1]
  
  PR:             ports/115762 [1]
  Submitted by:   Peter Schuller <peter.schuller@infidyne.com> [1]
  
  Revision  Changes    Path
  1.12      +16 -6     ports/sysutils/duplicity/Makefile
  1.6       +3 -3      ports/sysutils/duplicity/distinfo
  1.2       +0 -3      ports/sysutils/duplicity/pkg-plist
_______________________________________________
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"
Comment 4 Vasil Dimov freebsd_committer freebsd_triage 2007-08-24 11:42:44 UTC
State Changed
From-To: open->closed

I just committed a similar patch. 

I decided to go without the boto dependency in order not to delay 
diplicity upgrade until boto's issues are fixed. When boto makes it 
to the FreeBSD ports collection I will add the dependency. 

Thanks!