Bug 126313 - [PATCH] sysutils/rdiff-backup: update to 1.2.0
Summary: [PATCH] sysutils/rdiff-backup: update to 1.2.0
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: 2008-08-06 21:10 UTC by Peter Schuller
Modified: 2008-08-15 13:30 UTC (History)
1 user (show)

See Also:


Attachments
rdiff-backup-1.2.0,1.patch (7.06 KB, patch)
2008-08-06 21:10 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 2008-08-06 21:10:02 UTC
Okay. So rdiff-backup has released the first new stable version in a
long time, with the previous development branch becoming
stable. Noteworthy facts:

* 1.1.16 introduced a non-backwards compatible change, which means
  that relative to the current ports version 1.1.15, the 1.2.0 is
  incompatible. However, being development releases, we'll just have
  to live with that - though personally I'd suggest a /usr/ports/UPDATING
  entry about this.

* rdiff-backup 1.0 is still useful for interoperating with others systems
  that don't have new versions, or for that matter with FreeBSD systems
  were upgrading is a chore (in part due to changed archive formats)

* rdiff-backup-devel is likely to remain relevant as they plan to diverege
  quite alot, among other things moving to 2.6 and 3.0

So as a result, my suggestion/plan is:

* Update sysutils/rdiff-backup to 1.2.0
* Update sysutils/rdiff-backup-devel to 1.2.0 as well since keeping the old
  -devel around does not seem consistent with what is typically done.
* Create sysutils/rdiff-backup10 port will will stay with 1.0.5, to provide a
  backwards compatible upgrade path for users.

This PR contains the diff to update rdiff-backup to 1.2.0. When I get
a PR number from GNATS, I will submit separate PR:s for
rdiff-backup-devel and rdiff-backup10 aswell, referencing this PR.

- Update to 1.2.0

Port maintainer (vd@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-06 21:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-15 13:23:14 UTC
vd          2008-08-15 12:23:00 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    sysutils             Makefile 
    sysutils/rdiff-backup Makefile distinfo pkg-plist 
    sysutils/rdiff-backup/files patch-setup.py 
    sysutils/rdiff-backup-devel Makefile pkg-descr 
  Added files:
    sysutils/rdiff-backup10 Makefile distinfo pkg-descr pkg-plist 
    sysutils/rdiff-backup10/files patch-setup.py 
  Log:
  * Copy sysutils/rdiff-backup to sysutils/rdiff-backup10
  * Upgrade sysutils/rdiff-backup from 1.0.5 to 1.2.0
  * Minor changes in sysutils/rdiff-backup-devel in CONFLICTS and pkg-descr
  
  PR:             ports/126313, ports/126314, ports/126315 (based on)
  Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
  
  Revision  Changes    Path
  1.700     +9 -1      ports/UPDATING
  1.1034    +1 -0      ports/sysutils/Makefile
  1.15      +1 -1      ports/sysutils/rdiff-backup-devel/Makefile
  1.5       +2 -1      ports/sysutils/rdiff-backup-devel/pkg-descr
  1.19      +6 -5      ports/sysutils/rdiff-backup/Makefile
  1.13      +3 -3      ports/sysutils/rdiff-backup/distinfo
  1.2       +17 -16    ports/sysutils/rdiff-backup/files/patch-setup.py
  1.5       +13 -0     ports/sysutils/rdiff-backup/pkg-plist
  1.1       +43 -0     ports/sysutils/rdiff-backup10/Makefile (new)
  1.1       +3 -0      ports/sysutils/rdiff-backup10/distinfo (new)
  1.1       +30 -0     ports/sysutils/rdiff-backup10/files/patch-setup.py (new)
  1.1       +17 -0     ports/sysutils/rdiff-backup10/pkg-descr (new)
  1.1       +99 -0     ports/sysutils/rdiff-backup10/pkg-plist (new)
_______________________________________________
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 3 Vasil Dimov freebsd_committer freebsd_triage 2008-08-15 13:28:06 UTC
State Changed
From-To: open->closed

Committed, thanks!