Bug 154298 - [UPDATE] devel/bzr-git
Summary: [UPDATE] devel/bzr-git
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: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-26 05:40 UTC by Carlo Strub
Modified: 2011-02-10 00:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.91 KB, patch)
2011-01-26 05:40 UTC, Carlo Strub
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Strub freebsd_committer freebsd_triage 2011-01-26 05:40:06 UTC
Update to version 0.5.3:

BUG FIXES
* Add in an empty git repository now works.
* Support opening of repositories over HTTP where the HTTP server doesn't allow directory access.
* Support non-ascii characters in tag names.
* Mark as compatible with bzr 2.3, 2.4.
* Cope with unknown refs.
* Don't peel tags automatically when pushing back.
* Fix `bzr-receive-pack` and `bzr-upload-pack`.

FEATURES
* Remove all remaining dependencies on C git.
* Add some basic documentation in 'bzr help git'.
* Add --signoff option to 'bzr git-apply'.
* Add --force option to 'bzr git-apply'.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-26 05:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-10 00:49:32 UTC
glarkin     2011-02-10 00:49:28 UTC

  FreeBSD ports repository

  Modified files:
    devel/bzr-git        Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Updated to 0.5.3
  
    See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154298 for list of
    bug fixes and features.
  
  PR:             ports/154298
  Submitted by:   C-S <c-s@c-s.li>
  
  Revision  Changes    Path
  1.2       +2 -2      ports/devel/bzr-git/Makefile
  1.2       +2 -3      ports/devel/bzr-git/distinfo
  1.2       +1 -1      ports/devel/bzr-git/pkg-descr
  1.2       +3 -0      ports/devel/bzr-git/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 3 Greg Larkin freebsd_committer freebsd_triage 2011-02-10 00:49:41 UTC
State Changed
From-To: open->closed

Committed, thank you!