View | Details | Raw Unified | Return to bug 96727
Collapse All | Expand All

(-)/usr/ports/devel/git/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	git
8
PORTNAME=	git
9
PORTVERSION=	1.2.6
9
PORTVERSION=	1.3.1
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.kernel.org/pub/software/scm/git/
11
MASTER_SITES=	http://www.kernel.org/pub/software/scm/git/
12
12
(-)/usr/ports/devel/git/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (git-1.2.6.tar.gz) = 64f7e008b7529c8e4e12fdf73b815472
1
MD5 (git-1.3.1.tar.gz) = 6c075507fe59fe8b70ca968a6c428ad9
2
SHA256 (git-1.2.6.tar.gz) = 6a751031de728c066ddaa3d595eecabb2abd9c28f711ceed5d91a629f6a30b6d
2
SHA256 (git-1.3.1.tar.gz) = 86df6fa6ca8a1f78691fa1182d1b68ccb501a643f787bf0cd8daa75e5bc559a4
3
SIZE (git-1.2.6.tar.gz) = 607594
3
SIZE (git-1.3.1.tar.gz) = 747784
(-)/usr/ports/devel/git/pkg-plist (-4 / +13 lines)
Lines 1-11 Link Here
1
bin/git
1
bin/git
2
bin/git-add
2
bin/git-add
3
bin/git-am
3
bin/git-am
4
bin/git-annotate
4
bin/git-apply
5
bin/git-apply
5
bin/git-applymbox
6
bin/git-applymbox
6
bin/git-applypatch
7
bin/git-applypatch
7
bin/git-archimport
8
bin/git-archimport
8
bin/git-bisect
9
bin/git-bisect
10
bin/git-blame
9
bin/git-branch
11
bin/git-branch
10
bin/git-cat-file
12
bin/git-cat-file
11
bin/git-check-ref-format
13
bin/git-check-ref-format
Lines 13-18 Link Here
13
bin/git-checkout-index
15
bin/git-checkout-index
14
bin/git-cherry
16
bin/git-cherry
15
bin/git-cherry-pick
17
bin/git-cherry-pick
18
bin/git-clean
16
bin/git-clone
19
bin/git-clone
17
bin/git-clone-pack
20
bin/git-clone-pack
18
bin/git-commit
21
bin/git-commit
Lines 21-26 Link Here
21
bin/git-count-objects
24
bin/git-count-objects
22
bin/git-cvsexportcommit
25
bin/git-cvsexportcommit
23
bin/git-cvsimport
26
bin/git-cvsimport
27
bin/git-cvsserver
24
bin/git-daemon
28
bin/git-daemon
25
bin/git-describe
29
bin/git-describe
26
bin/git-diff
30
bin/git-diff
Lines 38-43 Link Here
38
bin/git-hash-object
42
bin/git-hash-object
39
bin/git-http-fetch
43
bin/git-http-fetch
40
bin/git-http-push
44
bin/git-http-push
45
bin/git-imap-send
41
bin/git-index-pack
46
bin/git-index-pack
42
bin/git-init-db
47
bin/git-init-db
43
bin/git-local-fetch
48
bin/git-local-fetch
Lines 57-63 Link Here
57
bin/git-merge-recursive
62
bin/git-merge-recursive
58
bin/git-merge-resolve
63
bin/git-merge-resolve
59
bin/git-merge-stupid
64
bin/git-merge-stupid
65
bin/git-merge-tree
60
bin/git-mktag
66
bin/git-mktag
67
bin/git-mktree
61
bin/git-mv
68
bin/git-mv
62
bin/git-name-rev
69
bin/git-name-rev
63
bin/git-pack-objects
70
bin/git-pack-objects
Lines 82-87 Link Here
82
bin/git-rev-list
89
bin/git-rev-list
83
bin/git-rev-parse
90
bin/git-rev-parse
84
bin/git-revert
91
bin/git-revert
92
bin/git-rm
85
bin/git-send-pack
93
bin/git-send-pack
86
bin/git-sh-setup
94
bin/git-sh-setup
87
bin/git-shell
95
bin/git-shell
Lines 119-130 Link Here
119
share/git-core/templates/hooks/post-update
127
share/git-core/templates/hooks/post-update
120
share/git-core/templates/hooks/pre-applypatch
128
share/git-core/templates/hooks/pre-applypatch
121
share/git-core/templates/hooks/pre-commit
129
share/git-core/templates/hooks/pre-commit
130
share/git-core/templates/hooks/pre-rebase
122
share/git-core/templates/hooks/update
131
share/git-core/templates/hooks/update
123
share/git-core/templates/info/exclude
132
share/git-core/templates/info/exclude
124
@dirrm share/git-core/python
125
@dirrm share/git-core/templates/branches
126
@dirrm share/git-core/templates/hooks
127
@dirrm share/git-core/templates/info
128
@dirrm share/git-core/templates/remotes
133
@dirrm share/git-core/templates/remotes
134
@dirrm share/git-core/templates/info
135
@dirrm share/git-core/templates/hooks
136
@dirrm share/git-core/templates/branches
129
@dirrm share/git-core/templates
137
@dirrm share/git-core/templates
138
@dirrm share/git-core/python
130
@dirrm share/git-core
139
@dirrm share/git-core

Return to bug 96727