diff --git a/git-core/Portfile b/git-core/Portfile
index bdbe78b..ad87b31 100644
a
|
b
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name git-core |
5 | | version 1.5.1.3 |
| 5 | version 1.5.2 |
6 | 6 | description The stupid content tracker. |
7 | 7 | long_description A stupid (but extremely fast) directory \ |
8 | 8 | content manager. It doesn't do a whole lot, \ |
9 | 9 | but what it _does_ do is track directory contents \ |
10 | | efficiently. |
| 10 | efficiently. |
11 | 11 | maintainers bryan@larsen.st |
12 | 12 | categories devel |
13 | 13 | platforms darwin |
… |
… |
distname git-${version} |
18 | 18 | distfiles git-${version}${extract.suffix} \ |
19 | 19 | git-manpages-${version}${extract.suffix} |
20 | 20 | |
21 | | checksums git-${version}${extract.suffix} sha1 673bbd457e713251a7fbf54369150dd760c5606d \ |
22 | | git-manpages-${version}${extract.suffix} sha1 3a5ecaa36fb5b7c3dba9a96240016fcccac6cfc0 |
23 | | depends_run port:curl port:diffutils \ |
24 | | port:openssh port:rsync port:gsed |
| 21 | checksums git-${version}${extract.suffix} sha1 f60d8dbf0926a3c12a1658bac177b383939d8e54 \ |
| 22 | git-manpages-${version}${extract.suffix} sha1 025a4a65e6a1c9aa1abfd64007ba3559655bb629 |
| 23 | depends_run port:curl port:openssh port:rsync |
25 | 24 | depends_lib port:curl port:zlib port:openssl port:expat port:libiconv |
26 | 25 | |
27 | | patchfiles patch-Makefiles patch-curl patch-t4200 patch-ld-R patch-perl-path |
| 26 | patchfiles patch-Makefiles patch-curl patch-ld-R |
28 | 27 | |
29 | 28 | use_configure no |
30 | 29 | |
… |
… |
destroot.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=$ |
43 | 42 | |
44 | 43 | post-destroot { |
45 | 44 | cd ${workpath} |
46 | | foreach f {1 7} { |
| 45 | foreach f {1 5 7} { |
47 | 46 | xinstall -d ${destroot}${prefix}/share/man/man${f} |
48 | 47 | foreach m [glob man${f}/*.${f}] { |
49 | 48 | xinstall ${m} ${destroot}${prefix}/share/man/man${f} |
50 | 49 | } |
51 | 50 | } |
52 | | if {[variant_isset no_svn]} { |
| 51 | if {![variant_isset svn]} { |
53 | 52 | system "rm ${destroot}${prefix}/bin/git-svn*" |
54 | 53 | } |
55 | 54 | } |
… |
… |
variant doc { |
60 | 59 | destroot.target-append install-doc |
61 | 60 | } |
62 | 61 | |
63 | | variant svn conflicts no_svn { |
| 62 | variant svn { |
64 | 63 | depends_run port:p5-svn-simple port:subversion port:perl port:p5-libwww-perl |
65 | 64 | } |
66 | | |
67 | | variant no_svn conflicts svn { |
68 | | } |
69 | | |
70 | | default_variants +no_svn |
diff --git a/git-core/files/patch-curl b/git-core/files/patch-curl
index b407ca3..6390305 100644
a
|
b
|
|
1 | | --- http.h.orig 2007-02-18 13:08:46.000000000 -0500 |
2 | | +++ http.h 2007-02-18 13:08:54.000000000 -0500 |
| 1 | diff --git http.h http.h |
| 2 | index 69b6b66..b33fe7b 100644 |
| 3 | --- http.h |
| 4 | +++ http.h |
3 | 5 | @@ -7,7 +7,6 @@ |
4 | 6 | #include <curl/easy.h> |
5 | | |
6 | | #if LIBCURL_VERSION_NUM >= 0x070908 |
| 7 | |
| 8 | #if LIBCURL_VERSION_NUM >= 0x071000 |
7 | 9 | -#define USE_CURL_MULTI |
8 | 10 | #define DEFAULT_MAX_REQUESTS 5 |
9 | 11 | #endif |
10 | | |
| 12 | |
diff --git a/git-core/files/patch-perl-path b/git-core/files/patch-perl-path
deleted file mode 100644
index defbc62..0000000
+
|
-
|
|
1 | | diff --git perl/Makefile perl/Makefile |
2 | | index 17d004e..2832cb4 100644 |
3 | | --- perl/Makefile |
4 | | +++ perl/Makefile |
5 | | @@ -33,7 +33,7 @@ $(makfile): ../GIT-CFLAGS Makefile |
6 | | echo ' echo $(instdir_SQ)' >> $@ |
7 | | else |
8 | | $(makfile): Makefile.PL ../GIT-CFLAGS |
9 | | - '$(PERL_PATH_SQ)' $< PREFIX='$(prefix_SQ)' |
10 | | + $(PERL_PATH) $< PREFIX='$(prefix_SQ)' |
11 | | endif |
12 | | |
13 | | # this is just added comfort for calling make directly in perl dir |
diff --git a/git-core/files/patch-t4200 b/git-core/files/patch-t4200
deleted file mode 100644
index f4aad47..0000000
+
|
-
|
|
1 | | diff --git t/t4200-rerere.sh t/t4200-rerere.sh |
2 | | index 6ba63d7..300e90e 100755 |
3 | | --- t/t4200-rerere.sh |
4 | | +++ t/t4200-rerere.sh |
5 | | @@ -44,7 +44,7 @@ mkdir .git/rr-cache |
6 | | |
7 | | test_expect_failure 'conflicting merge' 'git pull . first' |
8 | | |
9 | | -sha1=$(sed -e 's/\t.*//' .git/rr-cache/MERGE_RR) |
10 | | +sha1=$(sed -e 's/[[:space:]].*//' .git/rr-cache/MERGE_RR) |
11 | | rr=.git/rr-cache/$sha1 |
12 | | test_expect_success 'recorded preimage' "grep ======= $rr/preimage" |
13 | | |