aboutsummaryrefslogtreecommitdiff
path: root/devel/git-cinnabar
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/git-cinnabar: update to 0.5.7Jan Beich2021-04-064-147/+4
| | | | | Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.7 Reported by: GitHub (watch releases)
* devel/git-cinnabar: rebuild after r569549Jan Beich2021-03-301-1/+1
| | | | Notes: svn path=/head/; revision=569558
* devel/git-cinnabar: unbreak after r568648Jan Beich2021-03-182-1/+94
| | | | | | | | | | | Patching file helper/sha1-file.c.patch using Plan A... No such line 1867 in input file, ignoring Hunk #1 failed at 1868. Reported by: pkg-fallout Notes: svn path=/head/; revision=568743
* devel/git-cinnabar: rebuild after r564784Jan Beich2021-02-091-1/+1
| | | | Notes: svn path=/head/; revision=564786
* devel/git-cinnabar: unbreak after r559755Jan Beich2020-12-312-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | helper/cinnabar-helper.c:1981:3: warning: implicit declaration of function 'hashmap_free_entries' is invalid in C99 [-Wimplicit-function-declaration] hashmap_free_entries(&track.commit_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:1981:45: error: expected expression hashmap_free_entries(&track.commit_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:1981:67: error: use of undeclared identifier 'ent' hashmap_free_entries(&track.commit_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:1982:43: error: expected expression hashmap_free_entries(&track.tree_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:1982:65: error: use of undeclared identifier 'ent' hashmap_free_entries(&track.tree_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:2374:2: warning: implicit declaration of function 'hashmap_free_entries' is invalid in C99 [-Wimplicit-function-declaration] hashmap_free_entries(&git_tree_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:2374:40: error: expected expression hashmap_free_entries(&git_tree_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:2374:62: error: use of undeclared identifier 'ent' hashmap_free_entries(&git_tree_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:2577:2: warning: implicit declaration of function 'hashmap_free_entries' is invalid in C99 [-Wimplicit-function-declaration] hashmap_free_entries(&git_tree_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:2577:40: error: expected expression hashmap_free_entries(&git_tree_cache, struct oid_map_entry, ent); ^ helper/cinnabar-helper.c:2577:62: error: use of undeclared identifier 'ent' hashmap_free_entries(&git_tree_cache, struct oid_map_entry, ent); ^ PR: 252244 Notes: svn path=/head/; revision=559758
* devel/git-cinnabar: drop py27 flavor remains after r559531Jan Beich2020-12-291-3/+1
| | | | Notes: svn path=/head/; revision=559553
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* devel/git-cinnabar: chase r547798 by offering py3 by defaultJan Beich2020-11-121-1/+1
| | | | Notes: svn path=/head/; revision=554943
* devel/git-cinnabar: update to 0.5.6Jan Beich2020-11-125-170/+35
| | | | | | | | Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.6 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=554942
* devel/git-cinnabar: unbreak after r554143Jan Beich2020-11-052-1/+97
| | | | | | | | | gmake[2]: *** No rule to make target 'fast-import.c', needed by 'helper/fast-import.patched.c'. Stop. Obtained from: upstream Notes: svn path=/head/; revision=554154
* devel/git-cinnabar: chase r547798 by not forcing mercurialJan Beich2020-11-051-1/+0
| | | | Notes: svn path=/head/; revision=554153
* devel/mercurial: Update to 5.5 and flavorize. Adjust dependency lines and ↵Gleb Popov2020-09-061-2/+2
| | | | | | | | | | bump PORTREVISION's for ports that depend on mercurial. PR: 242463 Submitted by: Peter Wullinger <freebsd@dhke.de> (original patch) Notes: svn path=/head/; revision=547798
* devel/git-cinnabar: rebuild after r544220Jan Beich2020-08-051-1/+1
| | | | Notes: svn path=/head/; revision=544221
* devel/git-cinnabar: simplify MAKE_ENV and MAKE_ARGSJan Beich2020-06-241-6/+2
| | | | | | | | | | | | | | | | - PYTHON_PATH is no longer used by git-cinnabar itself - Convert != to ${:!...!} - Convert /.. to :H Note, foreign variables can be factored out (dubious benefit): # Import devel/git variables (append if :group is missing) .for v in MAKE_ENV MAKE_ARGS WRKSRC:git ${v:S/:/_/}+= ${:!${SETENV} -u FLAVOR ${MAKE} -V ${v:C/:.*//} -C ${PORTSDIR}/devel/git!} .endfor Notes: svn path=/head/; revision=540347
* devel/git-cinnabar: expose Python 3 supportJan Beich2020-06-152-5/+72
| | | | | | | As git-cinnabar-py37. Unsuffixed version still uses Python 2. Notes: svn path=/head/; revision=538844
* devel/git-cinnabar: trim dead code inherited by Git subcommandsJan Beich2020-06-041-1/+4
| | | | | | | | | | $ size /usr/local/libexec/git-core/git-cinnabar-helper text data bss dec hex filename - 1858008 28376 217784 2104168 0x201b68 /usr/local/libexec/git-core/git-cinnabar-helper + 1154131 26704 207992 1388827 0x15311b /usr/local/libexec/git-core/git-cinnabar-helper Notes: svn path=/head/; revision=537909
* devel/git-cinnabar: unbreak after r537899Jan Beich2020-06-042-0/+58
| | | | | | | | | | | | | | | | | | helper/cinnabar-fast-import.c:12:10: fatal error: 'sha1-array.h' file not found #include "sha1-array.h" ^~~~~~~~~~~~~~ In file included from helper/hg-connect-stdio.c:3: In file included from helper/hg-connect-internal.h:4: helper/hg-connect.h:6:10: fatal error: 'sha1-array.h' file not found #include "sha1-array.h" ^~~~~~~~~~~~~~ Obtained from: upstream Notes: svn path=/head/; revision=537902
* devel/git-cinnabar: update to 0.5.5Jan Beich2020-04-234-64/+4
| | | | | | | | Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.5 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532657
* devel/git-cinnabar: rebuild after r531715Jan Beich2020-04-141-1/+1
| | | | Notes: svn path=/head/; revision=531733
* devel/git-cinnabar: unbreak after r531622Jan Beich2020-04-132-1/+30
| | | | | | | | | | | | | | ../helper/cinnabar-helper.c:195:41: error: too few arguments to function call, expected 5, have 4 st = open_istream(oid, &type, &sz, NULL); ~~~~~~~~~~~~ ^ ./streaming.h:11:1: note: 'open_istream' declared here struct git_istream *open_istream(struct repository *, const struct object_id *, ^ Obtained from: upstream Notes: svn path=/head/; revision=531625
* devel/git-cinnabar: rebuild and unbreak after r528780Jan Beich2020-03-232-0/+31
| | | | | | | | | | | | | | | | | | | | | | | |diff --git a/notes.c b/notes.c |index 75c028b300..24089afa8a 100644 |--- a/notes.c |+++ b/notes.c -------------------------- Patching file /wrkdirs/usr/ports/devel/git-cinnabar/work/git-cinnabar-0.5.4/git-core/notes.c using Plan A... Hunk #1 succeeded at 419 (offset 2 lines). Hunk #2 failed at 721. Hunk #3 succeeded at 752 (offset 3 lines). Hunk #4 succeeded at 1159 (offset 35 lines). Hunk #5 failed at 1177. Hunk #6 succeeded at 1159 (offset 4 lines). 2 out of 6 hunks failed--saving rejects to helper/notes.patched.c.rej done gmake[2]: *** [Makefile:157: ../helper/notes.patched.c] Error 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=528968
* devel/git-cinnabar: update to 0.5.4Jan Beich2020-02-062-4/+4
| | | | | | | | Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.4 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=525355
* devel/git-cinnabar: update to 0.5.3Jan Beich2020-01-185-308/+4
| | | | | | | | | Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.3 Changes: https://github.com/glandium/git-cinnabar/compare/0.5.2...0.5.3 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=523404
* devel/git-cinnabar: apply one more git 2.25 fixJan Beich2020-01-152-1/+6
| | | | Notes: svn path=/head/; revision=523116
* devel/git-cinnabar: unbreak after r523011Jan Beich2020-01-142-1/+68
| | | | | | | | | | | | | | | | | | | ../helper/cinnabar-fast-import.c:591:8: warning: implicit declaration of function 'sha1_to_hex' is invalid in C99 [-Wimplicit-function-declaration] sha1_to_hex(chunk->node->hash)); ^ ../helper/hg-connect.c:266:4: warning: implicit declaration of function 'sha1_to_hex_r' is invalid in C99 [-Wimplicit-function-declaration] sha1_to_hex_r(&heads_str[13], sha1); ^ ld: error: undefined symbol: sha1_to_hex >>> referenced by cinnabar-fast-import.c >>> cinnabar-fast-import.o:(store_file) ld: error: undefined symbol: sha1_to_hex_r >>> referenced by hg-connect.c >>> hg-connect.o:(hg_unbundle) Notes: svn path=/head/; revision=523021
* devel/git-cinnabar: rebuild after r519781Jan Beich2019-12-111-1/+1
| | | | Notes: svn path=/head/; revision=519785
* devel/git-cinnabar: unbreak after r516646Jan Beich2019-11-052-1/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ./helper/cinnabar-helper.c:1609:31: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types] old2new = hashmap_get(cache, &k, NULL); ^~ ./hashmap.h:306:33: note: passing argument to parameter 'key' here const struct hashmap_entry *key, ^ ./helper/cinnabar-helper.c:1609:10: warning: incompatible pointer types assigning to 'struct oid_map_entry *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types] old2new = hashmap_get(cache, &k, NULL); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./helper/cinnabar-helper.c:1652:22: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'struct hashmap_entry *' [-Wincompatible-pointer-types] hashmap_add(cache, old2new); ^~~~~~~ ./hashmap.h:349:61: note: passing argument to parameter 'entry' here void hashmap_add(struct hashmap *map, struct hashmap_entry *entry); ^ ./helper/cinnabar-helper.c:1670:31: warning: incompatible pointer types passing 'struct old2new_manifest_tree *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types] old2new = hashmap_get(cache, &k, NULL); ^~ ./hashmap.h:306:33: note: passing argument to parameter 'key' here const struct hashmap_entry *key, ^ ./helper/cinnabar-helper.c:1670:10: warning: incompatible pointer types assigning to 'struct old2new_manifest_tree *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types] old2new = hashmap_get(cache, &k, NULL); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./helper/cinnabar-helper.c:1715:22: warning: incompatible pointer types passing 'struct old2new_manifest_tree *' to parameter of type 'struct hashmap_entry *' [-Wincompatible-pointer-types] hashmap_add(cache, old2new); ^~~~~~~ ./hashmap.h:349:61: note: passing argument to parameter 'entry' here void hashmap_add(struct hashmap *map, struct hashmap_entry *entry); ^ ./helper/cinnabar-helper.c:1752:45: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types] entry = hashmap_get(&track->commit_cache, &k, NULL); ^~ ./hashmap.h:306:33: note: passing argument to parameter 'key' here const struct hashmap_entry *key, ^ ./helper/cinnabar-helper.c:1752:9: warning: incompatible pointer types assigning to 'struct oid_map_entry *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types] entry = hashmap_get(&track->commit_cache, &k, NULL); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./helper/cinnabar-helper.c:1788:45: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types] entry = hashmap_get(&track->commit_cache, &k, NULL); ^~ ./hashmap.h:306:33: note: passing argument to parameter 'key' here const struct hashmap_entry *key, ^ ./helper/cinnabar-helper.c:1788:9: warning: incompatible pointer types assigning to 'struct oid_map_entry *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types] entry = hashmap_get(&track->commit_cache, &k, NULL); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./helper/cinnabar-helper.c:1800:36: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'struct hashmap_entry *' [-Wincompatible-pointer-types] hashmap_add(&track->commit_cache, entry); ^~~~~ ./hashmap.h:349:61: note: passing argument to parameter 'entry' here void hashmap_add(struct hashmap *map, struct hashmap_entry *entry); ^ ./helper/cinnabar-helper.c:1904:36: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types] hashmap_init(&track.tree_cache, oid_map_entry_cmp, NULL, 0); ^~~~~~~~~~~~~~~~~ ./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here hashmap_cmp_fn equals_function, ^ ./helper/cinnabar-helper.c:1906:36: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types] hashmap_init(&track.tree_cache, old2new_manifest_tree_cmp, NULL, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here hashmap_cmp_fn equals_function, ^ ./helper/cinnabar-helper.c:1908:37: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types] hashmap_init(&track.commit_cache, oid_map_entry_cmp, NULL, 0); ^~~~~~~~~~~~~~~~~ ./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here hashmap_cmp_fn equals_function, ^ ./helper/cinnabar-helper.c:1935:37: error: too many arguments provided to function-like macro invocation hashmap_free(&track.commit_cache, 1); ^ ./hashmap.h:241:9: note: macro 'hashmap_free' defined here #define hashmap_free(map) hashmap_free_(map, -1) ^ ./helper/cinnabar-helper.c:1935:3: error: use of undeclared identifier 'hashmap_free'; did you mean 'hashmap_free_'? hashmap_free(&track.commit_cache, 1); ^~~~~~~~~~~~ hashmap_free_ ./hashmap.h:236:6: note: 'hashmap_free_' declared here void hashmap_free_(struct hashmap *map, ssize_t offset); ^ ./helper/cinnabar-helper.c:1936:35: error: too many arguments provided to function-like macro invocation hashmap_free(&track.tree_cache, 1); ^ ./hashmap.h:241:9: note: macro 'hashmap_free' defined here #define hashmap_free(map) hashmap_free_(map, -1) ^ ./helper/cinnabar-helper.c:1936:3: error: use of undeclared identifier 'hashmap_free'; did you mean 'hashmap_free_'? hashmap_free(&track.tree_cache, 1); ^~~~~~~~~~~~ hashmap_free_ ./hashmap.h:236:6: note: 'hashmap_free_' declared here void hashmap_free_(struct hashmap *map, ssize_t offset); ^ ./helper/cinnabar-helper.c:1935:3: warning: expression result unused [-Wunused-value] hashmap_free(&track.commit_cache, 1); ^~~~~~~~~~~~ ./helper/cinnabar-helper.c:1936:3: warning: expression result unused [-Wunused-value] hashmap_free(&track.tree_cache, 1); ^~~~~~~~~~~~ ./helper/cinnabar-helper.c:1955:35: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types] cache_entry = hashmap_get(cache, &k, NULL); ^~ ./hashmap.h:306:33: note: passing argument to parameter 'key' here const struct hashmap_entry *key, ^ ./helper/cinnabar-helper.c:1955:14: warning: incompatible pointer types assigning to 'struct oid_map_entry *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types] cache_entry = hashmap_get(cache, &k, NULL); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./helper/cinnabar-helper.c:2020:23: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'struct hashmap_entry *' [-Wincompatible-pointer-types] hashmap_add(cache, cache_entry); ^~~~~~~~~~~ ./hashmap.h:349:61: note: passing argument to parameter 'entry' here void hashmap_add(struct hashmap *map, struct hashmap_entry *entry); ^ ./helper/cinnabar-helper.c:2280:32: error: too many arguments provided to function-like macro invocation hashmap_free(&git_tree_cache, 1); ^ ./hashmap.h:241:9: note: macro 'hashmap_free' defined here #define hashmap_free(map) hashmap_free_(map, -1) ^ ./helper/cinnabar-helper.c:2280:2: error: use of undeclared identifier 'hashmap_free'; did you mean 'hashmap_free_'? hashmap_free(&git_tree_cache, 1); ^~~~~~~~~~~~ hashmap_free_ ./hashmap.h:236:6: note: 'hashmap_free_' declared here void hashmap_free_(struct hashmap *map, ssize_t offset); ^ ./helper/cinnabar-helper.c:2281:32: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types] hashmap_init(&git_tree_cache, oid_map_entry_cmp, NULL, 0); ^~~~~~~~~~~~~~~~~ ./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here hashmap_cmp_fn equals_function, ^ ./helper/cinnabar-helper.c:2280:2: warning: expression result unused [-Wunused-value] hashmap_free(&git_tree_cache, 1); ^~~~~~~~~~~~ ./helper/cinnabar-helper.c:2397:34: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types] hashmap_init(&git_tree_cache, oid_map_entry_cmp, NULL, 0); ^~~~~~~~~~~~~~~~~ ./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here hashmap_cmp_fn equals_function, ^ ./helper/cinnabar-helper.c:2453:32: error: too many arguments provided to function-like macro invocation hashmap_free(&git_tree_cache, 1); ^ ./hashmap.h:241:9: note: macro 'hashmap_free' defined here #define hashmap_free(map) hashmap_free_(map, -1) ^ ./helper/cinnabar-helper.c:2453:2: error: use of undeclared identifier 'hashmap_free'; did you mean 'hashmap_free_'? hashmap_free(&git_tree_cache, 1); ^~~~~~~~~~~~ hashmap_free_ ./hashmap.h:236:6: note: 'hashmap_free_' declared here void hashmap_free_(struct hashmap *map, ssize_t offset); ^ ./helper/cinnabar-helper.c:2453:2: warning: expression result unused [-Wunused-value] hashmap_free(&git_tree_cache, 1); ^~~~~~~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=516782
* devel/git-cinnabar: rebuild and unbreak after r509301Jan Beich2019-08-192-1/+68
| | | | | | | | | | | | ../helper/cinnabar-fast-import.c:250:51: error: too few arguments to function call, expected 5, have 4 if (!get_tree_entry(note, path, &git_oid, &mode)) ~~~~~~~~~~~~~~ ^ ./tree-walk.h:71:1: note: 'get_tree_entry' declared here int get_tree_entry(struct repository *, const struct object_id *, const char *, struct object_id *, unsign... ^ Notes: svn path=/head/; revision=509311
* devel/git-cinnabar: rebuild after r508930Jan Beich2019-08-141-0/+1
| | | | Notes: svn path=/head/; revision=508938
* devel/git-cinnabar: update to 0.5.2Jan Beich2019-07-013-99/+4
| | | | | | | | | Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.2 Changes: https://github.com/glandium/git-cinnabar/compare/0.5.1...0.5.2 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=505554
* devel/git: update to 2.22.0Jan Beich2019-06-142-0/+95
| | | | | | | | | | Changes: https://lkml.org/lkml/2019/6/7/1177 Changes: https://github.blog/2019-06-07-highlights-from-git-2-22/ PR: 238442 Approved by: garga (maintainer) Notes: svn path=/head/; revision=504201
* devel/git-cinnabar: update to 0.5.1Jan Beich2019-05-092-5/+4
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/6a6b82b...0.5.1 Notes: svn path=/head/; revision=501059
* devel/git-cinnabar: update to 0.5.0.200Jan Beich2019-05-062-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/57d16ea...6a6b82b Notes: svn path=/head/; revision=500939
* devel/git-cinnabar: update to 0.5.0.171Jan Beich2019-05-042-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/89b9a17...57d16ea Notes: svn path=/head/; revision=500838
* devel/git-cinnabar: update to 0.5.0.168Jan Beich2019-05-032-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/d04f9fb...89b9a17 Notes: svn path=/head/; revision=500761
* devel/git-cinnabar: update to 0.5.0.162Jan Beich2019-05-012-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/8bfe235...d04f9fb Notes: svn path=/head/; revision=500618
* devel/git-cinnabar: update to 0.5.0.160Jan Beich2019-04-232-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/86ed66e...8bfe235 Notes: svn path=/head/; revision=499701
* devel/git-cinnabar: update to 0.5.0.156Jan Beich2019-04-202-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/a3e664d...86ed66e Notes: svn path=/head/; revision=499416
* devel/git-cinnabar: update to 0.5.0.153Jan Beich2019-04-132-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/17e6bd9...a3e664d Notes: svn path=/head/; revision=498828
* devel/git-cinnabar: update to 0.5.0.148Jan Beich2019-04-132-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/5e9f22f...17e6bd9 Notes: svn path=/head/; revision=498778
* devel/git-cinnabar: update to 0.5.0.146Jan Beich2019-04-112-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/4ba9974...5e9f22f Notes: svn path=/head/; revision=498620
* devel/git-cinnabar: update to 0.5.0.139Jan Beich2019-04-082-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/7b22e41...4ba9974 Notes: svn path=/head/; revision=498433
* devel/git-cinnabar: update to 0.5.0.124Jan Beich2019-04-072-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/2d32657...7b22e41 Notes: svn path=/head/; revision=498215
* devel/git-cinnabar: update to 0.5.0.114Jan Beich2019-04-042-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/ddd4e3b...2d32657 Notes: svn path=/head/; revision=497777
* devel/git-cinnabar: update to 0.5.0.110Jan Beich2019-04-022-5/+5
| | | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/d486d5c...ddd4e3b MFH: 2019Q2 (bugfix for hg.mozilla.org) Notes: svn path=/head/; revision=497535
* devel/git-cinnabar: update to 0.5.0.98Jan Beich2019-03-302-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/bf343b8...d486d5c Notes: svn path=/head/; revision=497226
* devel/git-cinnabar: update to 0.5.0.93Jan Beich2019-03-262-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/14cf75b...bf343b8 Notes: svn path=/head/; revision=496865
* devel/git-cinnabar: update to 0.5.0.91Jan Beich2019-03-212-5/+5
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/compare/7d7bf18...14cf75b Notes: svn path=/head/; revision=496401