Commits
Leonardo Brondani Schenkel authored 40ca94691bd
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | PortGroup bitbucket 1.0 |
6 6 | |
7 7 | epoch 20130201 |
8 8 | |
9 - | bitbucket.setup durin42 hg-git 0.8.9 |
9 + | bitbucket.setup durin42 hg-git 0.8.10 |
10 10 | name py-hggit |
11 11 | |
12 12 | categories-append devel |
13 13 | license GPL-2 |
14 14 | platforms darwin |
15 15 | supported_archs noarch |
16 16 | maintainers easieste sean openmaintainer |
17 17 | |
18 18 | homepage http://hg-git.github.com/ |
19 19 | description Push to and pull from a Git server repository from Mercurial. |
20 20 | long_description This is the Hg-Git plugin for Mercurial, adding the ability \ |
21 21 | to push to and pull from a Git server repository from Mercurial.\ |
22 22 | This means you can collaborate on Git based projects from Mercurial, \ |
23 23 | or use a Git server as a collaboration point for a team with \ |
24 24 | developers using both Git and Mercurial. |
25 25 | |
26 - | checksums rmd160 db3f812ebafb0ee0bce80da68500c1cd28dafbf1 \ |
27 - | sha256 b752f7bb7da685d3c2dff29910087564a714cd43eda4598266a7c405da5a892d |
26 + | checksums rmd160 56676fbc56083232a2fc64e408414605a235a4fe \ |
27 + | sha256 31a81e42f8fd2bed283d8f8f9eae9196aee3b1124dc94cfd1aae545c8fae0f6c |
28 28 | |
29 29 | # can't set python.versions before adding custom subports |
30 30 | subport py27-hggit-devel {} |
31 31 | |
32 32 | if {[string match "*-devel" $subport]} { |
33 33 | bitbucket.setup durin42 hg-git 986fbbc53ab6 |
34 34 | name py-hggit-devel |
35 35 | version 0.8.99 |
36 36 | revision 22 |
37 37 | |