aboutsummaryrefslogtreecommitdiff
path: root/devel/hg-git/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.6.0Sunpoet Po-Chuan Hsieh2014-05-241-1/+1
| | | | | | | | | | | - Update WWW PR: ports/189981 Submitted by: Gasol Wu <gasol.wu@gmail.com> Approved by: Marco Broder <marco.broeder@posteo.eu> (maintainer) Notes: svn path=/head/; revision=355031
* Update maintainer's email addressPawel Pekala2014-03-031-2/+2
| | | | | | | | PR: ports/187172 Submitted by: maintainer Notes: svn path=/head/; revision=346955
* - Update to 0.5.0Antoine Brodin2013-12-221-2/+1
| | | | | | | | | | - Remove no longer needed patches PR: ports/185100 Submitted by: Marco Broder (maintainer) Notes: svn path=/head/; revision=337220
* devel/hg-git: allow stagingWilliam Grzybowski2013-10-141-8/+4
| | | | | | | | | | | | - Allow staging - Use python auto plist - Patch for dulwich API change PR: ports/182747 Submitted by: Marco Bröder <marco.broeder gmx.eu> (maintainer) Notes: svn path=/head/; revision=330310
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 0.4.0Martin Wilke2013-04-301-4/+5
| | | | | | | | | | | | | | | - Adjust required dependencies versions - Depend on devel/py-ordereddict - Limit python version up to 2.7 - Update setup.py patch - Use a space character instead of a tab in pkg-descr - Update pkg-plist PR: 177830 Submitted by: maintainer Notes: svn path=/head/; revision=316856
* - Update to 0.3.4Jason E. Hale2012-11-041-11/+5
| | | | | | | | | | | | - Trim Makefile header PR: ports/173327 Submitted by: Marco Broeder <marco.broeder@gmx.eu> (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=306954
* - Update to 0.3.3Michael Scheidell2012-08-081-2/+2
| | | | | | | | PR: ports/170465 Submitted by: marco.broeder@gmx.eu (maintainer) Notes: svn path=/head/; revision=302288
* - update to 0.3.2Ruslan Makhmatkhanov2012-01-291-5/+5
| | | | | | | | | | | | - adjust required dependencies versions - update pkg-descr and pkg-message text - make it better integrate with bsd.python.mk PR: 164584 Submitted by: Marco Bröder <marco.broeder at gmx dot eu> (maintainer) Notes: svn path=/head/; revision=290048
* Update to version 0.3.1Pawel Pekala2011-09-171-4/+4
| | | | | | | | | PR: ports/160639 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer) Approved by: miwi, wen (mentors implicit) Notes: svn path=/head/; revision=281870
* - Update to 0.2.6Sylvio Cesar Teixeira2011-03-031-3/+3
| | | | | | | | PR: ports/155207 Submitted by: Marco Bröder <marco.broeder@gmx.eu> (maintainer) Notes: svn path=/head/; revision=270206
* - Update to 0.2.5Wen Heping2010-11-031-3/+3
| | | | | | | | PR: ports/151894 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer) Notes: svn path=/head/; revision=263956
* - Update to 0.2.4Sahil Tandon2010-08-291-3/+5
| | | | | | | | | | - Mark MAKE_JOBS_SAFE PR: ports/150024 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer) Notes: svn path=/head/; revision=260153
* - Update to 0.2.3Sahil Tandon2010-07-101-1/+3
| | | | | | | | | | - Add LICENSE PR: ports/148400 Submitted by: marco.broeder@gmx.eu (maintainer) Notes: svn path=/head/; revision=257619
* - Update to 0.2.2Martin Wilke2010-06-021-3/+2
| | | | | | | | PR: 146891 Submitted by: Marco Bröder <marco.broeder@gmx.eu> (maintainer) Notes: svn path=/head/; revision=255547
* - Bump PORTREVISION to chase the update of devel/dulwichWen Heping2010-01-041-3/+4
| | | | | | | | | | - Make 'PYVER' construct slightly smaller PR: ports/142272 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer) Notes: svn path=/head/; revision=247082
* - Update to 0.2.1Wen Heping2009-12-281-1/+1
| | | | | | | | | | - Warn about BETA status PR: ports/142077 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer) Notes: svn path=/head/; revision=246777
* The Hg-Git plugin is an extension for Mercurial, adding the ability to push toMartin Wilke2009-11-021-0/+29
and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial. The Hg-Git plugin can convert commits / changesets losslessly from one system to another, so you can push via a Mercurial repository and another Mercurial client can pull it and their changeset node ids will be identical - Mercurial data does not get lost in translation. This plugin is implemented entirely in Python - there are no Git binary dependencies, you do not need to have Git installed on your system. WWW: http://hg-git.github.com/ PR: ports/140025 Submitted by: Marco Broeder <marco.broeder at gmx.eu> Notes: svn path=/head/; revision=243652